From 96d2513c368a6fbbe6bea706437a5b919bddedcc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:04:05 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 0c369d3..deb0b1a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -142,7 +142,7 @@ export default function MenuPage() { { id: "6", title: "Can I order for special occasions?", content: "We specialize in custom cakes and pastries for birthdays, weddings, and events. Contact us at least 48 hours in advance to discuss your special order."}, ]} - animationType="slide-up" + animationType="smooth" faqsAnimation="blur-reveal" title="Menu FAQs" description="Quick answers about our products and ordering" -- 2.49.1