From b0c3e350060c784812df8f363fc2da2a5d13822b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:31:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d61d1..2b8891a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "20L", name: "20L Water Jar", price: "₹150", variant: "Perfect for offices & gyms", imageSrc: "http://img.b2bpic.net/free-vector/household-water-filter-pitcher-with-3-replacement-carbon-cartridges-full-glass-realistic-set-transparent_1284-26868.jpg", imageAlt: "20 liter water jar dispenser" + id: "20L", name: "20L Water Jar", price: "₹150", variant: "Perfect for offices & gyms", imageSrc: "http://img.b2bpic.net/free-vector/household-water-filter-pitcher-with-3-replacement-carbon-cartridges-full-glass-realistic-set-transparent_1284-26868.jpg?_wi=1", imageAlt: "20 liter water jar dispenser" }, { id: "500ml", name: "500ml Bottle", price: "₹20", variant: "Portable & convenient", imageSrc: "http://img.b2bpic.net/free-photo/elder-drinking-water-woods_23-2148314558.jpg", imageAlt: "500ml packaged water bottle" @@ -110,7 +110,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Company Branding", description: "Print your company name, logo, and message directly on water bottles. Ideal for offices looking to increase brand visibility among employees and visitors.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-blue-water-droplet-backdrop-design_1017-53530.jpg", imageAlt: "Custom branded water bottle with company logo" + title: "Company Branding", description: "Print your company name, logo, and message directly on water bottles. Ideal for offices looking to increase brand visibility among employees and visitors.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-blue-water-droplet-backdrop-design_1017-53530.jpg?_wi=1", imageAlt: "Custom branded water bottle with company logo" }, { id: 2, @@ -165,11 +165,11 @@ export default function LandingPage() { }, { id: 2, - title: "Step 2: Choose & Customize", description: "Select from our 20L jars, 500ml, or 1L bottles. Provide your company details for custom labeling and branding.", imageSrc: "http://img.b2bpic.net/free-vector/household-water-filter-pitcher-with-3-replacement-carbon-cartridges-full-glass-realistic-set-transparent_1284-26868.jpg", imageAlt: "Choose water bottle size and customization" + title: "Step 2: Choose & Customize", description: "Select from our 20L jars, 500ml, or 1L bottles. Provide your company details for custom labeling and branding.", imageSrc: "http://img.b2bpic.net/free-vector/household-water-filter-pitcher-with-3-replacement-carbon-cartridges-full-glass-realistic-set-transparent_1284-26868.jpg?_wi=2", imageAlt: "Choose water bottle size and customization" }, { id: 3, - title: "Step 3: Get Your Label", description: "We design and prepare your custom labels featuring your company name, logo, and branding. Quick turnaround on approvals.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-blue-water-droplet-backdrop-design_1017-53530.jpg", imageAlt: "Custom label design and printing" + title: "Step 3: Get Your Label", description: "We design and prepare your custom labels featuring your company name, logo, and branding. Quick turnaround on approvals.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-blue-water-droplet-backdrop-design_1017-53530.jpg?_wi=2", imageAlt: "Custom label design and printing" }, { id: 4, -- 2.49.1