Merge version_1 into main #3
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
tag="New Collection Available"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg?_wi=1"
|
||||
imageAlt="Modern fashion model in casual clothing"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Premium Cotton T-Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg", imageAlt: "Premium cotton t-shirt", isFavorited: false,
|
||||
id: "product-1", name: "Premium Cotton T-Shirt", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg?_wi=1", imageAlt: "Premium cotton t-shirt", isFavorited: false,
|
||||
initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Modern Casual Jacket", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg", imageAlt: "Modern casual jacket", isFavorited: false,
|
||||
id: "product-2", name: "Modern Casual Jacket", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg?_wi=1", imageAlt: "Modern casual jacket", isFavorited: false,
|
||||
initialQuantity: 1
|
||||
},
|
||||
{
|
||||
@@ -113,22 +113,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Fast & Free Shipping", description: "Orders over $50 ship free within 5 business days. Track your package in real-time.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg", imageAlt: "Fast shipping icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg", imageAlt: "Delivery truck icon" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg?_wi=2", imageAlt: "Fast shipping icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg?_wi=3", imageAlt: "Delivery truck icon" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Premium Quality", description: "Ethically sourced materials and rigorous quality control ensure every piece meets our standards.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg", imageAlt: "Quality badge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg", imageAlt: "Premium quality icon" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg?_wi=2", imageAlt: "Quality badge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg?_wi=3", imageAlt: "Premium quality icon" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Easy Returns", description: "Not satisfied? Free returns within 30 days. No questions asked. We want you to love your purchase.", icon: RotateCcw,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg", imageAlt: "Easy returns icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg", imageAlt: "Return policy icon" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg?_wi=2", imageAlt: "Easy returns icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-forest_23-2148922214.jpg?_wi=3", imageAlt: "Return policy icon" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user