Merge version_2 into main #2
@@ -82,28 +82,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "croissant", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "golden butter croissant fresh baked"
|
||||
id: "croissant", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=1", imageAlt: "golden butter croissant fresh baked"
|
||||
},
|
||||
{
|
||||
id: "sourdough", name: "Artisan Sourdough", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "crusty sourdough bread bakery loaf"
|
||||
id: "sourdough", name: "Artisan Sourdough", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=1", imageAlt: "crusty sourdough bread bakery loaf"
|
||||
},
|
||||
{
|
||||
id: "chocolate-cake", name: "Chocolate Cake Slice", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg", imageAlt: "rich chocolate cake slice bakery"
|
||||
id: "chocolate-cake", name: "Chocolate Cake Slice", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg?_wi=1", imageAlt: "rich chocolate cake slice bakery"
|
||||
},
|
||||
{
|
||||
id: "cookies", name: "Assorted Cookies", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "fresh baked cookies assortment"
|
||||
id: "cookies", name: "Assorted Cookies", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=2", imageAlt: "fresh baked cookies assortment"
|
||||
},
|
||||
{
|
||||
id: "bagels", name: "Fresh Bagels", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "fresh bagels bakery selection"
|
||||
id: "bagels", name: "Fresh Bagels", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=2", imageAlt: "fresh bagels bakery selection"
|
||||
},
|
||||
{
|
||||
id: "muffins", name: "Blueberry Muffins", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg", imageAlt: "fresh blueberry muffins bakery"
|
||||
id: "muffins", name: "Blueberry Muffins", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg?_wi=2", imageAlt: "fresh blueberry muffins bakery"
|
||||
},
|
||||
{
|
||||
id: "coffee", name: "Premium Coffee", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "hot coffee cup bakery beverage"
|
||||
id: "coffee", name: "Premium Coffee", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=3", imageAlt: "hot coffee cup bakery beverage"
|
||||
},
|
||||
{
|
||||
id: "pastry-mix", name: "Pastry Box Mix", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "assorted pastry box bakery selection"
|
||||
id: "pastry-mix", name: "Pastry Box Mix", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=3", imageAlt: "assorted pastry box bakery selection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user