From b1422b0c411b914837060230fd2785c09950013d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:40:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5378c6e..884f2cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,6 +167,8 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="left" faqsAnimation="slide-up" + animationType="smooth" + showCard={true} faqs={[ { id: "1", title: "What makes Axis different from other self-improvement apps?", content: "Axis provides a unified system for tracking growth across four key life dimensions—mind, body, spirit, and vocation—rather than forcing you to juggle multiple specialized apps. Our holistic approach reveals how balance (or imbalance) in one area affects others, and our data-driven insights help you make meaningful progress." -- 2.49.1