Merge version_2 into main #4
@@ -29,7 +29,7 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
@@ -112,7 +112,7 @@ export default function AboutPage() {
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
|
||||
@@ -119,38 +119,20 @@ export default function FeaturesPage() {
|
||||
<div id="pricing-features" data-section="pricing-features">
|
||||
<PricingCardTwo
|
||||
title="Choose Your Plan"
|
||||
description="All plans unlock access to our core AI features. Upgrade anytime for advanced analytics and personalized coaching."
|
||||
description="All plans unlock access to our core AI features. Forever free means you get full access without ever paying."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$9/month", subtitle: "Get started with AI tracking", buttons: [
|
||||
{ text: "Start Free Trial", href: "#signup-starter" },
|
||||
{ text: "Learn More", href: "#starter-details" },
|
||||
id: "free", badge: "Free", badgeIcon: Zap,
|
||||
price: "$0/month", subtitle: "Forever free", buttons: [
|
||||
{ text: "Start Now", href: "#signup-free" },
|
||||
{ text: "Learn More", href: "#free-details" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited workout logging", "Basic AI recommendations", "Progress tracking dashboard", "Mobile app access", "Monthly reports"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro", badgeIcon: Star,
|
||||
price: "$24/month", subtitle: "Advanced AI coaching", buttons: [
|
||||
{ text: "Start Free Trial", href: "#signup-pro" },
|
||||
{ text: "Learn More", href: "#pro-details" },
|
||||
],
|
||||
features: [
|
||||
"All Starter features", "Advanced AI analysis", "Personalized workout programs", "Recovery optimization", "Weekly insights and adjustments", "Priority support", "Integration with fitness devices"],
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Elite", badgeIcon: Crown,
|
||||
price: "$49/month", subtitle: "Complete AI coaching suite", buttons: [
|
||||
{ text: "Start Free Trial", href: "#signup-elite" },
|
||||
{ text: "Learn More", href: "#elite-details" },
|
||||
],
|
||||
features: [
|
||||
"All Pro features", "Personal AI coaching session", "Advanced biomechanics analysis", "Nutrition integration", "Competition preparation plans", "24/7 dedicated support", "Team account management", "Custom algorithm training"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -183,44 +183,22 @@ export default function HomePage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the plan that fits your fitness goals and budget. All plans include core AI tracking features."
|
||||
description="Choose the plan that fits your fitness goals and budget. All plans include core AI tracking features and unlimited access to core features forever."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$9/month", subtitle: "Perfect for fitness beginners", buttons: [
|
||||
id: "free", badge: "Free", badgeIcon: Zap,
|
||||
price: "$0/month", subtitle: "Forever free", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "/contact"},
|
||||
text: "Start Now", href: "/contact"},
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited workout logging", "Basic AI recommendations", "Progress tracking dashboard", "Mobile app access", "Monthly reports"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro", badgeIcon: Star,
|
||||
price: "$24/month", subtitle: "For serious fitness enthusiasts", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "/contact"},
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Starter features", "Advanced AI analysis", "Personalized workout programs", "Recovery optimization", "Weekly insights and adjustments", "Priority support", "Integration with fitness devices"],
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Elite", badgeIcon: Crown,
|
||||
price: "$49/month", subtitle: "For competitive athletes", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "/contact"},
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Pro features", "Personal AI coaching session", "Advanced biomechanics analysis", "Nutrition integration", "Competition preparation plans", "24/7 dedicated support", "Team account management", "Custom algorithm training"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user