8 Commits

Author SHA1 Message Date
a9ab0658c1 Update src/app/page.tsx 2026-03-30 07:18:02 +00:00
b71de21e57 Merge version_4 into main
Merge version_4 into main
2026-03-30 07:14:31 +00:00
bd3091e4df Update src/app/page.tsx 2026-03-30 07:14:25 +00:00
86d917fa98 Merge version_4 into main
Merge version_4 into main
2026-03-30 07:13:56 +00:00
47fe8b5470 Update src/app/page.tsx 2026-03-30 07:13:53 +00:00
bb28154660 Merge version_4 into main
Merge version_4 into main
2026-03-30 07:13:23 +00:00
ad4e8bedd3 Update src/app/page.tsx 2026-03-30 07:13:20 +00:00
3af29641ca Merge version_3 into main
Merge version_3 into main
2026-03-30 07:07:39 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
title="Discover Luxury Living in Dubai" title="Discover Luxury Living in Dubai"
description="High-yield investment opportunities and world-class residences. Experience the pinnacle of sophistication with our award-winning real estate portfolio." description="We provide a boutique agency approach offering exclusive off-market access to the city's most prestigious residences, far beyond standard listings."
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
tag="Premium Collections" tag="Premium Collections"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -291,4 +291,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }