From a36636b505f60b011ed17b79ea1d8e118414b5fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:30:58 +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 031de57..657dc90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { tag="Core Purpose" tagIcon={Flame} textboxLayout="default" - animationType="smooth" + animationType="blur-reveal" useInvertedBackground={false} features={[ { @@ -199,7 +199,7 @@ export default function LandingPage() { tag="Contact Information" tagIcon={MapPin} textboxLayout="default" - animationType="smooth" + animationType="blur-reveal" useInvertedBackground={true} faqsAnimation="slide-up" faqs={[ -- 2.49.1