diff --git a/src/app/ai-coach/page.tsx b/src/app/ai-coach/page.tsx
index b338ae1..e704b23 100644
--- a/src/app/ai-coach/page.tsx
+++ b/src/app/ai-coach/page.tsx
@@ -27,35 +27,21 @@ export default function LandingPage() {
@@ -64,37 +50,24 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Your Dedicated AI Fitness Coach, Available 24/7"
description={[
- "Engage with FitAI's advanced AI chatbot, ready to answer all your fitness and nutrition questions instantly. Get personalized advice, exercise demonstrations, and motivational support whenever you need it.",
- "From 'What workout should I do today?' to 'How can I gain muscle?', our AI provides intelligent, data-driven responses tailored to your goals. It’s like having a personal trainer in your pocket, always learning and adapting to your progress and needs.",
- ]}
+ "Engage with FitAI's advanced AI chatbot, ready to answer all your fitness and nutrition questions instantly. Get personalized advice, exercise demonstrations, and motivational support whenever you need it.", "From 'What workout should I do today?' to 'How can I gain muscle?', our AI provides intelligent, data-driven responses tailored to your goals. It’s like having a personal trainer in your pocket, always learning and adapting to your progress and needs."]}
/>
@@ -269,62 +160,37 @@ export default function LandingPage() {
logoText="FitAI"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "AI Coach",
- href: "/ai-coach",
- },
+ label: "AI Coach", href: "/ai-coach"},
{
- label: "Workouts",
- href: "/workout-plans",
- },
+ label: "Workouts", href: "/workout-plans"},
{
- label: "Nutrition",
- href: "/nutrition",
- },
+ label: "Nutrition", href: "/nutrition"},
{
- label: "Progress Tracker",
- href: "/progress",
- },
+ label: "Progress Tracker", href: "/progress"},
{
- label: "Pricing",
- href: "/pricing",
- },
+ label: "Pricing", href: "/pricing"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Careers",
- href: "#careers",
- },
+ label: "Careers", href: "#careers"},
{
- label: "Blog",
- href: "#blog",
- },
+ label: "Blog", href: "#blog"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Cookie Policy",
- href: "#",
- },
+ label: "Cookie Policy", href: "#"},
],
},
]}
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index b6ca41e..fa26597 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -27,35 +27,21 @@ export default function LandingPage() {
@@ -66,62 +52,24 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- tag: "Essential",
- price: "$9.99",
- period: "/month",
- description: "Perfect for getting started with AI-guided fitness and basic tracking.",
- button: {
- text: "Start Basic",
- href: "/auth",
- },
- featuresTitle: "Key Features:",
- features: [
- "Personalized AI Workouts",
- "Basic Nutrition Tracking",
- "Progress Log & Visuals",
- "Limited AI Chat Access",
- ],
+ id: "basic", tag: "Essential", price: "$9.99", period: "/month", description: "Perfect for getting started with AI-guided fitness and basic tracking.", button: {
+ text: "Start Basic", href: "/auth"},
+ featuresTitle: "Key Features:", features: [
+ "Personalized AI Workouts", "Basic Nutrition Tracking", "Progress Log & Visuals", "Limited AI Chat Access"],
},
{
- id: "pro",
- tag: "Recommended",
- tagIcon: Sparkles,
- price: "$19.99",
- period: "/month",
- description: "Comprehensive tools for serious fitness enthusiasts ready for next-level results.",
- button: {
- text: "Go Pro",
- href: "/auth",
- },
- featuresTitle: "All Essential, plus:",
- features: [
- "Advanced AI Meal Planner",
- "24/7 Priority AI Chat",
- "Detailed Performance Analytics",
- "Customizable Workout Library",
- "Priority Support",
- ],
+ id: "pro", tag: "Recommended", tagIcon: Sparkles,
+ price: "$19.99", period: "/month", description: "Comprehensive tools for serious fitness enthusiasts ready for next-level results.", button: {
+ text: "Go Pro", href: "/auth"},
+ featuresTitle: "All Essential, plus:", features: [
+ "Advanced AI Meal Planner", "24/7 Priority AI Chat", "Detailed Performance Analytics", "Customizable Workout Library", "Priority Support"],
},
{
- id: "elite",
- tag: "Ultimate",
- tagIcon: Crown,
- price: "$29.99",
- period: "/month",
- description: "The ultimate package for complete fitness mastery and personalized expert-level guidance.",
- button: {
- text: "Choose Elite",
- href: "/auth",
- },
- featuresTitle: "All Pro, plus:",
- features: [
- "Advanced Body Composition Tracking",
- "Exclusive AI Masterclasses",
- "Integrations with Wearables",
- "Premium Community Access",
- "Dedicated AI Coach Manager",
- ],
+ id: "elite", tag: "Ultimate", tagIcon: Crown,
+ price: "$29.99", period: "/month", description: "The ultimate package for complete fitness mastery and personalized expert-level guidance.", button: {
+ text: "Choose Elite", href: "/auth"},
+ featuresTitle: "All Pro, plus:", features: [
+ "Advanced Body Composition Tracking", "Exclusive AI Masterclasses", "Integrations with Wearables", "Premium Community Access", "Dedicated AI Coach Manager"],
},
]}
title="Unlock Your Full Fitness Potential"
@@ -131,50 +79,21 @@ export default function LandingPage() {