Merge version_10 into main #13

Merged
bender merged 2 commits from version_10 into main 2026-02-19 05:16:24 +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>
);
}
}