From 6d705b64f661594625d2db5762d0f7bd17d0fcb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:24:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 +++++++++++++---------------------------------- 1 file changed, 35 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 482b908..25e7d1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,12 +45,10 @@ export default function LandingPage() {
@@ -67,8 +57,8 @@ export default function LandingPage() {
@@ -80,49 +70,24 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Werner SiLenzio", - handle: "Google Review", - testimonial: "Quality ok. Preislich ok.", - rating: 3, - imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg", - }, + id: "1", name: "Werner SiLenzio", handle: "Google Bewertung", testimonial: "Qualität ok. Preislich ok.", rating: 3, + imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg"}, { - id: "2", - name: "Jaquii Echl", - handle: "Google Review", - testimonial: "Service could be better, but we enjoy the atmosphere.", - rating: 2, - imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193505.jpg", - }, + id: "2", name: "Jaquii Echl", handle: "Google Bewertung", testimonial: "Der Service könnte besser sein, aber die Atmosphäre genießen wir sehr.", rating: 2, + imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193505.jpg"}, { - id: "3", - name: "franz singh khela", - handle: "Google Review", - testimonial: "The waitress Svetlana is a credit to the company!!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", - }, + id: "3", name: "franz singh khela", handle: "Google Bewertung", testimonial: "Die Kellnerin Svetlana ist eine Bereicherung für das Unternehmen!!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"}, { - id: "4", - name: "Anonymous", - handle: "Review", - testimonial: "Great cafe vibe, friendly staff overall.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756338.jpg", - }, + id: "4", name: "Anonym", handle: "Bewertung", testimonial: "Tolle Café-Stimmung, insgesamt freundliches Personal.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756338.jpg"}, { - id: "5", - name: "Visitor", - handle: "Review", - testimonial: "Excellent coffee quality!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-bistro_23-2149366428.jpg", - }, + id: "5", name: "Besucher", handle: "Bewertung", testimonial: "Hervorragende Kaffeequalität!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-bistro_23-2149366428.jpg"}, ]} showRating={true} - title="Guest Voices" - description="Hear what our wonderful guests have to say about their experience at A Strada." + title="Gästestimmen" + description="Hören Sie, was unsere wundervollen Gäste über ihr Erlebnis bei A Strada sagen." />
@@ -130,37 +95,22 @@ export default function LandingPage() { @@ -169,11 +119,10 @@ export default function LandingPage() { @@ -182,26 +131,20 @@ export default function LandingPage() { -- 2.49.1