Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=1",
|
||||
imageAlt: "pizza kebab restaurant interior",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
price: "ab 8€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
price: "ab 5€",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Direkt anrufen",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=2",
|
||||
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
|
||||
},
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Einfach vorbeikommen",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=2",
|
||||
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
|
||||
},
|
||||
{
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Gemütlich essen",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=2",
|
||||
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user