6 Commits

Author SHA1 Message Date
2714679fde Update src/app/properties/page.tsx 2026-02-28 15:53:22 +00:00
98e382af9f Update src/app/page.tsx 2026-02-28 15:53:22 +00:00
4b6158c22f Update src/app/layout.tsx 2026-02-28 15:53:21 +00:00
e601a25d69 Update src/app/contact/page.tsx 2026-02-28 15:53:20 +00:00
86b0dc9731 Update src/app/about/page.tsx 2026-02-28 15:53:19 +00:00
841f5d78cc Merge version_5 into main
Merge version_5 into main
2026-02-28 07:11:47 +00:00
5 changed files with 21 additions and 5 deletions

View File

@@ -122,4 +122,4 @@ export default function AboutPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -140,4 +140,4 @@ export default function ContactPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
/>
</div>
<div id="trusted-brands" data-section="trusted-brands">
<SocialProofOne
title="Trusted by Leading Partners"
description="We collaborate with industry-leading brands and organizations to provide exceptional real estate services."
tag="Our Partners"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Global Properties Inc", "Premier Investments LLC", "Luxury Estates Group", "Metropolitan Realty Partners", "Elite Property Management", "International Home Buyers"
]}
speed={40}
showCard={true}
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
title="Featured Properties"
@@ -203,4 +219,4 @@ export default function HomePage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -146,4 +146,4 @@ export default function PropertiesPage() {
/>
</ThemeProvider>
);
}
}