Update src/app/page.tsx

This commit is contained in:
2026-03-06 15:12:05 +00:00
parent 4ee6b71a64
commit 83e0aebb81

View File

@@ -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."},
]}
/>
</div>
@@ -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" },
],
},
]}