From dbab25c406f0e1ee97be9a82f2021efbb2dc9edf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:32:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64e1cf3..21456d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "Professional lawn maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg?_wi=1", imageAlt: "Professional lawn maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-after-plants-greenhouse_1303-14055.jpg", imageAlt: "Beautiful residential yard" + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-after-plants-greenhouse_1303-14055.jpg?_wi=1", imageAlt: "Beautiful residential yard" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg", imageAlt: "Yard cleanup service" + imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg?_wi=1", imageAlt: "Yard cleanup service" } ]} rightCarouselItems={[ @@ -117,15 +117,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Lawn Mowing", description: "Reliable, scheduled mowing that keeps your lawn even, clean, and well‑edged. Perfect for homeowners who want a consistently polished look without the hassle.", imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "Professional lawn mowing service" + title: "Premium Lawn Mowing", description: "Reliable, scheduled mowing that keeps your lawn even, clean, and well‑edged. Perfect for homeowners who want a consistently polished look without the hassle.", imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg?_wi=2", imageAlt: "Professional lawn mowing service" }, { id: 2, - title: "Leaf & Yard Clean‑Ups", description: "Quick, efficient removal of leaves and debris so your yard looks tidy and well‑kept through every season.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-after-plants-greenhouse_1303-14055.jpg", imageAlt: "Yard cleanup and leaf removal" + title: "Leaf & Yard Clean‑Ups", description: "Quick, efficient removal of leaves and debris so your yard looks tidy and well‑kept through every season.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-after-plants-greenhouse_1303-14055.jpg?_wi=2", imageAlt: "Yard cleanup and leaf removal" }, { id: 3, - title: "Landscape Care & Touch‑Ups", description: "Trimming, light landscaping, and property touch‑ups that enhance curb appeal and keep your outdoor spaces looking intentional and cared for.", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg", imageAlt: "Landscape care and maintenance" + title: "Landscape Care & Touch‑Ups", description: "Trimming, light landscaping, and property touch‑ups that enhance curb appeal and keep your outdoor spaces looking intentional and cared for.", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg?_wi=2", imageAlt: "Landscape care and maintenance" } ]} buttons={[ -- 2.49.1