4 Commits

Author SHA1 Message Date
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: "Contact", id: "contact" }
]}
button={{ text: "Get Your Personalized Property Guide", href: "contact" }}
button={{ text: "Get My Property Guide", href: "contact" }}
/>
</div>
@@ -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={[
{
@@ -79,7 +79,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
buttons={[
{ text: "See all designs", href: "#" }
{ text: "View Our Full Portfolio", href: "#" }
]}
products={[
{
@@ -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: "#" }
]}
/>
</div>
@@ -196,4 +196,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}