From a7e35b48a8cf262153096abf4de36f31703f8956 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:40:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b25e68..a47a5e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -70,10 +70,10 @@ export default function LandingPage() { { text: "Request Free Estimate", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Our Expertise in Landscaping", logoIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=1", searchPlaceholder: "Browse our services...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg", searchPlaceholder: "Browse our services...", sidebarItems: [ { icon: Sprout, active: true }, { icon: Hammer, active: false }, { icon: Droplet, active: false } @@ -83,9 +83,9 @@ export default function LandingPage() { { text: "Schedule Visit", href: "#contact" } ], stats: [ - { title: "Projects Completed", values: ["150", "175", "200"], description: "Happy clients across NM" }, - { title: "Years in Business", values: ["8", "9", "10"], description: "Trusted family legacy" }, - { title: "5-Star Reviews", values: ["98", "99", "100"], valueSuffix: "%", description: "Customer satisfaction" } + { title: "Projects Completed", values: [150, 175, 200], description: "Happy clients across NM" }, + { title: "Years in Business", values: [8, 9, 10], description: "Trusted family legacy" }, + { title: "5-Star Reviews", values: [98, 99, 100], valueSuffix: "%", description: "Customer satisfaction" } ], chartTitle: "Service Growth", chartData: [ { value: 40 }, @@ -113,7 +113,7 @@ export default function LandingPage() { { text: "Licensed & Insured", href: "#" }, { text: "Schedule Consultation", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg" imageAlt="Rangel & Sons landscape design team at work" useInvertedBackground={false} /> @@ -123,7 +123,7 @@ export default function LandingPage() { @@ -203,7 +203,7 @@ export default function LandingPage() { tag="Our Promise" tagAnimation="slide-up" textboxLayout="default" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={true} /> -- 2.49.1