From 05455c652fb4e3cbe7ede3cf503431e5830cd3d4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 13:57:56 +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 afbe693..7fe0e61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,7 +201,7 @@ export default function LandingPage() { mediaPosition="right" title="Frequently Asked Questions" description="Find answers to common questions about our menu, ingredients, online ordering process, delivery zones, and catering options." - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" /> @@ -217,7 +217,7 @@ export default function LandingPage() { { text: "Call Us: (514) 123-4567", href: "tel:+15141234567"}, ]} - animationType="text-stagger" + animationType="slide-up" /> -- 2.49.1