From b7e52dd4a3ac2c23adc58517d3849372a7ca7497 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:02:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c91088..3e11dff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg", imageAlt: "Professional pressure washing service" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg?_wi=1", imageAlt: "Professional pressure washing service" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg", imageAlt: "Crystal clear window cleaning" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg?_wi=1", imageAlt: "Crystal clear window cleaning" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733223.jpg", imageAlt: "Spotless driveway after cleaning" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733223.jpg?_wi=1", imageAlt: "Spotless driveway after cleaning" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg", imageAlt: "Professional roof restoration" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg?_wi=1", imageAlt: "Professional roof restoration" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg", imageAlt: "Home exterior cleaning transformation" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg?_wi=2", imageAlt: "Home exterior cleaning transformation" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733223.jpg", imageAlt: "Driveway pressure washing results" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733223.jpg?_wi=2", imageAlt: "Driveway pressure washing results" } ]} autoPlay={true} @@ -86,15 +86,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Most Popular", title: "Pressure Washing", subtitle: "Powerful cleaning for any surface", description: "Professional pressure washing for driveways, sidewalks, decks, and home exteriors. We remove dirt, grime, mold, and algae to restore your property's appearance. Safe for all surface types with adjustable pressure settings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg", imageAlt: "Pressure washing service" + tag: "Most Popular", title: "Pressure Washing", subtitle: "Powerful cleaning for any surface", description: "Professional pressure washing for driveways, sidewalks, decks, and home exteriors. We remove dirt, grime, mold, and algae to restore your property's appearance. Safe for all surface types with adjustable pressure settings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-holding-baby-while-vacuuming_23-2150166670.jpg?_wi=3", imageAlt: "Pressure washing service" }, { id: 2, - tag: "Popular", title: "Window Cleaning", subtitle: "Crystal clear windows inside and out", description: "Streak-free window cleaning for residential homes and commercial properties. We clean windows, screens, and frames using professional-grade equipment and eco-friendly solutions for a pristine finish.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg", imageAlt: "Window cleaning service" + tag: "Popular", title: "Window Cleaning", subtitle: "Crystal clear windows inside and out", description: "Streak-free window cleaning for residential homes and commercial properties. We clean windows, screens, and frames using professional-grade equipment and eco-friendly solutions for a pristine finish.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg?_wi=2", imageAlt: "Window cleaning service" }, { id: 3, - tag: "Specialty Service", title: "Roof & Gutter Cleaning", subtitle: "Safe professional roof restoration", description: "Remove moss, algae, and debris from your roof and gutters. Our certified technicians use safe cleaning methods to restore your roof's appearance and extend its lifespan without damage.", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg", imageAlt: "Roof cleaning service" + tag: "Specialty Service", title: "Roof & Gutter Cleaning", subtitle: "Safe professional roof restoration", description: "Remove moss, algae, and debris from your roof and gutters. Our certified technicians use safe cleaning methods to restore your roof's appearance and extend its lifespan without damage.", imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-hiking-adventure_23-2152024894.jpg?_wi=2", imageAlt: "Roof cleaning service" } ]} title="Our Premium Services" @@ -162,16 +162,16 @@ export default function LandingPage() {