From d4d8a6ade1c7f123c2f582b3ae35185310cf2724 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:55:56 +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 58e25dc..df18799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg", imageAlt: "Goal Water delivery service" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "Home water supply" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-juice-factory_107420-96045.jpg", imageAlt: "Office water delivery" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg?_wi=1", imageAlt: "Goal Water delivery service" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "Home water supply" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-juice-factory_107420-96045.jpg?_wi=1", imageAlt: "Office water delivery" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-door-half-open-close-detail-macro-view_169016-70928.jpg", imageAlt: "Bulk water orders" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-landscape_23-2152023915.jpg", imageAlt: "Water quality assurance" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg", imageAlt: "Professional water delivery" } + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-landscape_23-2152023915.jpg?_wi=1", imageAlt: "Water quality assurance" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg?_wi=2", imageAlt: "Professional water delivery" } ]} autoPlay={true} autoPlayInterval={4000} @@ -89,18 +89,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Drinking Water Delivery", description: "Reliable delivery of clean, high-quality drinking water directly to your location. Fast, professional service you can count on.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-landscape_23-2152023915.jpg" } + title: "Drinking Water Delivery", description: "Reliable delivery of clean, high-quality drinking water directly to your location. Fast, professional service you can count on.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-landscape_23-2152023915.jpg?_wi=2" } }, { id: 2, - title: "Home Water Supply", description: "Fresh drinking water delivered to your home on a convenient schedule. Safe, pure water for your entire family.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" }, + title: "Home Water Supply", description: "Fresh drinking water delivered to your home on a convenient schedule. Safe, pure water for your entire family.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=3" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technologist-tasting-beer-quality-modern-brewery_342744-1159.jpg" } }, { id: 3, - title: "Office Water Supply", description: "Professional water delivery for offices and workplaces. Keep your team hydrated and productive throughout the day.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-juice-factory_107420-96045.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg" } + title: "Office Water Supply", description: "Professional water delivery for offices and workplaces. Keep your team hydrated and productive throughout the day.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-juice-factory_107420-96045.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-wine-barrels-winery_1268-15698.jpg?_wi=3" } } ]} showStepNumbers={true} -- 2.49.1