4 Commits

Author SHA1 Message Date
bcd4492fb6 Update src/app/page.tsx 2026-02-19 05:28:27 +00:00
4da788d22a Update src/app/layout.tsx 2026-02-19 05:28:26 +00:00
0dc32ef5bc Merge version_11 into main
Merge version_11 into main
2026-02-19 05:25:53 +00:00
6d77707c7f Merge version_11 into main
Merge version_11 into main
2026-02-19 05:18:26 +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

@@ -237,7 +237,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Ready to Find Your Dream Property?"
description="Let our expert team guide you through your luxury real estate journey. Schedule a consultation today and discover properties that match your vision and investment goals."
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Consultation", href: "#" },
@@ -287,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}