From 01484419c14711c9c9af2d827072c5c8bf4c4ec4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ec13d..1e8c1b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,11 +42,11 @@ export default function LandingPage() { description="Opening soon. Get ready for an unparalleled shopping experience." tag="Coming Soon" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg", imageAlt: "Best Buys launch" }, - { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg", imageAlt: "Best Buys product" }, - { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg", imageAlt: "Best Buys storefront" }, - { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg", imageAlt: "Best Buys collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg", imageAlt: "Best Buys opening" }, + { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg?_wi=1", imageAlt: "Best Buys launch" }, + { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg?_wi=2", imageAlt: "Best Buys product" }, + { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg?_wi=3", imageAlt: "Best Buys storefront" }, + { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg?_wi=4", imageAlt: "Best Buys collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/covid-pandemic-lifestyle-concept-girl-wearing-medical-mask-shopping-malls-holding-paper-ba_1258-161781.jpg?_wi=5", imageAlt: "Best Buys opening" }, ]} mediaAnimation="slide-up" /> -- 2.49.1