From f6ad69a82a2fd2312a9535fdeca3c0b2cfd188d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:15:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c6bccc..fc2271f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Call (201) 825-9484", href: "tel:2018259484" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", imageAlt: "Landscape Design Paradise" }, + { imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=1", imageAlt: "Landscape Design Paradise" }, { imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg", imageAlt: "Professional Landscaping" }, ]} mediaAnimation="slide-up" @@ -70,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Lawn Care & Maintenance", description: "Professional weekly lawn care, fertilization, and weed control programs.", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", imageAlt: "Lawn care service"}, + title: "Lawn Care & Maintenance", description: "Professional weekly lawn care, fertilization, and weed control programs.", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1", imageAlt: "Lawn care service"}, { title: "Landscape Design", description: "Custom garden design, hardscape installation, and patio construction.", imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", imageAlt: "Landscape design"}, { @@ -128,9 +128,9 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Fred G.", date: "Oct 2023", title: "Satisfied Customer", quote: "Very professional. They keep their schedule with no surprises. I strongly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg"}, + id: "1", name: "Fred G.", date: "Oct 2023", title: "Satisfied Customer", quote: "Very professional. They keep their schedule with no surprises. I strongly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=2"}, { - id: "2", name: "Sarah M.", date: "Sep 2023", title: "Great Results", quote: "My garden has never looked better. Highly recommend their landscaping services.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg"}, + id: "2", name: "Sarah M.", date: "Sep 2023", title: "Great Results", quote: "My garden has never looked better. Highly recommend their landscaping services.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Trusted by homeowners across the region." -- 2.49.1