Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eee4ab03e | |||
| 573ec66a06 | |||
| 79191c585e |
1395
src/app/layout.tsx
1395
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -78,7 +78,7 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Discover Luxury Living at Its Finest"
|
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"
|
tag="Premium Properties"
|
||||||
tagIcon={Crown}
|
tagIcon={Crown}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -216,8 +216,8 @@ export default function HomePage() {
|
|||||||
title="Ready to Find Your Luxury Home?"
|
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."
|
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={[
|
buttons={[
|
||||||
|
{ text: "Schedule Consultation", href: "/contact" },
|
||||||
{ text: "Browse Properties", href: "/properties" },
|
{ text: "Browse Properties", href: "/properties" },
|
||||||
{ text: "Get Free Consultation", href: "/contact" },
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -234,4 +234,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user