From 8e4cbe8a812f460d56cce16a10feb914b5a0f6e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:31:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 657dc90..795f746 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { tag="Contact Information" tagIcon={MapPin} textboxLayout="default" - animationType="blur-reveal" + animationType="smooth" useInvertedBackground={true} faqsAnimation="slide-up" faqs={[ -- 2.49.1