From 9f7931b86cd469cc0fabb330eaef14758bbbcd0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:38:30 +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 3f11eff..1a3b65d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { title="Refresh Your World with Wavy Trend" description="Experience the classic taste of Coca-Cola, delivered right to your doorstep. Join the wave and satisfy your cravings today." buttons={[{ text: "Shop Now", href: "#shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg?_wi=1" imageAlt="Refreshing Coca-Cola bottle" mediaAnimation="slide-up" avatars={[ @@ -115,9 +115,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", title: "Active Users", value: "10,000+", description: "Satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, - { id: "m2", title: "Global Reach", value: "50,000+", description: "Deliveries completed", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, - { id: "m3", title: "Satisfaction", value: "99%", description: "Positive feedback", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg" }, + { id: "m1", title: "Active Users", value: "10,000+", description: "Satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg?_wi=2" }, + { id: "m2", title: "Global Reach", value: "50,000+", description: "Deliveries completed", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg?_wi=3" }, + { id: "m3", title: "Satisfaction", value: "99%", description: "Positive feedback", imageSrc: "http://img.b2bpic.net/free-photo/abstract_1122-1861.jpg?_wi=4" }, ]} title="Our Impact" description="Measuring the smiles we deliver every single day." -- 2.49.1