Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf6f1cf661 | |||
| 558b231257 | |||
| f7f9a78cdf | |||
| aac6224b37 | |||
| d01e6fb350 |
@@ -74,16 +74,43 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
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: "tuscan-leather", name: "Tuscan Leather", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Tuscan Leather 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: "white-oud", name: "White Oud", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "White Oud 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: "bomb-shell", name: "Bomb Shell", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Bomb Shell perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "poison", name: "Poison", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Poison perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "white-musk", name: "White Musk", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "White Musk perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "gucci-rush", name: "Gucci Rush", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Gucci Rush 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: "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: "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 +282,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user