Merge version_1 into main #1
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "AI Coach",
|
name: "AI Coach", id: "/ai-coach"},
|
||||||
id: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Workouts",
|
name: "Workouts", id: "/workout-plans"},
|
||||||
id: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nutrition",
|
name: "Nutrition", id: "/nutrition"},
|
||||||
id: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Progress",
|
name: "Progress", id: "/progress"},
|
||||||
id: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "/pricing"},
|
||||||
id: "/pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="FitAI"
|
brandName="FitAI"
|
||||||
button={{
|
button={{
|
||||||
text: "Sign Up",
|
text: "Sign Up", href: "/auth"}}
|
||||||
href: "/auth",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,37 +50,24 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Your Dedicated AI Fitness Coach, Available 24/7"
|
title="Your Dedicated AI Fitness Coach, Available 24/7"
|
||||||
description={[
|
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.",
|
"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."]}
|
||||||
"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.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="ai-coach-interactive" data-section="ai-coach-interactive">
|
<div id="ai-coach-interactive" data-section="ai-coach-interactive">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Workout Recommendations",
|
title: "Workout Recommendations", description: "Ask for daily workout suggestions based on your recovery and goals.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-showing-reminder-paper-with-question-mark-holding-green-apple-winking-smiling-with-happy-face-standing-orange-wall_141793-50071.jpg", imageAlt: "AI chatbot suggesting workout"},
|
||||||
description: "Ask for daily workout suggestions based on your recovery and goals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-showing-reminder-paper-with-question-mark-holding-green-apple-winking-smiling-with-happy-face-standing-orange-wall_141793-50071.jpg",
|
|
||||||
imageAlt: "AI chatbot suggesting workout",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Nutrition Guidance",
|
title: "Nutrition Guidance", description: "Get instant answers on calorie targets, macro breakdowns, and meal ideas.", imageSrc: "http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-showing-tablet-template_23-2148193252.jpg", imageAlt: "AI chatbot providing nutrition advice"},
|
||||||
description: "Get instant answers on calorie targets, macro breakdowns, and meal ideas.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-showing-tablet-template_23-2148193252.jpg",
|
|
||||||
imageAlt: "AI chatbot providing nutrition advice",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Goal-Oriented Strategies",
|
title: "Goal-Oriented Strategies", description: "Receive tailored strategies for fat loss, muscle gain, or strength improvement.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165162.jpg", imageAlt: "AI chatbot explaining muscle gain strategy"},
|
||||||
description: "Receive tailored strategies for fat loss, muscle gain, or strength improvement.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165162.jpg",
|
|
||||||
imageAlt: "AI chatbot explaining muscle gain strategy",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Experience Intelligent Fitness Conversations"
|
title="Experience Intelligent Fitness Conversations"
|
||||||
description="Our AI Coach isn't just smart; it's intuitive and proactive, designed to guide you through every challenge and celebrate every success."
|
description="Our AI Coach isn't just smart; it's intuitive and proactive, designed to guide you through every challenge and celebrate every success."
|
||||||
@@ -109,45 +82,15 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Alex P.", role: "Entrepreneur", testimonial: "The AI Coach is phenomenal! It keeps me accountable and provides insights I'd never get from a human coach. My progress has skyrocketed.", imageSrc: "http://img.b2bpic.net/free-photo/group-women-meeting-fitness-class_23-2148387813.jpg", imageAlt: "Alex P."},
|
||||||
name: "Alex P.",
|
|
||||||
role: "Entrepreneur",
|
|
||||||
testimonial: "The AI Coach is phenomenal! It keeps me accountable and provides insights I'd never get from a human coach. My progress has skyrocketed.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-meeting-fitness-class_23-2148387813.jpg",
|
|
||||||
imageAlt: "Alex P.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Chloe R.", role: "Student Athlete", testimonial: "I used to struggle with knowing what exercises to do. Now, I just ask the AI, and I get perfect recommendations tailored to my sport. Amazing!", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-black-sportsman-sitting-pavement-deep-thoughts-listening-motivative-audiobook-his-headphones-touching-his-head-looking-confident-concentrated-workout_273609-1210.jpg", imageAlt: "Chloe R."},
|
||||||
name: "Chloe R.",
|
|
||||||
role: "Student Athlete",
|
|
||||||
testimonial: "I used to struggle with knowing what exercises to do. Now, I just ask the AI, and I get perfect recommendations tailored to my sport. Amazing!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-black-sportsman-sitting-pavement-deep-thoughts-listening-motivative-audiobook-his-headphones-touching-his-head-looking-confident-concentrated-workout_273609-1210.jpg",
|
|
||||||
imageAlt: "Chloe R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Marcus L.", role: "Fitness Enthusiast", testimonial: "Whether it's midnight or early morning, my AI Coach is always there. It's truly like having a personal trainer without the high cost.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828885.jpg", imageAlt: "Marcus L."},
|
||||||
name: "Marcus L.",
|
|
||||||
role: "Fitness Enthusiast",
|
|
||||||
testimonial: "Whether it's midnight or early morning, my AI Coach is always there. It's truly like having a personal trainer without the high cost.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828885.jpg",
|
|
||||||
imageAlt: "Marcus L.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sophia N.", role: "Yoga Instructor", testimonial: "The AI provides amazing flexibility and recovery tips. It's like having a mindful coach helping me balance my training perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-women_23-2149269804.jpg", imageAlt: "Medium shot smiley fit women"},
|
||||||
name: "Sophia N.",
|
|
||||||
role: "Yoga Instructor",
|
|
||||||
testimonial: "The AI provides amazing flexibility and recovery tips. It's like having a mindful coach helping me balance my training perfectly.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-women_23-2149269804.jpg",
|
|
||||||
imageAlt: "Medium shot smiley fit women",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Liam T.", role: "Personal Trainer", testimonial: "Even as a trainer, I learn new insights from FitAI's coach. It's an excellent tool to supplement professional guidance and track client progress.", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-woman-with-headphones_23-2148435365.jpg", imageAlt: "Copy-space smiley woman with headphones"},
|
||||||
name: "Liam T.",
|
|
||||||
role: "Personal Trainer",
|
|
||||||
testimonial: "Even as a trainer, I learn new insights from FitAI's coach. It's an excellent tool to supplement professional guidance and track client progress.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-woman-with-headphones_23-2148435365.jpg",
|
|
||||||
imageAlt: "Copy-space smiley woman with headphones",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Coaching That Delivers Real Results"
|
title="Coaching That Delivers Real Results"
|
||||||
description="See how FitAI's personalized and always-on coaching has empowered users to reach their fitness milestones and maintain consistency."
|
description="See how FitAI's personalized and always-on coaching has empowered users to reach their fitness milestones and maintain consistency."
|
||||||
@@ -161,62 +104,37 @@ export default function LandingPage() {
|
|||||||
logoText="FitAI"
|
logoText="FitAI"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "AI Coach",
|
label: "AI Coach", href: "/ai-coach"},
|
||||||
href: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Workouts",
|
label: "Workouts", href: "/workout-plans"},
|
||||||
href: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Nutrition",
|
label: "Nutrition", href: "/nutrition"},
|
||||||
href: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Progress Tracker",
|
label: "Progress Tracker", href: "/progress"},
|
||||||
href: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "/pricing"},
|
||||||
href: "/pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#careers"},
|
||||||
href: "#careers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#blog"},
|
||||||
href: "#blog",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
216
src/app/page.tsx
216
src/app/page.tsx
@@ -28,79 +28,44 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "AI Coach",
|
name: "AI Coach", id: "/ai-coach"},
|
||||||
id: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Workouts",
|
name: "Workouts", id: "/workout-plans"},
|
||||||
id: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nutrition",
|
name: "Nutrition", id: "/nutrition"},
|
||||||
id: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Progress",
|
name: "Progress", id: "/progress"},
|
||||||
id: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "/pricing"},
|
||||||
id: "/pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="FitAI"
|
brandName="FitAI"
|
||||||
button={{
|
button={{
|
||||||
text: "Sign Up",
|
text: "Sign Up", href: "/auth"}}
|
||||||
href: "/auth",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Your Personal AI Fitness Coach"
|
title="Your Personal AI Fitness Coach"
|
||||||
description="Get custom workouts, nutrition plans, and fitness guidance powered by AI, designed to fit your unique goals and lifestyle."
|
description="Get custom workouts, nutrition plans, and fitness guidance powered by AI, designed to fit your unique goals and lifestyle."
|
||||||
tag="Revolutionize Your Fitness"
|
tag="Revolutionize Your Fitness"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Free",
|
text: "Start Free", href: "/auth"},
|
||||||
href: "/auth",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Try AI Coach",
|
text: "Try AI Coach", href: "/ai-coach"},
|
||||||
href: "/ai-coach",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891772.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891772.jpg", imageAlt: "AI Fitness Dashboard"},
|
||||||
imageAlt: "AI Fitness Dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174760.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174760.jpg", imageAlt: "User interacting with AI Coach app"}
|
||||||
imageAlt: "User interacting with AI Coach app",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-running-with-stats_23-2150040512.jpg",
|
|
||||||
imageAlt: "Side view man running with stats",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg",
|
|
||||||
imageAlt: "Woman typing at laptop sitting in home with automation lighting system",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165164.jpg",
|
|
||||||
imageAlt: "Data and stats around person doing physical activity",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -117,41 +82,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AI Workout Generator",
|
title: "AI Workout Generator", description: "Crafts personalized workout routines that adapt to your progress and goals.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg", imageAlt: "AI generating workout plan"},
|
||||||
description: "Crafts personalized workout routines that adapt to your progress and goals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg",
|
|
||||||
imageAlt: "AI generating workout plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "AI Meal Planner",
|
title: "AI Meal Planner", description: "Creates custom nutrition plans and smart grocery lists based on your dietary needs.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-recipe-book-aside_114579-19557.jpg", imageAlt: "AI creating meal plan"},
|
||||||
description: "Creates custom nutrition plans and smart grocery lists based on your dietary needs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-recipe-book-aside_114579-19557.jpg",
|
|
||||||
imageAlt: "AI creating meal plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Progress Analytics",
|
title: "Progress Analytics", description: "Visualizes your journey with insightful data and performance trends to keep you motivated.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165163.jpg", imageAlt: "Fitness progress charts"},
|
||||||
description: "Visualizes your journey with insightful data and performance trends to keep you motivated.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165163.jpg",
|
|
||||||
imageAlt: "Fitness progress charts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Calorie Calculator",
|
title: "Calorie Calculator", description: "Accurately tracks your calorie intake and helps manage your macros for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg", imageAlt: "Digital calorie calculator"},
|
||||||
description: "Accurately tracks your calorie intake and helps manage your macros for optimal results.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg",
|
|
||||||
imageAlt: "Digital calorie calculator",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Exercise Library",
|
title: "Exercise Library", description: "Access a vast library of exercises with detailed instructions and video demonstrations.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039729.jpg", imageAlt: "Diverse exercises montage"},
|
||||||
description: "Access a vast library of exercises with detailed instructions and video demonstrations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-making-working-out-vlog_23-2149039729.jpg",
|
|
||||||
imageAlt: "Diverse exercises montage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "24/7 AI Coach",
|
title: "24/7 AI Coach", description: "Your dedicated AI fitness expert, always available to answer questions and provide guidance.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2151412268.jpg", imageAlt: "AI chatbot icon"},
|
||||||
description: "Your dedicated AI fitness expert, always available to answer questions and provide guidance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2151412268.jpg",
|
|
||||||
imageAlt: "AI chatbot icon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Unlock Your Full Potential with FitAI's Core Features"
|
title="Unlock Your Full Potential with FitAI's Core Features"
|
||||||
description="From AI-powered workout generation to real-time progress tracking, FitAI provides everything you need to achieve your fitness goals effectively."
|
description="From AI-powered workout generation to real-time progress tracking, FitAI provides everything you need to achieve your fitness goals effectively."
|
||||||
@@ -167,23 +108,11 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Step 1: Define Your Goals",
|
title: "Step 1: Define Your Goals", description: "Answer a few quick questions about your fitness level, goals, and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg", imageAlt: "User answering questions"},
|
||||||
description: "Answer a few quick questions about your fitness level, goals, and preferences.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg",
|
|
||||||
imageAlt: "User answering questions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Step 2: Get Your AI Plan",
|
title: "Step 2: Get Your AI Plan", description: "Our AI instantly generates a personalized workout and nutrition plan tailored for you.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165181.jpg", imageAlt: "AI creating personalized plan"},
|
||||||
description: "Our AI instantly generates a personalized workout and nutrition plan tailored for you.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165181.jpg",
|
|
||||||
imageAlt: "AI creating personalized plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Step 3: Track & Improve",
|
title: "Step 3: Track & Improve", description: "Log your progress, receive smart adjustments, and achieve new milestones every week.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-holding-tablet_23-2150103591.jpg", imageAlt: "Progress tracking and improvement"},
|
||||||
description: "Log your progress, receive smart adjustments, and achieve new milestones every week.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-holding-tablet_23-2150103591.jpg",
|
|
||||||
imageAlt: "Progress tracking and improvement",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="How FitAI Transforms Your Fitness Journey"
|
title="How FitAI Transforms Your Fitness Journey"
|
||||||
description="Achieving your dream physique and optimal health is just three simple, AI-powered steps away. Get started now and feel the difference."
|
description="Achieving your dream physique and optimal health is just three simple, AI-powered steps away. Get started now and feel the difference."
|
||||||
@@ -198,45 +127,15 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "CEO, TechFlow", testimonial: "FitAI has completely revolutionized my fitness routine. The personalized plans are incredibly effective, and the AI coach is always there to guide me. I've never felt better!", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4293.jpg", imageAlt: "Sarah Johnson"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
role: "CEO, TechFlow",
|
|
||||||
testimonial: "FitAI has completely revolutionized my fitness routine. The personalized plans are incredibly effective, and the AI coach is always there to guide me. I've never felt better!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4293.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "Software Engineer", testimonial: "As a busy professional, I needed something efficient. FitAI’s AI-powered workouts fit perfectly into my schedule, helping me gain muscle without wasting time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-athletic-woman-listening-music-earphones-having-water-break-after-sports-training_637285-5203.jpg", imageAlt: "Michael Chen"},
|
||||||
name: "Michael Chen",
|
|
||||||
role: "Software Engineer",
|
|
||||||
testimonial: "As a busy professional, I needed something efficient. FitAI’s AI-powered workouts fit perfectly into my schedule, helping me gain muscle without wasting time. Highly recommend!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-athletic-woman-listening-music-earphones-having-water-break-after-sports-training_637285-5203.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "The nutrition plans are a game-changer! I've learned so much about healthy eating, and the calorie tracker makes it super easy to stay on track. FitAI is my secret weapon.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-photographer-dark-photo-studio_613910-13180.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
role: "Marketing Director",
|
|
||||||
testimonial: "The nutrition plans are a game-changer! I've learned so much about healthy eating, and the calorie tracker makes it super easy to stay on track. FitAI is my secret weapon.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-photographer-dark-photo-studio_613910-13180.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Product Manager", testimonial: "I love the progress tracking features. Seeing my improvements visually keeps me incredibly motivated. The AI recommendations are spot on, constantly pushing me forward.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg", imageAlt: "David Kim"},
|
||||||
name: "David Kim",
|
|
||||||
role: "Product Manager",
|
|
||||||
testimonial: "I love the progress tracking features. Seeing my improvements visually keeps me incredibly motivated. The AI recommendations are spot on, constantly pushing me forward.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg",
|
|
||||||
imageAlt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica Lee", role: "Freelance Designer", testimonial: "Finding effective home workouts was always a struggle, but FitAI changed that. The variety and intelligent adaptations mean I never get bored, and I'm seeing real results.", imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg", imageAlt: "Jessica Lee"},
|
||||||
name: "Jessica Lee",
|
|
||||||
role: "Freelance Designer",
|
|
||||||
testimonial: "Finding effective home workouts was always a struggle, but FitAI changed that. The variety and intelligent adaptations mean I never get bored, and I'm seeing real results.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg",
|
|
||||||
imageAlt: "Jessica Lee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Thriving Community"
|
title="Hear From Our Thriving Community"
|
||||||
description="Our users are achieving incredible results, transforming their lives, and hitting new personal bests with FitAI. Join them today!"
|
description="Our users are achieving incredible results, transforming their lives, and hitting new personal bests with FitAI. Join them today!"
|
||||||
@@ -248,15 +147,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Apple Fitness+",
|
"Apple Fitness+", "Nike Training Club", "MyFitnessPal", "Gymshark", "WHOOP", "Strava", "Garmin Connect", "Peloton"]}
|
||||||
"Nike Training Club",
|
|
||||||
"MyFitnessPal",
|
|
||||||
"Gymshark",
|
|
||||||
"WHOOP",
|
|
||||||
"Strava",
|
|
||||||
"Garmin Connect",
|
|
||||||
"Peloton",
|
|
||||||
]}
|
|
||||||
title="Trusted by Elite Athletes & Fitness Professionals"
|
title="Trusted by Elite Athletes & Fitness Professionals"
|
||||||
description="FitAI is revolutionizing fitness worldwide, backed by experts and embraced by a global community dedicated to peak performance."
|
description="FitAI is revolutionizing fitness worldwide, backed by experts and embraced by a global community dedicated to peak performance."
|
||||||
/>
|
/>
|
||||||
@@ -269,62 +160,37 @@ export default function LandingPage() {
|
|||||||
logoText="FitAI"
|
logoText="FitAI"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "AI Coach",
|
label: "AI Coach", href: "/ai-coach"},
|
||||||
href: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Workouts",
|
label: "Workouts", href: "/workout-plans"},
|
||||||
href: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Nutrition",
|
label: "Nutrition", href: "/nutrition"},
|
||||||
href: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Progress Tracker",
|
label: "Progress Tracker", href: "/progress"},
|
||||||
href: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "/pricing"},
|
||||||
href: "/pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#careers"},
|
||||||
href: "#careers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#blog"},
|
||||||
href: "#blog",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "AI Coach",
|
name: "AI Coach", id: "/ai-coach"},
|
||||||
id: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Workouts",
|
name: "Workouts", id: "/workout-plans"},
|
||||||
id: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nutrition",
|
name: "Nutrition", id: "/nutrition"},
|
||||||
id: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Progress",
|
name: "Progress", id: "/progress"},
|
||||||
id: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "/pricing"},
|
||||||
id: "/pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="FitAI"
|
brandName="FitAI"
|
||||||
button={{
|
button={{
|
||||||
text: "Sign Up",
|
text: "Sign Up", href: "/auth"}}
|
||||||
href: "/auth",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,62 +52,24 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", tag: "Essential", price: "$9.99", period: "/month", description: "Perfect for getting started with AI-guided fitness and basic tracking.", button: {
|
||||||
tag: "Essential",
|
text: "Start Basic", href: "/auth"},
|
||||||
price: "$9.99",
|
featuresTitle: "Key Features:", features: [
|
||||||
period: "/month",
|
"Personalized AI Workouts", "Basic Nutrition Tracking", "Progress Log & Visuals", "Limited AI Chat Access"],
|
||||||
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",
|
id: "pro", tag: "Recommended", tagIcon: Sparkles,
|
||||||
tag: "Recommended",
|
price: "$19.99", period: "/month", description: "Comprehensive tools for serious fitness enthusiasts ready for next-level results.", button: {
|
||||||
tagIcon: Sparkles,
|
text: "Go Pro", href: "/auth"},
|
||||||
price: "$19.99",
|
featuresTitle: "All Essential, plus:", features: [
|
||||||
period: "/month",
|
"Advanced AI Meal Planner", "24/7 Priority AI Chat", "Detailed Performance Analytics", "Customizable Workout Library", "Priority Support"],
|
||||||
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",
|
id: "elite", tag: "Ultimate", tagIcon: Crown,
|
||||||
tag: "Ultimate",
|
price: "$29.99", period: "/month", description: "The ultimate package for complete fitness mastery and personalized expert-level guidance.", button: {
|
||||||
tagIcon: Crown,
|
text: "Choose Elite", href: "/auth"},
|
||||||
price: "$29.99",
|
featuresTitle: "All Pro, plus:", features: [
|
||||||
period: "/month",
|
"Advanced Body Composition Tracking", "Exclusive AI Masterclasses", "Integrations with Wearables", "Premium Community Access", "Dedicated AI Coach Manager"],
|
||||||
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"
|
title="Unlock Your Full Fitness Potential"
|
||||||
@@ -131,50 +79,21 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="pricing-testimonials" data-section="pricing-testimonials">
|
<div id="pricing-testimonials" data-section="pricing-testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Olivia M.", role: "Consultant", testimonial: "The Pro plan is worth every penny. The advanced analytics helped me pinpoint weaknesses, and the AI coach pushed me past plateaus. Best investment for my health!", imageSrc: "http://img.b2bpic.net/free-photo/image-young-business-woman-suit-holding-mobile-phone-shrugging-clueless-standing-puzzled-smiling-apologize-white-background_176420-48863.jpg", imageAlt: "Olivia M."},
|
||||||
name: "Olivia M.",
|
|
||||||
role: "Consultant",
|
|
||||||
testimonial: "The Pro plan is worth every penny. The advanced analytics helped me pinpoint weaknesses, and the AI coach pushed me past plateaus. Best investment for my health!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/image-young-business-woman-suit-holding-mobile-phone-shrugging-clueless-standing-puzzled-smiling-apologize-white-background_176420-48863.jpg",
|
|
||||||
imageAlt: "Olivia M.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Daniel S.", role: "Graphic Designer", testimonial: "I upgraded to Elite, and it's incredible. The exclusive masterclasses and wearable integrations make FitAI an indispensable part of my daily routine. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16436.jpg", imageAlt: "Daniel S."},
|
||||||
name: "Daniel S.",
|
|
||||||
role: "Graphic Designer",
|
|
||||||
testimonial: "I upgraded to Elite, and it's incredible. The exclusive masterclasses and wearable integrations make FitAI an indispensable part of my daily routine. Truly premium.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16436.jpg",
|
|
||||||
imageAlt: "Daniel S.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sophia G.", role: "Fitness Instructor", testimonial: "Even the Basic plan offers so much. The personalized workouts are fantastic, and I love seeing my progress clearly. FitAI makes fitness accessible and effective.", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759024.jpg", imageAlt: "Sophia G."},
|
||||||
name: "Sophia G.",
|
|
||||||
role: "Fitness Instructor",
|
|
||||||
testimonial: "Even the Basic plan offers so much. The personalized workouts are fantastic, and I love seeing my progress clearly. FitAI makes fitness accessible and effective.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759024.jpg",
|
|
||||||
imageAlt: "Sophia G.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Mark C.", role: "Accountant", testimonial: "FitAI's pricing is excellent for the value provided. The insights on my body composition alone have been worth it, helping me make smarter diet choices.", imageSrc: "http://img.b2bpic.net/free-photo/women-fitness-class-taking-selfies_23-2148387807.jpg", imageAlt: "Women at fitness class taking selfies"},
|
||||||
name: "Mark C.",
|
|
||||||
role: "Accountant",
|
|
||||||
testimonial: "FitAI's pricing is excellent for the value provided. The insights on my body composition alone have been worth it, helping me make smarter diet choices.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/women-fitness-class-taking-selfies_23-2148387807.jpg",
|
|
||||||
imageAlt: "Women at fitness class taking selfies",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Laura K.", role: "Student", testimonial: "I love that there's a plan for every budget. Starting with Basic helped me build healthy habits, and now I'm considering Pro for even more features!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-fit-women_23-2149269808.jpg", imageAlt: "Medium shot happy fit women"},
|
||||||
name: "Laura K.",
|
|
||||||
role: "Student",
|
|
||||||
testimonial: "I love that there's a plan for every budget. Starting with Basic helped me build healthy habits, and now I'm considering Pro for even more features!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-fit-women_23-2149269808.jpg",
|
|
||||||
imageAlt: "Medium shot happy fit women",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Real Value, Real Results"
|
title="Real Value, Real Results"
|
||||||
description="Our subscribers are investing in themselves and seeing life-changing outcomes with FitAI's flexible and powerful plans."
|
description="Our subscribers are investing in themselves and seeing life-changing outcomes with FitAI's flexible and powerful plans."
|
||||||
@@ -188,62 +107,37 @@ export default function LandingPage() {
|
|||||||
logoText="FitAI"
|
logoText="FitAI"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "AI Coach",
|
label: "AI Coach", href: "/ai-coach"},
|
||||||
href: "/ai-coach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Workouts",
|
label: "Workouts", href: "/workout-plans"},
|
||||||
href: "/workout-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Nutrition",
|
label: "Nutrition", href: "/nutrition"},
|
||||||
href: "/nutrition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Progress Tracker",
|
label: "Progress Tracker", href: "/progress"},
|
||||||
href: "/progress",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "/pricing"},
|
||||||
href: "/pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#careers"},
|
||||||
href: "#careers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#blog"},
|
||||||
href: "#blog",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user