4 Commits

Author SHA1 Message Date
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
211db18989 Update src/app/page.tsx 2026-04-24 06:58:19 +00:00
884555522d Merge version_1 into main
Merge version_1 into main
2026-04-24 06:57:10 +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: ["AI Smart Scheduler", "Advanced Analytics", "Personal AI Coach", "Priority Support"],
id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock full AI power", 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>
);
}
}