From 83e0aebb8178fadc3e7d741ce2ee1df0b17096e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:12:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71164ff..d738a75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,8 @@ export default function LandingPage() { { name: "Habits", id: "habits" }, { name: "Cycle", id: "cycle" }, { name: "Analytics", id: "analytics" }, - { name: "About", id: "about" }, + { name: "Testimonials", id: "/testimonials" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Get Started", href: "#habits" }} animateOnLoad={true} @@ -82,7 +83,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Start Tracking", href: "#habits" }, - { text: "Learn More", href: "#about" }, + { text: "Learn More", href: "#habits" }, ]} buttonAnimation="slide-up" carouselPosition="right" @@ -234,7 +235,7 @@ export default function LandingPage() { { id: "7", title: "How often should I check the app?", content: "For best results, check the app daily to log your completed habits. Even a quick daily check-in takes less than 2 minutes and helps maintain consistency. Period tracking can be updated as needed when your cycle begins or ends."}, { - id: "8", title: "Can I see historical data and trends?", content: "Yes! The app displays tables of all saved entries, productivity graphs showing Date vs Productivity %, and bar charts for habit consistency over time. All historical data is preserved in your CSV files for long-term trend analysis."} + id: "8", title: "Can I see historical data and trends?", content: "Yes! The app displays tables of all saved entries, productivity graphs showing Date vs Productivity %, and bar charts for habit consistency over time. All historical data is preserved in your CSV files for long-term trend analysis."}, ]} /> @@ -277,7 +278,7 @@ export default function LandingPage() { title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "/contact" }, ], }, ]}