From 0a30aefa88cc398baa208d82c6395d2651e196dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:17:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++-------------------------------------- 1 file changed, 28 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dc077c..82b23d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -146,59 +96,20 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Silke Zimmermann", - handle: "@LocalGuide", - testimonial: "Seit vielen Jahren Gast, immer lecker und tolles Team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", - }, - { - id: "2", - name: "Lucas Schroeder", - handle: "@LocalGuide", - testimonial: "Toller Imbiss, auch bei Andrang schnell und freundlich.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", - }, - { - id: "3", - name: "Thomas Sauther", - handle: "@Gast", - testimonial: "Ein Imbiss wie er sein muss, super Preise und Qualität.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg", - }, - { - id: "4", - name: "Michael M.", - handle: "@Durchreisender", - testimonial: "Perfektes Essen und große Auswahl, mein Stopp an der A4.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - }, - { - id: "5", - name: "Sabine K.", - handle: "@Stammgast", - testimonial: "Immer wieder gerne, die Thüringer Bratwurst ist unschlagbar.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-ketchup-tomatoes-light-background-dinner-photo-food-dish-meat-meal-salad_140725-160706.jpg", - }, + { id: "1", name: "Silke Zimmermann", handle: "@LocalGuide", testimonial: "Seit vielen Jahren Gast, immer lecker und tolles Team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" }, + { id: "2", name: "Lucas Schroeder", handle: "@LocalGuide", testimonial: "Toller Imbiss, auch bei Andrang schnell und freundlich.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" }, + { id: "3", name: "Thomas Sauther", handle: "@Gast", testimonial: "Ein Imbiss wie er sein muss, super Preise und Qualität.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg" } ]} showRating={true} title="Was unsere Gäste sagen" - description="Über 13.750 Bewertungen mit 4,8 Sternen sprechen für sich." + description="Unsere Qualität spricht für sich." />
@@ -212,4 +123,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1