From 7f4baf26aaad7f904fc5757d5096e89ca9450591 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 05:24:05 +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 95b4f4e..b73c9d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,12 +95,12 @@ export default function Page() { title="Choose Your Perfect Wash Package" description="Select from our range of packages designed to give your car the care it deserves, all at competitive prices." products={[ - { id: "basic", name: "Basic Clean", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-water-with-big-bubbles_23-2147933821.jpg", imageAlt: "Basic car wash" }, - { id: "premium", name: "Premium Shine", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "Premium car wash" }, - { id: "deluxe", name: "Deluxe Glow", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212225.jpg", imageAlt: "Deluxe car wash" }, - { id: "ultimate", name: "Ultimate Protection", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212225.jpg", imageAlt: "Ultimate car wash" }, - { id: "truckwash", name: "Truck Bay Wash", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-water-with-big-bubbles_23-2147933821.jpg", imageAlt: "Truck wash bay" }, - { id: "custom", name: "Custom Detailing", price: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "Custom auto detailing" } + { id: "basic", name: "Basic Clean", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-water-with-big-bubbles_23-2147933821.jpg?_wi=1", imageAlt: "Basic car wash" }, + { id: "premium", name: "Premium Shine", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg?_wi=1", imageAlt: "Premium car wash" }, + { id: "deluxe", name: "Deluxe Glow", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212225.jpg?_wi=1", imageAlt: "Deluxe car wash" }, + { id: "ultimate", name: "Ultimate Protection", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212225.jpg?_wi=2", imageAlt: "Ultimate car wash" }, + { id: "truckwash", name: "Truck Bay Wash", price: "Varies", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-water-with-big-bubbles_23-2147933821.jpg?_wi=2", imageAlt: "Truck wash bay" }, + { id: "custom", name: "Custom Detailing", price: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg?_wi=2", imageAlt: "Custom auto detailing" } ]} carouselMode="buttons" gridVariant="three-columns-all-equal-width" -- 2.49.1