4 Commits

Author SHA1 Message Date
868a699759 Update src/app/page.tsx 2026-05-09 06:40:16 +00:00
9f9f02751d Merge version_1 into main
Merge version_1 into main
2026-05-09 06:36:41 +00:00
2cf9a1bd30 Merge version_1 into main
Merge version_1 into main
2026-05-09 06:36:17 +00:00
6c682be5e5 Merge version_1 into main
Merge version_1 into main
2026-05-09 06:35:50 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
logoText="EstateView"
description="Redefining luxury living. Discover properties tailored to your lifestyle with the most trusted real estate partner."
buttons={[
{ text: "Explore Listings", href: "#listings" },
{ text: "View Exclusive Listings", href: "#listings" },
{ text: "Book Consultation", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg?_wi=1"
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}