Merge version_1 into main #2
@@ -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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-woman-sunglasses-posed-outdoor_627829-3168.jpg"
|
||||
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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Modern casual jacket", isFavorited: false,
|
||||
initialQuantity: 1
|
||||
},
|
||||
{
|
||||
@@ -95,8 +95,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
className="w-full py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-600 mb-12"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,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?_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" }
|
||||
{ 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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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?_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" }
|
||||
{ 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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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?_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" }
|
||||
{ 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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -137,8 +136,8 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-600 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,8 +195,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-600 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,8 +233,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-600 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user