From 1e5d974077d73494f7f462b3d0540f99f89c30dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 07:58:50 +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 37fd263..d56d585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Easy Booking" tagIcon={Sparkles} tagAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Book Service Now", href: "#contact" }, { text: "Learn More", href: "#features" } @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1", imageAlt: "Professional lawn mower in action" + imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "Professional lawn mower in action" } ]} mediaAnimation="slide-up" @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Precision Cutting", description: "Expert lawn mowing with professional-grade equipment ensuring perfect height and clean lines.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg?_wi=1", imageAlt: "Precision lawn cutting service" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg", imageAlt: "Precision lawn cutting service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg?_wi=2", imageAlt: "Professional mowing equipment" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg", imageAlt: "Professional mowing equipment" } ] }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Edge Trimming", description: "Meticulous border and edge trimming to keep your lawn looking clean and well-defined.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg?_wi=1", imageAlt: "Lawn edge trimming service" + imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg", imageAlt: "Lawn edge trimming service" }, { - imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg?_wi=2", imageAlt: "Detail work on lawn edges" + imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg", imageAlt: "Detail work on lawn edges" } ] }, @@ -109,10 +109,10 @@ export default function LandingPage() { title: "Debris Cleanup", description: "Complete removal of grass clippings, leaves, and debris leaving your yard spotless.", icon: Trash2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg?_wi=1", imageAlt: "Yard cleanup and debris removal" + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "Yard cleanup and debris removal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg?_wi=2", imageAlt: "Professional lawn cleanup" + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "Professional lawn cleanup" } ] } @@ -243,7 +243,7 @@ export default function LandingPage() { title="Book Your Lawn Mowing Service" description="Fill out the form below to schedule your service. Our team will contact you within 2 hours to confirm your appointment." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg" imageAlt="Professional lawn service" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1