Update src/app/page.tsx

This commit is contained in:
2026-03-05 22:00:54 +00:00
parent 573ec66a06
commit 5eee4ab03e

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>
);
}
}