diff --git a/app/component/Field.js b/app/component/Field.js
index 2efa08b..092565c 100644
--- a/app/component/Field.js
+++ b/app/component/Field.js
@@ -1,6 +1,6 @@
import { TextField } from "@mui/material";
-function Field({ title, type, multiline, isPlaceHolder }) {
+function Field({ title, type, props, multiline, isPlaceHolder }) {
return (
);
diff --git a/components/contactUs/Connect.js b/components/contactUs/Connect.js
index 8f7b349..9456ad1 100644
--- a/components/contactUs/Connect.js
+++ b/components/contactUs/Connect.js
@@ -24,7 +24,11 @@ function Connect() {
-
+
diff --git a/components/home/index.js b/components/home/index.js
index 7c32f0a..eeb3f1e 100644
--- a/components/home/index.js
+++ b/components/home/index.js
@@ -8,7 +8,7 @@ import FrequentSearches from "./FrequentSearches";
function HomePage() {
return (