From 61162132ea3f9d3159d493216f09394e6dcb1b0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:37:44 +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 2fa39ad..0509891 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" - buttonContainerClassName="py-20 md:py-28" + containerClassName="py-20 md:py-28" /> @@ -86,7 +86,7 @@ export default function RestaurantPage() { title="Signature Specialties & Seasonal Cuisine" description="Experience the best of alpine dining with our celebrated Hot Stone specialty and exclusive seasonal autumn game menu, crafted with regional ingredients and time-honored traditions." tag="Menu Highlights" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttonAnimation="slide-up" buttons={[ { @@ -125,7 +125,7 @@ export default function RestaurantPage() { title="Trusted by Our Community" description="Our 4.7-star rating reflects the genuine appreciation from locals, hikers, families, and visitors who have experienced our hospitality and exceptional cuisine." tag="Guest Reviews" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ -- 2.49.1