Merge version_2 into main #2
@@ -77,13 +77,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "amber-essence", name: "Amber Essence", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Amber Essence perfume bottle", isFavorited: false
|
||||
id: "dior-sauvage", name: "Dior Sauvage", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Dior Sauvage perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "rose-velvet", name: "Rose Velvet", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "Rose Velvet perfume bottle", isFavorited: false
|
||||
id: "bleu-de-chanel", name: "Bleu De Chanel", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "Bleu De Chanel perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "citrus-bliss", name: "Citrus Bliss", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Citrus Bliss perfume bottle", isFavorited: false
|
||||
id: "creed-aventes", name: "Creed Aventes", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Creed Aventes perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "gucci-flora", name: "Gucci Flora", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Gucci Flora perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "versace-bright-crystal", name: "Versace Bright Crystal", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "Versace Bright Crystal perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "hugo-boss", name: "Hugo Boss", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Hugo Boss perfume bottle", isFavorited: false
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -255,4 +264,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user