Update src/app/page.tsx
This commit is contained in:
@@ -65,35 +65,35 @@ export default function LandingPage() {
|
||||
handle: "@Stammtisch",
|
||||
testimonial: "Hier ist es wie früher – Maultaschen, wie bei der Oma.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Maria K.",
|
||||
handle: "@Reisende",
|
||||
testimonial: "Danke, dass ihr uns noch spät so herzlich beköstigt habt!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Thomas K.",
|
||||
handle: "@Wanderer",
|
||||
testimonial: "Authentische Küche und ein wirklich tolles Ambiente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sophie B.",
|
||||
handle: "@Familie",
|
||||
testimonial: "Großartige Stimmung, unsere Kinder haben es geliebt.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Bernd J.",
|
||||
handle: "@Lokal",
|
||||
testimonial: "Das Krustenbraten ist das Beste in der ganzen Gegend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-paper-mugs_23-2148284381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-paper-mugs_23-2148284381.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -262,7 +262,7 @@ export default function LandingPage() {
|
||||
role: "Stammgast",
|
||||
company: "Lokaler Gast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -270,7 +270,7 @@ export default function LandingPage() {
|
||||
role: "Besucherin",
|
||||
company: "Legoland Tourist",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-eating-piece-cake_171337-4070.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
role: "Gast",
|
||||
company: "Wanderer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -286,7 +286,7 @@ export default function LandingPage() {
|
||||
role: "Gast",
|
||||
company: "Familie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -294,7 +294,7 @@ export default function LandingPage() {
|
||||
role: "Stammtisch",
|
||||
company: "Lokal",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-paper-mugs_23-2148284381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-paper-mugs_23-2148284381.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
|
||||
Reference in New Issue
Block a user