Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -77,22 +77,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Designer Wool Coat", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Premium Designer Wool Coat", initialQuantity: 1
|
||||
id: "1", name: "Designer Wool Coat", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=1", imageAlt: "Premium Designer Wool Coat", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Exclusive Eau de Parfum", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Luxury Fragrance Bottle", initialQuantity: 1
|
||||
id: "2", name: "Exclusive Eau de Parfum", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Limited Edition Sneakers", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg", imageAlt: "Premium Designer Sneakers", initialQuantity: 1
|
||||
id: "3", name: "Limited Edition Sneakers", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg?_wi=1", imageAlt: "Premium Designer Sneakers", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Luxury Handbag", price: "$329.99", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Designer Handbag", initialQuantity: 1
|
||||
id: "4", name: "Luxury Handbag", price: "$329.99", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=2", imageAlt: "Designer Handbag", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Premium Cologne Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Fragrance Collection Set", initialQuantity: 1
|
||||
id: "5", name: "Premium Cologne Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Fragrance Collection Set", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Designer Boots", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg", imageAlt: "Luxury Designer Boots", initialQuantity: 1
|
||||
id: "6", name: "Designer Boots", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg?_wi=2", imageAlt: "Luxury Designer Boots", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
title: "Designer Fashion", description: "Authentic designer clothing and accessories from luxury brands worldwide", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Designer Fashion Collection", button: { text: "Browse", href: "#products" }
|
||||
title: "Designer Fashion", description: "Authentic designer clothing and accessories from luxury brands worldwide", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=3", imageAlt: "Designer Fashion Collection", button: { text: "Browse", href: "#products" }
|
||||
},
|
||||
{
|
||||
title: "Premium Fragrances", description: "Exclusive colognes and perfumes from renowned luxury fragrance houses", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Luxury Fragrances", button: { text: "Explore", href: "#products" }
|
||||
title: "Premium Fragrances", description: "Exclusive colognes and perfumes from renowned luxury fragrance houses", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=3", imageAlt: "Luxury Fragrances", button: { text: "Explore", href: "#products" }
|
||||
},
|
||||
{
|
||||
title: "Luxury Footwear", description: "Limited edition sneakers and designer shoes for the discerning collector", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg", imageAlt: "Premium Footwear", button: { text: "View", href: "#products" }
|
||||
title: "Luxury Footwear", description: "Limited edition sneakers and designer shoes for the discerning collector", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg?_wi=3", imageAlt: "Premium Footwear", button: { text: "View", href: "#products" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=4"
|
||||
imageAlt="V.Z Resells Collection"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user