Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ac1a637b7 | |||
| 9b02836557 | |||
| 74e6c495ce | |||
| 5c7fda0eb3 | |||
| d4a827a739 | |||
| 211db18989 | |||
| 884555522d |
@@ -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 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user