From 18457effdd5fb7443e3478f07a6d73106a472cd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:33:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 854ec46..381b4f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-72285.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-72285.jpg?_wi=1" imageAlt="Max premium shopping experience" avatars={[ { @@ -148,7 +148,7 @@ export default function LandingPage() { title: "Real-time Updates", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-laptop-after-shopping_23-2147786792.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-laptop-after-shopping_23-2147786792.jpg?_wi=1" imageAlt="Max platform interface" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -166,19 +166,19 @@ export default function LandingPage() { id: "1", name: "Designer Sneakers", price: "$120 (was $200)", - imageSrc: "http://img.b2bpic.net/free-photo/brown-shoe-with-broccoli-rocks_52683-94823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-shoe-with-broccoli-rocks_52683-94823.jpg?_wi=1", }, { id: "2", name: "Premium Headphones", price: "$180 (was $300)", - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736863.jpg?_wi=1", }, { id: "3", name: "Gold Wristwatch", price: "$450 (was $700)", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg?_wi=1", }, { id: "4", @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "Max is the only reason I don't overpay for electronics.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585942.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-72285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-72285.jpg?_wi=2", imageAlt: "luxury tech shopping dark mode", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Found my wedding watch here at an unbeatable price.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-after-shopping_23-2147786792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-after-shopping_23-2147786792.jpg?_wi=2", imageAlt: "mobile shopping app interface", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "User experience is top-notch and the deals are verified.", tag: "Beauty", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-shopping-bags_23-2148225666.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/brown-shoe-with-broccoli-rocks_52683-94823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-shoe-with-broccoli-rocks_52683-94823.jpg?_wi=2", imageAlt: "designer sneaker studio lighting", }, { @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "Best price tracking feature I have seen. Simply works.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736863.jpg?_wi=2", imageAlt: "premium headphones studio lighting", }, { @@ -308,7 +308,7 @@ export default function LandingPage() { quote: "My wardrobe collection is 80% Max finds now.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669772.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg?_wi=2", imageAlt: "luxury wrist watch studio", }, ]} -- 2.49.1