Merge version_1 into main #4
@@ -90,12 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "French Fries", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },
|
||||
{ id: "2", name: "Cheese Corn Balls", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },
|
||||
{ id: "3", name: "Veg Burger", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg" },
|
||||
{ id: "4", name: "Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg" },
|
||||
{ id: "5", name: "Cold Coffee", price: "₹130", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg" },
|
||||
{ id: "6", name: "Milkshake", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg" },
|
||||
{ id: "1", name: "French Fries", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg?_wi=1" },
|
||||
{ id: "2", name: "Cheese Corn Balls", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg?_wi=2" },
|
||||
{ id: "3", name: "Veg Burger", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg?_wi=1" },
|
||||
{ id: "4", name: "Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg?_wi=2" },
|
||||
{ id: "5", name: "Cold Coffee", price: "₹130", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg?_wi=1" },
|
||||
{ id: "6", name: "Milkshake", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Handpicked favorites for every mood."
|
||||
|
||||
Reference in New Issue
Block a user