Update src/app/page.tsx
This commit is contained in:
@@ -83,15 +83,15 @@ export default function LandingPage() {
|
||||
imageAlt: "Traditional Charcoal Grill",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Kebab Presentation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=1",
|
||||
imageAlt: "Fresh Turkish Platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg?_wi=1",
|
||||
imageAlt: "Artisan Kebab Wrap",
|
||||
},
|
||||
]}
|
||||
@@ -137,19 +137,19 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Chef's Special",
|
||||
price: "18€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kebap Classique",
|
||||
price: "9€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Assiette Complète",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
|
||||
Reference in New Issue
Block a user