From 408e8d0783b745a3ed78b4e47b268e92622581d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:55:47 +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 7352f17..325d5a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { imageAlt: "Hands sewing fabric", }, ]} - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" /> @@ -228,7 +228,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our tailoring services, process, and appointments." - faqsAnimation="reveal-blur" + faqsAnimation="blur-reveal" /> -- 2.49.1