From a12d7b6aa67b29d2e4a26ffb0394850039b9d0b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:42:49 +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 2efc52a..fe72474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,7 +189,7 @@ export default function LandingPage() { imageAlt="Kitchen renovation timeline and budget planning" mediaAnimation="slide-up" mediaPosition="right" - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} ariaLabel="Frequently asked questions about kitchen design and renovation" @@ -203,7 +203,7 @@ export default function LandingPage() { ]} background={{ variant: "plain" }} useInvertedBackground={false} - animationType="text-stagger" + animationType="entrance-slide" ariaLabel="Contact us for a free design consultation" /> -- 2.49.1