From 5e4c811956f5abeea40f8f6affcf14247fe2d7d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:34:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c27d632..f6d79fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,10 +133,10 @@ export default function RestaurantPage() { id: "1", title: "A true Alpine gem", quote: "The Hot Stone specialty is absolutely incredible. The service is so friendly and fast, and the atmosphere feels like coming home. We've been here multiple times and never disappointed.", name: "Sarah Müller", role: "Local Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Müller testimonial" }, { - id: "2", title: "Perfect hiking destination", quote: "We stumbled upon BÜHLI'S BÄREN during a hiking trip through Därstetten. The warm welcome, hearty portions, and authentic Swiss cuisine made it the highlight of our journey. Highly recommended!", name: "Thomas Keller", role: "Visitor & Hiker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Thomas Keller testimonial" + id: "2", title: "Perfect hiking destination", quote: "We stumbled upon BÜHLI'S BÄREN during a hiking trip through Därstetten. The warm welcome, hearty portions, and authentic Swiss cuisine made it the highlight of our journey. Highly recommended!", name: "Thomas Keller", role: "Visitor & Hiker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Thomas Keller testimonial" }, { - id: "3", title: "Family favorite for celebrations", quote: "We host all our family gatherings here. The staff treats us like extended family, the kids love the cozy atmosphere, and the food is consistently exceptional. A true treasure of Simmental.", name: "Anna Weber", role: "Family Events Organizer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Anna Weber testimonial" + id: "3", title: "Family favorite for celebrations", quote: "We host all our family gatherings here. The staff treats us like extended family, the kids love the cozy atmosphere, and the food is consistently exceptional. A true treasure of Simmental.", name: "Anna Weber", role: "Family Events Organizer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Anna Weber testimonial" }, { id: "4", title: "Exceptional autumn dining", quote: "Their seasonal game menu is something you simply must experience. The venison was perfectly prepared, the service impeccable, and you can feel the passion for their craft in every dish.", name: "Michael Schmid", role: "Culinary Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageAlt: "Michael Schmid testimonial" -- 2.49.1