Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 06:36:48 +00:00

View File

@@ -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"