Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 042ea99d91 | |||
| 289d8acc90 | |||
| 62d818bbef | |||
| 9a12f1e029 | |||
| 3ecc645cae |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user