From e668a9d11df677ef484f3044c53b97ca0bec933b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:46:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index baeae87..979c165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,13 +55,13 @@ export default function LandingPage() { background={{ variant: "plain" }} testimonials={[ { - name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "EcoBottle transformed how I track my hydration while supporting environmental causes. Love it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg" + name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "EcoBottle transformed how I track my hydration while supporting environmental causes. Love it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=1" }, { - name: "Michael Chen", handle: "Fitness Coach", testimonial: "The temperature retention is incredible. My water stays cold for 24+ hours. Perfect for training.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-exercises-air-bike-exercise-bike-closeup_169016-59100.jpg" + name: "Michael Chen", handle: "Fitness Coach", testimonial: "The temperature retention is incredible. My water stays cold for 24+ hours. Perfect for training.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-exercises-air-bike-exercise-bike-closeup_169016-59100.jpg?_wi=1" }, { - name: "Emma Davis", handle: "Environmental Advocate", testimonial: "Finally, a bottle that matches my values. Biodegradable, smart, and beautifully designed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037325.jpg" + name: "Emma Davis", handle: "Environmental Advocate", testimonial: "Finally, a bottle that matches my values. Biodegradable, smart, and beautifully designed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037325.jpg?_wi=1" } ]} buttons={[ @@ -80,7 +80,7 @@ export default function LandingPage() { description="Founded by environmental advocates who believed wellness and responsibility shouldn't be separate goals." subdescription="EcoBottle: Redefining Hydration for a Better Tomorrow" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316618.jpg" + imageSrc="http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316618.jpg?_wi=1" imageAlt="Biodegradable materials and eco-friendly design" mediaAnimation="slide-up" useInvertedBackground={true} @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Eco Impact", title: "100% Biodegradable Materials", subtitle: "Sustainable without compromise", description: "Crafted from plant-based polymers and renewable resources, every EcoBottle naturally decomposes within 5 years. No plastic guilt, pure environmental responsibility with premium performance.", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316618.jpg", imageAlt: "Sustainable materials and eco-friendly production", buttons: [{ text: "Learn About Our Impact", href: "#contact" }] + tag: "Eco Impact", title: "100% Biodegradable Materials", subtitle: "Sustainable without compromise", description: "Crafted from plant-based polymers and renewable resources, every EcoBottle naturally decomposes within 5 years. No plastic guilt, pure environmental responsibility with premium performance.", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316618.jpg?_wi=2", imageAlt: "Sustainable materials and eco-friendly production", buttons: [{ text: "Learn About Our Impact", href: "#contact" }] } ]} textboxLayout="default" @@ -146,13 +146,13 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg", imageAlt: "Sarah Johnson testimonial" + id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial" }, { - id: "2", name: "Michael Chen", role: "Fitness Coach", company: "FitLife Studios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-exercises-air-bike-exercise-bike-closeup_169016-59100.jpg", imageAlt: "Michael Chen testimonial" + id: "2", name: "Michael Chen", role: "Fitness Coach", company: "FitLife Studios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-exercises-air-bike-exercise-bike-closeup_169016-59100.jpg?_wi=2", imageAlt: "Michael Chen testimonial" }, { - id: "3", name: "Emma Davis", role: "Environmental Advocate", company: "Green Futures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037325.jpg", imageAlt: "Emma Davis testimonial" + id: "3", name: "Emma Davis", role: "Environmental Advocate", company: "Green Futures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-hard-greenhouse_23-2149037325.jpg?_wi=2", imageAlt: "Emma Davis testimonial" }, { id: "4", name: "David Kim", role: "Product Manager", company: "Sustainability Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg", imageAlt: "David Kim testimonial" -- 2.49.1