Update src/app/page.tsx

This commit is contained in:
2026-04-11 14:19:08 +00:00
parent 6b58cc552f
commit 81b6a253d5

View File

@@ -65,35 +65,35 @@ export default function LandingPage() {
handle: "@Stammtisch", handle: "@Stammtisch",
testimonial: "Hier ist es wie früher Maultaschen, wie bei der Oma.", testimonial: "Hier ist es wie früher Maultaschen, wie bei der Oma.",
rating: 5, 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.", name: "Maria K.",
handle: "@Reisende", handle: "@Reisende",
testimonial: "Danke, dass ihr uns noch spät so herzlich beköstigt habt!", testimonial: "Danke, dass ihr uns noch spät so herzlich beköstigt habt!",
rating: 5, 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.", name: "Thomas K.",
handle: "@Wanderer", handle: "@Wanderer",
testimonial: "Authentische Küche und ein wirklich tolles Ambiente.", testimonial: "Authentische Küche und ein wirklich tolles Ambiente.",
rating: 5, 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.", name: "Sophie B.",
handle: "@Familie", handle: "@Familie",
testimonial: "Großartige Stimmung, unsere Kinder haben es geliebt.", testimonial: "Großartige Stimmung, unsere Kinder haben es geliebt.",
rating: 5, 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.", name: "Bernd J.",
handle: "@Lokal", handle: "@Lokal",
testimonial: "Das Krustenbraten ist das Beste in der ganzen Gegend.", testimonial: "Das Krustenbraten ist das Beste in der ganzen Gegend.",
rating: 5, 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={[ buttons={[
@@ -262,7 +262,7 @@ export default function LandingPage() {
role: "Stammgast", role: "Stammgast",
company: "Lokaler Gast", company: "Lokaler Gast",
rating: 5, 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", id: "t2",
@@ -270,7 +270,7 @@ export default function LandingPage() {
role: "Besucherin", role: "Besucherin",
company: "Legoland Tourist", company: "Legoland Tourist",
rating: 5, 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", id: "t3",
@@ -278,7 +278,7 @@ export default function LandingPage() {
role: "Gast", role: "Gast",
company: "Wanderer", company: "Wanderer",
rating: 5, 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", id: "t4",
@@ -286,7 +286,7 @@ export default function LandingPage() {
role: "Gast", role: "Gast",
company: "Familie", company: "Familie",
rating: 5, 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", id: "t5",
@@ -294,7 +294,7 @@ export default function LandingPage() {
role: "Stammtisch", role: "Stammtisch",
company: "Lokal", company: "Lokal",
rating: 5, 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", id: "t6",