Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:56:01 +00:00

View File

@@ -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}