From b8a814d55fbb806a24fdc803ae797e40ab7a5a6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:25: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 61e2a2a..0298817 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,13 +119,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Restoration", title: "Driveway Cleaning", subtitle: "Deep Clean", description: "Removal of oil, moss, and deep-seated dirt.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg"}, + tag: "Restoration", title: "Driveway Cleaning", subtitle: "Deep Clean", description: "Removal of oil, moss, and deep-seated dirt.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1"}, { id: 2, tag: "Maintenance", title: "Roof Cleaning", subtitle: "Safe Clean", description: "Gentle soft wash techniques to keep shingles pristine.", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"}, { id: 3, - tag: "Care", title: "Facade Cleaning", subtitle: "Brighten Up", description: "Removal of pollutants for a fresh, new look.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg"}, + tag: "Care", title: "Facade Cleaning", subtitle: "Brighten Up", description: "Removal of pollutants for a fresh, new look.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=1"}, ]} title="Our Professional Services" description="We specialize in professional cleaning to protect and maintain your property assets." @@ -160,7 +160,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", date: "2024-03-01", title: "Homeowner", quote: "My driveway has never looked so good. Professional and fast!", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg"}, + id: "1", name: "Sarah Johnson", date: "2024-03-01", title: "Homeowner", quote: "My driveway has never looked so good. Professional and fast!", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg?_wi=1"}, { id: "2", name: "Michael Chen", date: "2024-03-10", title: "Property Manager", quote: "Excellent roof cleaning. Would highly recommend this team.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday-together_23-2150598982.jpg"}, { @@ -168,7 +168,7 @@ export default function LandingPage() { { id: "4", name: "David Wilson", date: "2024-03-20", title: "Homeowner", quote: "Reliable and thorough. The moss is gone completely.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"}, { - id: "5", name: "Jane Smith", date: "2024-04-05", title: "Homeowner", quote: "Incredible transformation, very professional service.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg"}, + id: "5", name: "Jane Smith", date: "2024-04-05", title: "Homeowner", quote: "Incredible transformation, very professional service.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-with-plan_23-2148819894.jpg?_wi=2"}, ]} title="Voices of Our Clients" description="Hear what property owners say about our cleaning expertise." @@ -183,7 +183,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Safety First", description: "Certified team members using eco-friendly methods.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Safe cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2", imageAlt: "Safe cleaning"}, items: [ { icon: Shield, @@ -196,7 +196,7 @@ export default function LandingPage() { }, { id: "f2", title: "Advanced Tech", description: "State-of-the-art pressure equipment for perfect results.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg", imageAlt: "Modern tech"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-wooden-bridge-across-water-sun_146671-18753.jpg?_wi=2", imageAlt: "Modern tech"}, items: [ { icon: Zap, -- 2.49.1