From c3880b7e9be64d98a19e6ea5f65817fb471e89ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:56:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73a779c..838354b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,13 +45,13 @@ export default function LandingPage() { title="Eis Café Da Claudio" description="Das beste Eis in Moosburg. Handgemacht, italienisch, mit Liebe zubereitet." testimonials={[ - { name: "Sarah J.", handle: "@sarah", testimonial: "Bestes Eis im Landkreis – Qualität ist spitze!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=1" }, - { name: "Michael K.", handle: "@michael", testimonial: "Unglaublich cremig und riesige Kugeln!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=1" }, - { name: "Julia M.", handle: "@julia", testimonial: "Mit Liebe gemacht – absolute Empfehlung!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=1" }, - { name: "David L", handle: "@david", testimonial: "Einfach nur traumhaft, immer wieder!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=1" }, - { name: "Anna P.", handle: "@anna", testimonial: "Die Sortenauswahl ist phänomenal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=1" }, + { name: "Sarah J.", handle: "", testimonial: "Bestes Eis im Landkreis – Qualität ist spitze!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=1" }, + { name: "Michael K.", handle: "@m", testimonial: "Unglaublich cremig und riesige Kugeln!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=1" }, + { name: "Julia M.", handle: "", testimonial: "Mit Liebe gemacht – absolute Empfehlung!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=1" }, + { name: "Davi L", handle: "", testimonial: "Einfach nur traumhaft, immer wieder!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=1" }, + { name: "Anna P.", handle: "", testimonial: "Die Sortenauswahl ist phänomenal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=1" }, ]} - buttons={[{ text: "Speisekarte", href: "#products" }, { text: "Route planen", href: "#contact" }]} + buttons={[{ text: "4.7 ⭐ ", href: "#products" }, { text: "Seit 1999 ", href: "#contact" }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672623194-kgrd7sfk.png" mediaAnimation="blur-reveal" avatars={[ -- 2.49.1