Update src/app/page.tsx
This commit is contained in:
@@ -75,23 +75,23 @@ export default function LandingPage() {
|
||||
imageAlt: "Rustikales Grill-Restaurant Ambiente",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535282.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535282.jpg?_wi=1",
|
||||
imageAlt: "Steak vom Feuer",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-corridor-with-small-two-people-tables_140725-4928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-corridor-with-small-two-people-tables_140725-4928.jpg?_wi=1",
|
||||
imageAlt: "Innenansicht Hofrogge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg?_wi=1",
|
||||
imageAlt: "Außenbereich Restaurant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg?_wi=1",
|
||||
imageAlt: "Grillgerichte frisch zubereitet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-brewing-tea-near-books-ginger_23-2147888734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-brewing-tea-near-books-ginger_23-2147888734.jpg?_wi=1",
|
||||
imageAlt: "Offener Kamin im Grillrestaurant",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
price: "28,50 €",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535282.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535282.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
price: "22,90 €",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-tasty-meat_23-2148599807.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -174,19 +174,19 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "Innenbereich",
|
||||
description: "Rustikales Holzdesign trifft gemütliches Licht.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-corridor-with-small-two-people-tables_140725-4928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-corridor-with-small-two-people-tables_140725-4928.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Feuerstelle",
|
||||
description: "Hier bereiten wir alles frisch zu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-brewing-tea-near-books-ginger_23-2147888734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-brewing-tea-near-books-ginger_23-2147888734.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Außenbereich",
|
||||
description: "Genießen Sie die Ruhe in unserem Hof.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Impressionen aus unserem Restaurant"
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
role: "Stammgast",
|
||||
company: "Region",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-time-together_52683-100369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-time-together_52683-100369.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
role: "Stammgast",
|
||||
company: "Region",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-time-together_52683-100369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-time-together_52683-100369.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user