From 4586eea9f30d6517536140a97ffa5376aff42a97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:32:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c48cfa2..ec20fc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -44,8 +44,8 @@ export default function LandingPage() { { text: "Call Now: (612) 221-0772", href: "tel:(612)221-0772" }, { text: "Get a Free Estimate" }, ]} - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" imageAlt="Beautiful, well-maintained lawn" frameStyle="card" mediaAnimation="slide-up" @@ -60,7 +60,7 @@ export default function LandingPage() { tag="What We Offer" features={[ { - id: "01", title: "Lawn Mowing", description: "Weekly professional mowing keeps your lawn looking pristine year-round. We handle equipment, timing, and perfection.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", imageAlt: "Professional lawn mowing service"}, + id: "01", title: "Lawn Mowing", description: "Weekly professional mowing keeps your lawn looking pristine year-round. We handle equipment, timing, and perfection.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn mowing service"}, { id: "02", title: "Lawn Maintenance", description: "Beyond mowing—edging, trimming, and detail work that transforms your outdoor space into a showcase.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Comprehensive lawn maintenance"}, { @@ -98,16 +98,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Corcoran, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Homeowner", company: "Loretto, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Corcoran, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", role: "Homeowner", company: "Loretto, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "David Kim"}, { id: "5", name: "Jennifer Martinez", role: "Homeowner", company: "Corcoran, MN", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jennifer Martinez"}, @@ -127,7 +127,7 @@ export default function LandingPage() { description="Contact us today for a free estimate. We're available for service calls and consultations in Corcoran, Loretto, and surrounding West Metro communities." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="Your email address" buttonText="Request Free Estimate"