From e762f389fc3841ec2bab8e386b11280be4b6fc4d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 22:21:11 +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 425ef5d..47d98ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { logoText="RED BULL" description="Unlock your potential. Energy for every challenge." buttons={[{ text: "Explore" }, { text: "Buy Now" }]} - imageSrc="http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -92,7 +92,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Red Bull Energy", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg" }, + { id: "p1", name: "Red Bull Energy", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg?_wi=1" }, { id: "p2", name: "Red Bull Sugarfree", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92770.jpg" }, { id: "p3", name: "Red Bull Zero", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-summer-concept-with-copy-space_23-2148545847.jpg" }, { id: "p4", name: "Tropical Edition", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smoothie-blackberries_23-2148555275.jpg" }, @@ -125,8 +125,8 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { id: "a1", name: "Max V", role: "F1 Pro", description: "Speed expert.", imageSrc: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20801.jpg" }, - { id: "a2", name: "Chloe K", role: "Skier", description: "Snow legend.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg" }, - { id: "a3", name: "Tom P", role: "Skater", description: "Vertical king.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg" }, + { id: "a2", name: "Chloe K", role: "Skier", description: "Snow legend.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg?_wi=2" }, + { id: "a3", name: "Tom P", role: "Skater", description: "Vertical king.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg?_wi=2" }, ]} title="Featured Athletes" description="Performance masters."