Update src/app/page.tsx
This commit is contained in:
@@ -151,37 +151,37 @@ export default function HomePage() {
|
||||
id: "burger",
|
||||
name: "Burger",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "cheese-burger",
|
||||
name: "Cheese Burger",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "french-fries",
|
||||
name: "French Fries",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "biryani-chicken",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -262,37 +262,37 @@ export default function HomePage() {
|
||||
id: "gallery-burger",
|
||||
name: "Juicy Burgers",
|
||||
price: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098869.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gallery-biryani",
|
||||
name: "Fragrant Biryani",
|
||||
price: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-dark-dish-east_140725-82272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-dark-dish-east_140725-82272.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gallery-drinks",
|
||||
name: "Refreshing Drinks",
|
||||
price: "Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-kombucha-outdoors_23-2150553725.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-kombucha-outdoors_23-2150553725.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Cozy Interior",
|
||||
price: "Dining Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-interior-design-generated-by-ai_188544-33483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-interior-design-generated-by-ai_188544-33483.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gallery-seating",
|
||||
name: "Comfortable Seating",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "gallery-platter",
|
||||
name: "Special Platters",
|
||||
price: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -313,7 +313,7 @@ export default function HomePage() {
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user