Merge version_1 into main #3
@@ -70,13 +70,13 @@ export default function LandingPage() {
|
||||
tag="Bestsellers"
|
||||
products={[
|
||||
{
|
||||
id: "classical", name: "Classical Heritage", price: "$125", variant: "Deep Blue 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg", imageAlt: "Classical Heritage Cologne", isFavorited: false,
|
||||
id: "classical", name: "Classical Heritage", price: "$125", variant: "Deep Blue 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg?_wi=1", imageAlt: "Classical Heritage Cologne", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "fresh", name: "Fresh Dawn", price: "$95", variant: "Crystal Clear 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg", imageAlt: "Fresh Dawn Cologne", isFavorited: false,
|
||||
id: "fresh", name: "Fresh Dawn", price: "$95", variant: "Crystal Clear 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg?_wi=1", imageAlt: "Fresh Dawn Cologne", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "amber", name: "Amber Nights", price: "$140", variant: "Golden Amber 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "Amber Nights Cologne", isFavorited: false,
|
||||
id: "amber", name: "Amber Nights", price: "$140", variant: "Golden Amber 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=1", imageAlt: "Amber Nights Cologne", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -112,13 +112,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Rare Ingredients Sourced Globally", tags: ["Premium", "Authentic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg", imageAlt: "Premium Ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg?_wi=2", imageAlt: "Premium Ingredients"},
|
||||
{
|
||||
id: "2", title: "Long-Lasting Fragrance Profile", tags: ["Lasting", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg", imageAlt: "Lasting Fragrance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg?_wi=2", imageAlt: "Lasting Fragrance"},
|
||||
{
|
||||
id: "3", title: "Sustainable Luxury Packaging", tags: ["Eco-Conscious", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "Luxury Packaging"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=2", imageAlt: "Luxury Packaging"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user