Merge version_1 into main #1
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pizza", name: "Cheese Pizza", price: "৳300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1
|
||||
id: "pizza", name: "Cheese Pizza", price: "৳300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg?_wi=1", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "fried-rice", name: "Fried Rice with Chicken", price: "৳280", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-box-left-corner-copy-space_23-2148242622.jpg", imageAlt: "fried rice chicken asian cuisine", initialQuantity: 1
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
id: "combo", name: "Combo Meal", price: "৳350", imageSrc: "http://img.b2bpic.net/free-photo/still-life-food-delivery_23-2149198177.jpg", imageAlt: "combo meal fast food set", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "special-pizza", name: "Special Pepperoni Pizza", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1
|
||||
id: "special-pizza", name: "Special Pepperoni Pizza", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg?_wi=2", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user