4 Commits

Author SHA1 Message Date
5e173673b6 Update src/app/page.tsx 2026-03-03 14:39:20 +00:00
29506f1c13 Merge version_3 into main
Merge version_3 into main
2026-03-03 14:35:37 +00:00
16a6965f94 Update src/app/page.tsx 2026-03-03 14:35:33 +00:00
035a1ae108 Merge version_2 into main
Merge version_2 into main
2026-03-03 14:32:25 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Master your productivity with intelligent task management. Organize, prioritize, and execute your goals with elegant simplicity."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Start Free Trial 14 Days", href: "#contact" },
{ text: "View Demo", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -61,7 +61,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyThree
title="Powerful Features"
description="Everything you need to stay on top of your tasks and achieve your goals."
description="Reduce task management time by 40% with AI-powered prioritization and intelligent automation."
tag="Features"
features={[
{
@@ -179,7 +179,7 @@ export default function LandingPage() {
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Start Free Trial"
termsText="Start your 14-day free trial instantly no credit card required. Cancel anytime."
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. Start your 14-day free trial anytime."
/>
</div>