Update src/app/page.tsx

This commit is contained in:
2026-02-19 05:16:20 +00:00
parent 2cd823c3b4
commit 70773f62c7

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