Merge version_6 into main #10

Merged
bender merged 5 commits from version_6 into main 2026-02-28 15:53:27 +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>
);
}
}