From 86b0dc97315ca0d4d7ef48e0a965592fc40e2ee5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 15:53:19 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 791d8ee..58f3246 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -122,4 +122,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} -- 2.49.1 From e601a25d6924774e01aa81ebaad676fcaf7f5752 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 15:53:20 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0f9a862..8b2ff80 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -140,4 +140,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} -- 2.49.1 From 4b6158c22f9a86a1581035b75d32db64d310e178 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 15:53:21 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 76595d2..5ed2369 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 98e382af9f2b55aa7505ee5607f9bd994d6acf0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 15:53:22 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2464680..9dccaa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Home, Building2, Briefcase, TrendingUp, Quote, Star } from 'lucide-react'; import Link from 'next/link'; @@ -74,6 +75,21 @@ export default function HomePage() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1 From 2714679fde2b15b8bde243af5ed084cd1a79f28e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 15:53:22 +0000 Subject: [PATCH 5/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index c2c9199..97915e7 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -146,4 +146,4 @@ export default function PropertiesPage() { /> ); -} \ No newline at end of file +} -- 2.49.1