From 005ae35c50e8602ee095c1e147b0edde96ee087d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:36:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6d79fc..2fa39ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function RestaurantPage() { imageAlt="Family-owned BÜHLI'S BÄREN restaurant heritage and hospitality" useInvertedBackground={false} ariaLabel="About BÜHLI'S BÄREN Restaurant Section" - containerClassName="py-20 md:py-28" + buttonContainerClassName="py-20 md:py-28" /> @@ -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?_wi=1", 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", 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?_wi=2", 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", 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