From 2b991fe97a008c58e67b6b3babe90c2d241ea4ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:28:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddebed3..6ede6f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/weathered-concrete-wall-with-tree-trunk-natural-textures_632498-60788.jpg", imageAlt: "Professional pressure washing service" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "Driveway sealing and protection" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg", imageAlt: "Deck cleaning and restoration" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg", imageAlt: "Patio cleaning service" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg", imageAlt: "Before and after driveway transformation" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg", imageAlt: "Deck restoration results" } + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=1", imageAlt: "Driveway sealing and protection" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg?_wi=1", imageAlt: "Deck cleaning and restoration" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg?_wi=1", imageAlt: "Patio cleaning service" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg?_wi=1", imageAlt: "Before and after driveway transformation" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=1", imageAlt: "Deck restoration results" } ]} autoPlay={true} autoPlayInterval={4000} @@ -72,15 +72,15 @@ export default function LandingPage() { }, { id: 2, - title: "Driveway Sealing", description: "Protect and restore asphalt driveways with professional seal coating. Extends driveway life and maintains its appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "Professional driveway sealing" + title: "Driveway Sealing", description: "Protect and restore asphalt driveways with professional seal coating. Extends driveway life and maintains its appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=2", imageAlt: "Professional driveway sealing" }, { id: 3, - title: "Deck Cleaning & Staining", description: "Deep clean and protect wooden decks with professional washing and staining. Restores natural beauty and prevents damage.", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg", imageAlt: "Deck cleaning and staining service" + title: "Deck Cleaning & Staining", description: "Deep clean and protect wooden decks with professional washing and staining. Restores natural beauty and prevents damage.", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg?_wi=2", imageAlt: "Deck cleaning and staining service" }, { id: 4, - title: "Exterior Pressure Washing", description: "Cleaning for patios, walkways, siding, and other exterior surfaces. Removes mold, mildew, and built-up grime safely.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg", imageAlt: "Exterior pressure washing" + title: "Exterior Pressure Washing", description: "Cleaning for patios, walkways, siding, and other exterior surfaces. Removes mold, mildew, and built-up grime safely.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg?_wi=2", imageAlt: "Exterior pressure washing" }, { id: 5, @@ -117,10 +117,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Driveway Transformation", price: "Professional Results", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg", imageAlt: "Driveway before and after" + id: "1", name: "Driveway Transformation", price: "Professional Results", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg?_wi=2", imageAlt: "Driveway before and after" }, { - id: "2", name: "Deck Restoration", price: "Like New Again", variant: "Cleaning & Staining", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg", imageAlt: "Deck before and after restoration" + id: "2", name: "Deck Restoration", price: "Like New Again", variant: "Cleaning & Staining", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=2", imageAlt: "Deck before and after restoration" }, { id: "3", name: "Patio Makeover", price: "Clean & Beautiful", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-woman_23-2148000219.jpg", imageAlt: "Patio before and after cleaning"