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 +} 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 +} 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 +} 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 +} 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 +}