5 Commits

Author SHA1 Message Date
1ac1a637b7 Merge version_4 into main
Merge version_4 into main
2026-04-24 07:01:31 +00:00
9b02836557 Update src/app/page.tsx 2026-04-24 07:01:28 +00:00
74e6c495ce Merge version_3 into main
Merge version_3 into main
2026-04-24 06:59:41 +00:00
5c7fda0eb3 Update src/app/page.tsx 2026-04-24 06:59:38 +00:00
d4a827a739 Merge version_2 into main
Merge version_2 into main
2026-04-24 06:58:22 +00:00

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
buttons: [{ text: "Get Started", href: "#" }],
},
{
id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock full AI power", features: ["Unlimited AI Scheduling", "Advanced Analytics", "Personal AI Coach", "Priority Support"],
id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock 2x Productivity with AI", features: ["Unlimited AI Scheduling", "Advanced Analytics", "Personal AI Coach", "Priority Support"],
buttons: [{ text: "Upgrade Now", href: "#" }],
},
]}
@@ -173,7 +173,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Stay Updated"
title="Ready to master your time?"
title="Get Exclusive Productivity Secrets"
description="Sign up for productivity tips and news from TaskFlow AI."
/>
</div>
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}