From 847d753a89b5a37585fc0d201f137f178fb8a86e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:44:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee9ef29..15cc459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,13 +76,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fast Home Delivery", description: "Quick and reliable delivery of bottled water directly to your doorstep. Available throughout Kisumu with same-day and next-day options.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-posing-with-water-bottle-smartphone_23-2148382519.jpg"}, + title: "Fast Home Delivery", description: "Quick and reliable delivery of bottled water directly to your doorstep. Available throughout Kisumu with same-day and next-day options.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-posing-with-water-bottle-smartphone_23-2148382519.jpg" + }, { id: 2, - title: "Bulk Supply for Businesses", description: "Wholesale pricing for restaurants, offices, schools, and event venues. Flexible subscription plans to meet your volume requirements.", imageSrc: "http://img.b2bpic.net/free-photo/hardworking-professional-female-worker-manager-with-hardhat-reflective-jacket-leaned-cardboard-boxes-looking-aside-large-warehouse_342744-1449.jpg"}, + title: "Bulk Supply for Businesses", description: "Wholesale pricing for restaurants, offices, schools, and event venues. Flexible subscription plans to meet your volume requirements.", imageSrc: "http://img.b2bpic.net/free-photo/hardworking-professional-female-worker-manager-with-hardhat-reflective-jacket-leaned-cardboard-boxes-looking-aside-large-warehouse_342744-1449.jpg" + }, { id: 3, - title: "Custom Branded Bottles", description: "Personalized water bottles for your events, promotions, or corporate needs. Perfect for weddings, conferences, and brand activations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-water-after-hard-training-outdoors-holds-bottle-water-uses-smartwatch-dressed-windbreaker-feels-thirsty-after-sport-practice-poses-blurred_273609-54118.jpg"}, + title: "Custom Branded Bottles", description: "Personalized water bottles for your events, promotions, or corporate needs. Perfect for weddings, conferences, and brand activations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-water-after-hard-training-outdoors-holds-bottle-water-uses-smartwatch-dressed-windbreaker-feels-thirsty-after-sport-practice-poses-blurred_273609-54118.jpg" + }, ]} textboxLayout="default" useInvertedBackground={true} @@ -96,13 +99,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pii Jii", name: "500ml Pure Water", price: "KES 40", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-wearing-headband-wristbands-holding-water-bottle-looking-straight_141793-57800.jpg", imageAlt: "500ml water bottle"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-wearing-headband-wristbands-holding-water-bottle-looking-straight_141793-57800.jpg", imageAlt: "500ml water bottle" + }, { id: "2", brand: "Pii Jii", name: "1.5L Fresh Water", price: "KES 100", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/bottle-medical-ethanol-plasters-marble-table_114579-22102.jpg", imageAlt: "1.5 liter water bottle"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/bottle-medical-ethanol-plasters-marble-table_114579-22102.jpg", imageAlt: "1.5 liter water bottle" + }, { id: "3", brand: "Pii Jii", name: "5L Family Size", price: "KES 250", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/mineral-water_1137-312.jpg", imageAlt: "5 liter family water bottle"}, + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/mineral-water_1137-312.jpg", imageAlt: "5 liter family water bottle" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -118,8 +124,9 @@ export default function LandingPage() { tag="Social Proof" textboxLayout="default" useInvertedBackground={false} - names=[ - "Kiwasco Partnership", "Health Certified", "Local Community", "Business Approved", "Family Trusted", "Quality Tested", "Kisumu Based"] + names={[ + "Kiwasco Partnership", "Health Certified", "Local Community", "Business Approved", "Family Trusted", "Quality Tested", "Kisumu Based" + ]} speed={40} showCard={true} /> @@ -129,13 +136,17 @@ export default function LandingPage() {