6 Commits

Author SHA1 Message Date
59cdec1503 Merge version_3 into main
Merge version_3 into main
2026-03-10 20:22:35 +00:00
042ea99d91 Update src/app/page.tsx 2026-03-10 20:22:31 +00:00
289d8acc90 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:16:47 +00:00
62d818bbef Update src/app/page.tsx 2026-03-10 20:16:43 +00:00
9a12f1e029 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:09:06 +00:00
3ecc645cae Merge version_1 into main
Merge version_1 into main
2026-03-10 20:08:43 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
rating={5}
ratingText="Trusted by 500+ homeowners"
buttons={[
{ text: "Browse Properties", href: "#properties" },
{ text: "View Luxury Listings", href: "#properties" },
{ text: "Schedule Tour", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -69,7 +69,7 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardOne
title="Featured Properties"
description="Hand-selected luxury properties showcasing the finest homes in the market"
description="Limited Availability: Only 3 properties in this collection"
tag="Available Now"
tagIcon={Sparkles}
textboxLayout="default"
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}