Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 558b231257 | |||
| f7f9a78cdf |
@@ -74,8 +74,26 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
products={[
|
products={[
|
||||||
|
{
|
||||||
|
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: "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: "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: "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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user