From 1f2ceadc32beb932d49880d4289c54c0a7f6b7b1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 07:32:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3475bca..49c4e35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Get Your Personalized Property Guide", href: "contact" }} + button={{ text: "Get My Property Guide", href: "contact" }} /> @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} buttons={[ { text: "View Our Designs", href: "properties" }, - { text: "Get Your Personalized Property Guide", href: "contact" } + { text: "Get My Property Guide", href: "contact" } ]} mediaItems={[ { @@ -179,7 +179,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttons={[ - { text: "Get Your Personalized Property Guide", href: "#" } + { text: "Get My Property Guide", href: "#" } ]} /> -- 2.49.1