Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:42:06 +00:00

View File

@@ -57,22 +57,22 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg", imageAlt: "Premium Wireless Headphones"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg?_wi=1", imageAlt: "Premium Wireless Headphones"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg", imageAlt: "Leather Crossbody Bag"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg?_wi=1", imageAlt: "Leather Crossbody Bag"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg", imageAlt: "Smartwatch Fitness Tracker"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg?_wi=1", imageAlt: "Smartwatch Fitness Tracker"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg", imageAlt: "Premium Wireless Headphones"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg?_wi=2", imageAlt: "Premium Wireless Headphones"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg", imageAlt: "Leather Crossbody Bag"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg?_wi=2", imageAlt: "Leather Crossbody Bag"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg", imageAlt: "Smartwatch Fitness Tracker"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg?_wi=2", imageAlt: "Smartwatch Fitness Tracker"
}
]}
autoPlay={true}
@@ -85,15 +85,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "TechPro", name: "Premium Wireless Headphones", price: "$89.99", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg", imageAlt: "Premium Wireless Headphones with noise cancellation"
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/cotton-wrist-band-smart-watch-earphone-white-background_1387-712.jpg?_wi=3", imageAlt: "Premium Wireless Headphones with noise cancellation"
},
{
id: "2", brand: "StyleLux", name: "Leather Crossbody Bag", price: "$64.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg", imageAlt: "Genuine leather crossbody bag in brown"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/sunny-smile-emotions-park-beauty_1303-2258.jpg?_wi=3", imageAlt: "Genuine leather crossbody bag in brown"
},
{
id: "3", brand: "FitWatch", name: "Smartwatch Fitness Tracker", price: "$129.99", rating: 5,
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg", imageAlt: "Advanced smartwatch with fitness tracking"
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/serious-mid-adult-man-putting-phone-armband_1262-5541.jpg?_wi=3", imageAlt: "Advanced smartwatch with fitness tracking"
}
]}
title="Featured Products"
@@ -133,7 +133,7 @@ export default function LandingPage() {
title: "24/7 Support", description: "Our dedicated team is always ready to help with questions or concerns.", icon: Headphones
}
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-trolley-with-tablet_23-2147955435.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-trolley-with-tablet_23-2147955435.jpg?_wi=1"
imageAlt="DropHub Modern Store Interface"
mediaAnimation="slide-up"
imagePosition="right"
@@ -262,7 +262,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-trolley-with-tablet_23-2147955435.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-trolley-with-tablet_23-2147955435.jpg?_wi=2"
imageAlt="Newsletter signup illustration"
mediaAnimation="slide-up"
mediaPosition="right"