3 Commits

Author SHA1 Message Date
70773f62c7 Update src/app/page.tsx 2026-02-19 05:16:20 +00:00
2cd823c3b4 Update src/app/layout.tsx 2026-02-19 05:16:19 +00:00
e4966fcd76 Merge version_9 into main
Merge version_9 into main
2026-02-19 05:12:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1299,4 +1299,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Discover Luxury Living in Dubai"
description="Exclusive properties curated for discerning buyers. Experience the pinnacle of sophistication with our award-winning real estate portfolio."
background={{ variant: "plain" }}
background={{ variant: "gradient-bars" }}
tag="Premium Collections"
tagIcon={Sparkles}
buttons={[
@@ -291,4 +291,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}