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() {