Search by :
diff --git a/src/components/home/AboutTwo.tsx b/src/components/home/AboutTwo.tsx
index 0eacf19..d69b113 100644
--- a/src/components/home/AboutTwo.tsx
+++ b/src/components/home/AboutTwo.tsx
@@ -22,7 +22,7 @@ const AboutTwo = () => {
diff --git a/src/components/home/HomeContactOne.tsx b/src/components/home/HomeContactOne.tsx
index 955b165..1322338 100644
--- a/src/components/home/HomeContactOne.tsx
+++ b/src/components/home/HomeContactOne.tsx
@@ -182,6 +182,7 @@ const HomeContactOne = () => {
value={formData.name}
onChange={handleChange}
className="form-input-custom-global"
+ suppressHydrationWarning={true}
/>
{formErrors.name &&
{formErrors.name}}
@@ -195,6 +196,7 @@ const HomeContactOne = () => {
value={formData.email}
onChange={handleChange}
className="form-input-custom-global"
+ suppressHydrationWarning={true}
/>
{formErrors.email &&
{formErrors.email}}
@@ -208,6 +210,7 @@ const HomeContactOne = () => {
value={formData.phone}
onChange={handleChange}
className="form-input-custom-global"
+ suppressHydrationWarning={true}
/>
{formErrors.phone &&