diff --git a/public/images/why1.jpg b/public/images/why1.jpg new file mode 100644 index 0000000..920ae87 Binary files /dev/null and b/public/images/why1.jpg differ diff --git a/public/images/why2.jpg b/public/images/why2.jpg new file mode 100644 index 0000000..7696b78 Binary files /dev/null and b/public/images/why2.jpg differ diff --git a/public/images/why3.jpg b/public/images/why3.jpg new file mode 100644 index 0000000..c8db86e Binary files /dev/null and b/public/images/why3.jpg differ diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 330ade6..9514e00 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -1,5 +1,7 @@ +import ContactFormSection from "@/components/ContactFormSection"; import GoogleReviewBox from "@/components/GoogleReviewBox"; import HomeTopSection from "@/components/homes/HomeTopSection"; +import Image from "next/image"; export default function Home() { return ( @@ -15,8 +17,16 @@ export default function Home() {
-
- +
+
+ Tailored Management, Trusted Care +

Tailored Management, Trusted Care

@@ -31,8 +41,16 @@ export default function Home() {
-
- +
+
+ 20 Years of Real Estate Excellence +

20 Years of Real Estate Excellence

@@ -47,8 +65,16 @@ export default function Home() {
-
- +
+
+ Expert Guidance, Stress-Free Journeys +

Expert Guidance, Stress-Free Journeys

@@ -66,6 +92,8 @@ export default function Home() { + + ); } diff --git a/src/components/HeroSlider.tsx b/src/components/HeroSlider.tsx index cc6ae42..761a804 100644 --- a/src/components/HeroSlider.tsx +++ b/src/components/HeroSlider.tsx @@ -49,7 +49,7 @@ export default function HeroSlider() { objectFit: "cover", }} /> -
+