From 3e08d7d7329424144c5f21a464dc86264e3bb37a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:36:44 +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 60c3758..04303c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60058.jpg", imageAlt: "Featured products showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg", imageAlt: "Premium wireless headphones" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg", imageAlt: "Smartwatch fitness tracker" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-listening-music-wireless-earphones_1303-20582.jpg", imageAlt: "Portable speaker" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg", imageAlt: "Wireless audio device" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg", imageAlt: "Tech wearable device" } + { imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg?_wi=1", imageAlt: "Premium wireless headphones" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg?_wi=1", imageAlt: "Smartwatch fitness tracker" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-listening-music-wireless-earphones_1303-20582.jpg?_wi=1", imageAlt: "Portable speaker" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg?_wi=2", imageAlt: "Wireless audio device" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg?_wi=2", imageAlt: "Tech wearable device" } ]} mediaAnimation="blur-reveal" ariaLabel="Hero section - Start your dropshipping business" @@ -73,9 +73,9 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" products={[ - { id: "p1", name: "Premium Wireless Headphones", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg", imageAlt: "Wireless headphones" }, - { id: "p2", name: "Smartwatch Fitness Tracker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg", imageAlt: "Smartwatch" }, - { id: "p3", name: "Portable Bluetooth Speaker", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-listening-music-wireless-earphones_1303-20582.jpg", imageAlt: "Bluetooth speaker" } + { id: "p1", name: "Premium Wireless Headphones", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attentive-sportive-curly-woman-checks-pulse-after-training-concentrated-smartwatch-dressed-activewear-poses-outdoors_273609-55534.jpg?_wi=3", imageAlt: "Wireless headphones" }, + { id: "p2", name: "Smartwatch Fitness Tracker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg?_wi=3", imageAlt: "Smartwatch" }, + { id: "p3", name: "Portable Bluetooth Speaker", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-listening-music-wireless-earphones_1303-20582.jpg?_wi=2", imageAlt: "Bluetooth speaker" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1