4 Commits

Author SHA1 Message Date
8e98a30d38 Merge version_3 into main
Merge version_3 into main
2026-03-05 22:00:58 +00:00
5eee4ab03e Update src/app/page.tsx 2026-03-05 22:00:54 +00:00
573ec66a06 Update src/app/layout.tsx 2026-03-05 22:00:54 +00:00
79191c585e Merge version_2 into main
Merge version_2 into main
2026-03-05 17:44:54 +00:00
2 changed files with 3 additions and 1398 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Discover Luxury Living at Its Finest"
description="Explore our curated collection of the most exquisite properties, each representing the pinnacle of architectural excellence and sophisticated design."
description="Find your dream luxury home with expert guidance and exclusive access to premium properties"
tag="Premium Properties"
tagIcon={Crown}
tagAnimation="slide-up"
@@ -216,8 +216,8 @@ export default function HomePage() {
title="Ready to Find Your Luxury Home?"
description="Connect with our team of experts to explore exclusive properties, receive personalized guidance, and embark on your luxury real estate journey. Contact Prestige Realty today."
buttons={[
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Browse Properties", href: "/properties" },
{ text: "Get Free Consultation", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -234,4 +234,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}