5 Commits

Author SHA1 Message Date
41b721a272 Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx 2026-03-11 07:34:53 +00:00
733a4f9eb7 Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx 2026-03-11 07:32:54 +00:00
fe15242c68 Update src/app/page.tsx 2026-03-11 07:32:26 +00:00
35fa0a98ac Update src/app/page.tsx 2026-03-11 07:30:05 +00:00
bb96c3fef0 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:28:43 +00:00
2 changed files with 54 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { BarChart3, Brain, HelpCircle, Shield, Sparkles, Star, TrendingUp, Users, Workflow, Zap, CreditCard } from "lucide-react";
import { BarChart3, Brain, HelpCircle, Shield, Sparkles, Star, TrendingUp, Users, Workflow, Zap, CreditCard, Dumbbell, Heart, Clock, Users2, TrendingUp as TrendingUpArrow, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -197,7 +197,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Get answers to common questions about Mindflow AI capabilities, pricing, and implementation"
description="Get answers to common questions about fitness training, nutrition planning, and achieving your health goals"
tag="Support"
tagIcon={HelpCircle}
textboxLayout="default"
@@ -205,22 +205,22 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How long does implementation typically take?", content: "Most implementations are completed within 2-4 weeks. Our team works with you to understand your specific workflows and ensure seamless integration with your existing systems. For complex enterprise deployments, we may need additional time for custom training and optimization."
id: "1", title: "How often should I work out to see results?", content: "Most fitness experts recommend 3-5 workouts per week for optimal results. Consistency matters more than intensity. Start with 3 sessions weekly if you're a beginner, focusing on proper form. As you progress, you can increase frequency to 4-5 times per week. Always allow at least one rest day between intense workouts to allow muscle recovery."
},
{
id: "2", title: "Is our data secure with Mindflow AI?", content: "Yes. We implement bank-grade encryption, maintain SOC 2 Type II compliance, and provide HIPAA and GDPR compliance options. All data is encrypted both in transit and at rest. We never train our models on customer data unless explicitly authorized, and you maintain full control over your data."
id: "2", title: "What's the best time of day to exercise?", content: "The best time to exercise is when you can be consistent. Most people see better energy levels working out in the morning or late afternoon. Morning workouts boost metabolism throughout the day, while afternoon sessions leverage peak physical performance (typically 2-6 PM). Listen to your body and choose a time that fits your schedule and energy patterns."
},
{
id: "3", title: "Can Mindflow integrate with our existing tools?", content: "Absolutely. We provide integrations with 500+ popular applications including Salesforce, Slack, Microsoft Teams, Zapier, and many others. We also offer robust APIs for custom integrations tailored to your specific needs."
id: "3", title: "How much protein do I need daily?", content: "General recommendations are 0.8-1g of protein per pound of body weight for strength training goals. However, this varies based on your activity level, age, and fitness goals. For endurance athletes, 0.6-0.7g per pound is typically sufficient. For muscle building, 1-1.2g per pound is optimal. Consider working with a nutritionist to determine your specific needs."
},
{
id: "4", title: "What kind of AI models does Mindflow use?", content: "We leverage a combination of state-of-the-art machine learning models including transformer-based architectures, gradient boosting, and deep neural networks. Our models are continuously updated and fine-tuned based on the latest research and your specific business requirements."
id: "4", title: "Can I build muscle without lifting heavy weights?", content: "Yes, you can build muscle with lighter weights by focusing on high repetitions (12-15 reps) and controlling the tempo. Progressive overload is key—gradually increase reps, sets, or weight over time. Bodyweight exercises, resistance bands, and circuit training are also effective. The most important factors are consistency, proper form, and pushing close to muscle fatigue."
},
{
id: "5", title: "Do you offer a free trial?", content: "Yes, we offer a 14-day free trial with full access to all features on the Starter plan. No credit card required. You can explore our platform, run test workflows, and experience the power of Mindflow AI before making any commitment."
id: "5", title: "How important is sleep for fitness results?", content: "Sleep is crucial for fitness results. During sleep, your body repairs muscle tissue and releases growth hormones essential for muscle development. Aim for 7-9 hours of quality sleep per night. Poor sleep increases cortisol (stress hormone), which can hinder muscle growth and promote fat storage. Consistent sleep schedules enhance recovery and athletic performance."
},
{
id: "6", title: "What support options are available?", content: "We provide multiple support channels: email support for all plans, priority support for Professional plans, and 24/7 phone support for Enterprise customers. We also offer comprehensive documentation, video tutorials, and a community forum where users share best practices."
id: "6", title: "What should I do if I hit a fitness plateau?", content: "Plateaus are normal and indicate your body has adapted. Break through by: changing your exercise routine every 4-6 weeks, increasing weight or reps progressively, adjusting rest periods between sets, trying new exercise variations, or increasing overall training volume. Also ensure you're eating enough and getting adequate sleep. Sometimes taking a deload week (lighter training) helps your body recover and come back stronger."
}
]}
tagAnimation="blur-reveal"
@@ -230,18 +230,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Transform Your Business?"
description="Connect with our team to discuss how Mindflow AI can unlock new opportunities for your organization. We'll help you find the perfect solution."
title="Ready to Start Your Fitness Journey?"
description="Get in touch with our fitness coaches and trainers. Whether you're a beginner or advanced athlete, we'll help you design the perfect training program for your goals and lifestyle."
inputs={[
{ name: "name", type: "text", placeholder: "Your name", required: true },
{ name: "email", type: "email", placeholder: "Business email", required: true },
{ name: "company", type: "text", placeholder: "Company name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone number", required: false }
{ name: "email", type: "email", placeholder: "Email address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone number", required: false },
{ name: "fitness_goal", type: "text", placeholder: "Your fitness goal", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your AI needs and goals...", rows: 5, required: true }}
textarea={{ name: "message", placeholder: "Tell us about your fitness goals, current level, and any injuries or limitations...", rows: 5, required: true }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2MZlmDejglYqtIivQki9H380/modern-workspace-visualization-showing-a-1773214076215-2b2e6191.png"
imageAlt="Team collaboration and AI innovation"
imageAlt="Fitness training and health coaching"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
@@ -250,44 +250,44 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Mindflow AI"
logoText="Fitness Hub"
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
{ label: "API Documentation", href: "#" }
title: "Training", items: [
{ label: "Workout Plans", href: "#features" },
{ label: "Training Programs", href: "#pricing" },
{ label: "Exercise Library", href: "#" },
{ label: "Form Guide", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
title: "Nutrition", items: [
{ label: "Meal Plans", href: "#" },
{ label: "Nutrition Guide", href: "#" },
{ label: "Recipes", href: "#" },
{ label: "Supplements", href: "#" }
]
},
{
title: "Community", items: [
{ label: "Success Stories", href: "#testimonials" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Community", href: "#" },
{ label: "Support", href: "#" },
{ label: "Status", href: "#" }
{ label: "Coaching Team", href: "#about" },
{ label: "Contact Us", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
{ label: "Cookies", href: "#" }
{ label: "Disclaimer", href: "#" },
{ label: "Cookie Policy", href: "#" }
]
}
]}
copyrightText="© 2025 Mindflow AI. All rights reserved."
copyrightText="© 2025 Fitness Hub. All rights reserved. Transform your health with professional guidance."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -3,6 +3,10 @@ import React from 'react';
interface SvgTextLogoProps {
text: string;
className?: string;
fontSize?: number;
fontWeight?: number | string;
letterSpacing?: number;
fill?: string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
@@ -10,23 +14,30 @@ interface SvgTextLogoProps {
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,
className = '',
fontSize = 48,
fontWeight = 700,
letterSpacing = 0,
fill = 'currentColor',
textAnchor = 'middle',
dominantBaseline = 'middle'
dominantBaseline = 'middle',
}) => {
return (
<svg
viewBox="0 0 200 100"
className={className}
viewBox="0 0 400 100"
xmlns="http://www.w3.org/2000/svg"
className={className}
role="img"
aria-label={text}
>
<text
x="50%"
y="50%"
fontSize={fontSize}
fontWeight={fontWeight}
letterSpacing={letterSpacing}
fill={fill}
textAnchor={textAnchor}
dominantBaseline={dominantBaseline}
fontSize="24"
fontWeight="bold"
fill="currentColor"
>
{text}
</text>