7 Commits

Author SHA1 Message Date
920bb4885e Merge version_10 into main
Merge version_10 into main
2026-03-30 07:34:10 +00:00
9a8d915f79 Update src/app/page.tsx 2026-03-30 07:34:04 +00:00
df1ad5f30a Merge version_9 into main
Merge version_9 into main
2026-03-30 07:32:23 +00:00
1f2ceadc32 Update src/app/page.tsx 2026-03-30 07:32:20 +00:00
3781f3bed7 Merge version_8 into main
Merge version_8 into main
2026-03-30 07:27:44 +00:00
5139878351 Update src/app/page.tsx 2026-03-30 07:27:41 +00:00
e97ea5234e Merge version_7 into main
Merge version_7 into main
2026-03-30 07:21:17 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Get Your Personalized Property Guide", href: "contact" }} button={{ text: "Get My Property Guide", href: "contact" }}
/> />
</div> </div>
@@ -50,7 +50,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
buttons={[ buttons={[
{ text: "View Our Designs", href: "properties" }, { text: "View Our Designs", href: "properties" },
{ text: "Get Your Personalized Property Guide", href: "contact" } { text: "Get My Property Guide", href: "contact" }
]} ]}
mediaItems={[ mediaItems={[
{ {
@@ -79,7 +79,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
carouselMode="buttons" carouselMode="buttons"
buttons={[ buttons={[
{ text: "See all designs", href: "#" } { text: "View Our Full Portfolio", href: "#" }
]} ]}
products={[ products={[
{ {
@@ -179,7 +179,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get Your Personalized Property Guide", href: "#" } { text: "Get My Property Guide", href: "#" }
]} ]}
/> />
</div> </div>