Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e173673b6 | |||
| 29506f1c13 | |||
| 16a6965f94 | |||
| 035a1ae108 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user