Merge version_1 into main #2
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -32,9 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Testimonials", id: "/" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,41 +57,24 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How does GymFlow AI capture leads?",
|
||||
content: "Our system integrates with your website, social media, and messaging platforms to automatically capture and respond to inquiries. When someone shows interest in your gym, our AI immediately qualifies them and sends personalized responses 24/7.",
|
||||
},
|
||||
id: "faq-1", title: "How does GymFlow AI capture leads?", content: "Our system integrates with your website, social media, and messaging platforms to automatically capture and respond to inquiries. When someone shows interest in your gym, our AI immediately qualifies them and sends personalized responses 24/7."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I customize the AI responses?",
|
||||
content: "Yes! You can train GymFlow AI with your gym's specific information, pricing, class schedules, and messaging style. The AI learns your gym's unique voice and automatically adapts responses while maintaining consistency.",
|
||||
},
|
||||
id: "faq-2", title: "Can I customize the AI responses?", content: "Yes! You can train GymFlow AI with your gym's specific information, pricing, class schedules, and messaging style. The AI learns your gym's unique voice and automatically adapts responses while maintaining consistency."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What if the AI can't answer a question?",
|
||||
content: "Complex inquiries are automatically escalated to your team with full context. You maintain complete control, and the AI learns from these interactions to improve future responses.",
|
||||
},
|
||||
id: "faq-3", title: "What if the AI can't answer a question?", content: "Complex inquiries are automatically escalated to your team with full context. You maintain complete control, and the AI learns from these interactions to improve future responses."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How long does setup take?",
|
||||
content: "Most gyms are up and running within 24 hours. We provide guided setup, pre-built automation templates, and ongoing support to get you converting leads immediately.",
|
||||
},
|
||||
id: "faq-4", title: "How long does setup take?", content: "Most gyms are up and running within 24 hours. We provide guided setup, pre-built automation templates, and ongoing support to get you converting leads immediately."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Will this replace my staff?",
|
||||
content: "Absolutely not. GymFlow AI handles repetitive tasks and lead qualification, freeing your team to focus on providing excellent service, training, and building relationships with members. Your trainers spend more time doing what they love.",
|
||||
},
|
||||
id: "faq-5", title: "Will this replace my staff?", content: "Absolutely not. GymFlow AI handles repetitive tasks and lead qualification, freeing your team to focus on providing excellent service, training, and building relationships with members. Your trainers spend more time doing what they love."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is my member data secure?",
|
||||
content: "Yes. We use enterprise-grade encryption, comply with GDPR and privacy regulations, and never share member data with third parties. Your member information is always yours and protected.",
|
||||
},
|
||||
id: "faq-6", title: "Is my member data secure?", content: "Yes. We use enterprise-grade encryption, comply with GDPR and privacy regulations, and never share member data with third parties. Your member information is always yours and protected."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about GymFlow AI and how it automates your gym operations."
|
||||
useInvertedBackground={false}
|
||||
textPosition="left"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,39 +83,35 @@ export default function ContactPage() {
|
||||
logoText="GymFlow AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
{ label: "Support", href: "/" },
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Compliance", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
258
src/app/page.tsx
258
src/app/page.tsx
@@ -7,6 +7,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
import { Zap, MessageCircle, TrendingUp, BarChart3, Building2, Users, Clock, Sparkles } from "lucide-react";
|
||||
@@ -19,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -31,13 +32,11 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "How It Works", id: "metrics" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,7 +45,7 @@ export default function HomePage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Grow Your Gym Faster With AI Automation"
|
||||
description="Capture leads instantly, answer questions 24/7 on WhatsApp, and convert prospects into members—all without manual work. Our AI handles the entire funnel so you focus on training."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
{ text: "Chat With Us on WhatsApp", href: "https://wa.me/1234567890" },
|
||||
@@ -54,35 +53,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-high-energy-gym-environment-with-multi-1772628733088-e09af507.jpg?_wi=1",
|
||||
imageAlt: "Active gym members training",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-high-energy-gym-environment-with-multi-1772628733088-e09af507.jpg", imageAlt: "Active gym members training"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-comprehensive-gym-management-dashboard-1772628735173-72b625ba.png?_wi=1",
|
||||
imageAlt: "AI dashboard analytics",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-comprehensive-gym-management-dashboard-1772628735173-72b625ba.png", imageAlt: "AI dashboard analytics"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-mobile-interface-mockup-showing-1772628733349-953b5d45.png?_wi=1",
|
||||
imageAlt: "Lead capture interface",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-mobile-interface-mockup-showing-1772628733349-953b5d45.png", imageAlt: "Lead capture interface"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/whatsapp-chat-interface-showing-ai-bot-r-1772628733340-d303fb98.png?_wi=1",
|
||||
imageAlt: "WhatsApp automation",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/whatsapp-chat-interface-showing-ai-bot-r-1772628733340-d303fb98.png", imageAlt: "WhatsApp automation"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-streamlined-member-onboarding-flow-int-1772628733544-5f67a105.png?_wi=1",
|
||||
imageAlt: "Member onboarding flow",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-streamlined-member-onboarding-flow-int-1772628733544-5f67a105.png", imageAlt: "Member onboarding flow"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-high-energy-gym-environment-with-multi-1772628733088-e09af507.jpg?_wi=2",
|
||||
imageAlt: "Active gym members training",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-high-energy-gym-environment-with-multi-1772628733088-e09af507.jpg", imageAlt: "Active gym members training"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -96,37 +77,17 @@ export default function HomePage() {
|
||||
description="Our platform automates every step of the member journey, from first contact to lifetime retention."
|
||||
features={[
|
||||
{
|
||||
title: "Instant Lead Capture",
|
||||
description: "Automatically qualify and respond to gym inquiries 24/7 without manual effort. Every lead gets immediate attention.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-mobile-interface-mockup-showing-1772628733349-953b5d45.png?_wi=2",
|
||||
imageAlt: "Lead capture interface",
|
||||
buttonIcon: Zap,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Instant Lead Capture", description: "Automatically qualify and respond to gym inquiries 24/7 without manual effort. Every lead gets immediate attention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-mobile-interface-mockup-showing-1772628733349-953b5d45.png", imageAlt: "Lead capture interface", buttonIcon: Zap,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "WhatsApp Automation",
|
||||
description: "Answer repetitive questions, schedule trials, and nurture leads directly on WhatsApp with intelligent AI responses.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/whatsapp-chat-interface-showing-ai-bot-r-1772628733340-d303fb98.png?_wi=2",
|
||||
imageAlt: "WhatsApp automation interface",
|
||||
buttonIcon: MessageCircle,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "WhatsApp Automation", description: "Answer repetitive questions, schedule trials, and nurture leads directly on WhatsApp with intelligent AI responses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/whatsapp-chat-interface-showing-ai-bot-r-1772628733340-d303fb98.png", imageAlt: "WhatsApp automation interface", buttonIcon: MessageCircle,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Smart Conversion Funnel",
|
||||
description: "Guide prospects through personalized onboarding sequences that convert browsers into committed members.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-streamlined-member-onboarding-flow-int-1772628733544-5f67a105.png?_wi=2",
|
||||
imageAlt: "Member onboarding flow",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Smart Conversion Funnel", description: "Guide prospects through personalized onboarding sequences that convert browsers into committed members.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-streamlined-member-onboarding-flow-int-1772628733544-5f67a105.png", imageAlt: "Member onboarding flow", buttonIcon: TrendingUp,
|
||||
buttonHref: "/"},
|
||||
{
|
||||
title: "Real-Time Analytics",
|
||||
description: "Track lead sources, conversion rates, member acquisition costs, and performance metrics in one intuitive dashboard.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-comprehensive-gym-management-dashboard-1772628735173-72b625ba.png?_wi=2",
|
||||
imageAlt: "Analytics dashboard",
|
||||
buttonIcon: BarChart3,
|
||||
buttonHref: "/",
|
||||
},
|
||||
title: "Real-Time Analytics", description: "Track lead sources, conversion rates, member acquisition costs, and performance metrics in one intuitive dashboard.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-comprehensive-gym-management-dashboard-1772628735173-72b625ba.png", imageAlt: "Analytics dashboard", buttonIcon: BarChart3,
|
||||
buttonHref: "/"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -134,31 +95,19 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Proven Results"
|
||||
description="See the impact GymFlow AI has delivered for gym owners nationwide."
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "500",
|
||||
title: "Gyms Growing",
|
||||
description: "Actively using GymFlow AI to automate their lead conversion",
|
||||
icon: Building2,
|
||||
id: "metric-1", value: "500", title: "Gyms Growing", description: "Actively using GymFlow AI to automate their lead conversion", icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "10000",
|
||||
title: "Members Converted",
|
||||
description: "New memberships generated through AI automation",
|
||||
icon: Users,
|
||||
id: "metric-2", value: "10000", title: "Members Converted", description: "New memberships generated through AI automation", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "24/7",
|
||||
title: "AI Support",
|
||||
description: "Round-the-clock lead response and customer engagement",
|
||||
icon: Clock,
|
||||
id: "metric-3", value: "24/7", title: "AI Support", description: "Round-the-clock lead response and customer engagement", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -174,59 +123,23 @@ export default function HomePage() {
|
||||
description="Hear directly from gym owners and trainers who've transformed their business with our automation platform."
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Marcus Johnson",
|
||||
role: "Owner",
|
||||
company: "FitPeak Gym",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-confident-gym-1772628732813-a84820eb.png",
|
||||
imageAlt: "Marcus Johnson, FitPeak Gym Owner",
|
||||
},
|
||||
id: "testimonial-1", name: "Marcus Johnson", role: "Owner", company: "FitPeak Gym", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-confident-gym-1772628732813-a84820eb.png", imageAlt: "Marcus Johnson, FitPeak Gym Owner"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Sarah Chen",
|
||||
role: "General Manager",
|
||||
company: "Elite Fitness Center",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-fitnes-1772628732942-5e2a3b25.png",
|
||||
imageAlt: "Sarah Chen, Elite Fitness Manager",
|
||||
},
|
||||
id: "testimonial-2", name: "Sarah Chen", role: "General Manager", company: "Elite Fitness Center", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-fitnes-1772628732942-5e2a3b25.png", imageAlt: "Sarah Chen, Elite Fitness Manager"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "David Rodriguez",
|
||||
role: "Head Coach",
|
||||
company: "Power House Training",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-male-fitness--1772628732490-2dd88ef5.png",
|
||||
imageAlt: "David Rodriguez, Power House Coach",
|
||||
},
|
||||
id: "testimonial-3", name: "David Rodriguez", role: "Head Coach", company: "Power House Training", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-male-fitness--1772628732490-2dd88ef5.png", imageAlt: "David Rodriguez, Power House Coach"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Jessica Lee",
|
||||
role: "Owner",
|
||||
company: "Zenith Performance Club",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-gym-ow-1772628733371-1be44fff.png",
|
||||
imageAlt: "Jessica Lee, Zenith Owner",
|
||||
},
|
||||
id: "testimonial-4", name: "Jessica Lee", role: "Owner", company: "Zenith Performance Club", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-gym-ow-1772628733371-1be44fff.png", imageAlt: "Jessica Lee, Zenith Owner"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Kevin Martinez",
|
||||
role: "Trainer & Operations",
|
||||
company: "CrossFit Champions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-male-gym-trai-1772628732668-99e7db2b.png",
|
||||
imageAlt: "Kevin Martinez, CrossFit Champions",
|
||||
},
|
||||
id: "testimonial-5", name: "Kevin Martinez", role: "Trainer & Operations", company: "CrossFit Champions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-male-gym-trai-1772628732668-99e7db2b.png", imageAlt: "Kevin Martinez, CrossFit Champions"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Amanda Foster",
|
||||
role: "Regional Director",
|
||||
company: "FitChain Gyms",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-operat-1772628732457-65c0bd81.png",
|
||||
imageAlt: "Amanda Foster, FitChain Director",
|
||||
},
|
||||
id: "testimonial-6", name: "Amanda Foster", role: "Regional Director", company: "FitChain Gyms", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/professional-headshot-of-a-female-operat-1772628732457-65c0bd81.png", imageAlt: "Amanda Foster, FitChain Director"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "3.5x", label: "Average Lead Increase" },
|
||||
@@ -244,27 +157,9 @@ export default function HomePage() {
|
||||
title="Trusted by Leading Gyms"
|
||||
description="Join hundreds of gym owners using GymFlow AI to automate lead conversion and scale their business."
|
||||
names={[
|
||||
"FitPeak Gym",
|
||||
"Elite Fitness Center",
|
||||
"Power House Training",
|
||||
"Zenith Performance Club",
|
||||
"CrossFit Champions",
|
||||
"FitChain Gyms",
|
||||
"Strength Summit",
|
||||
"Ultimate Fitness Hub",
|
||||
]}
|
||||
"FitPeak Gym", "Elite Fitness Center", "Power House Training", "Zenith Performance Club", "CrossFit Champions", "FitChain Gyms", "Strength Summit", "Ultimate Fitness Hub"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-fitness-company-logo-with-clean-1772628732318-502da4fb.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-tech-focused-gym-management-sof-1772628734390-32bb6b67.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-professional-fitness-network-brand-log-1772628732416-3f667f9e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-active-lifestyle-brand-logo-wit-1772628732127-a8c191d8.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-professional-fitness-management-platfo-1772628732698-0153913d.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-gym-synchronization-software-lo-1772628733717-b9932b1c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-fitness-training-zone-brand-logo-with--1772628732770-4823168e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-forward-thinking-fitness-technology-co-1772628733113-9eeca53e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-gym-streaming-and-digital-management-p-1772628733056-b8e0b20b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-fitness-flow-optimization-software-log-1772628732626-fa617c2b.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-fitness-company-logo-with-clean-1772628732318-502da4fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-tech-focused-gym-management-sof-1772628734390-32bb6b67.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-professional-fitness-network-brand-log-1772628732416-3f667f9e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-active-lifestyle-brand-logo-wit-1772628732127-a8c191d8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-professional-fitness-management-platfo-1772628732698-0153913d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-modern-gym-synchronization-software-lo-1772628733717-b9932b1c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-fitness-training-zone-brand-logo-with--1772628732770-4823168e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-forward-thinking-fitness-technology-co-1772628733113-9eeca53e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-gym-streaming-and-digital-management-p-1772628733056-b8e0b20b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATmCikdvK20y8Xl8LJD3dCyQ3r/a-fitness-flow-optimization-software-log-1772628732626-fa617c2b.png"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -272,44 +167,77 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Flexible Plans for Every Gym"
|
||||
description="Choose the plan that scales with your business. All plans include WhatsApp automation and AI lead capture."
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$299/month", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 50 new leads/month", "WhatsApp automation", "Basic analytics dashboard", "Email support", "Member onboarding templates"],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$599/month", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Chat With Sales", href: "https://wa.me/1234567890" },
|
||||
],
|
||||
features: [
|
||||
"Up to 200 new leads/month", "Advanced WhatsApp sequences", "Full analytics & reporting", "Priority support", "Custom automation rules", "Team member access"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Schedule Demo", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited leads", "Multi-location support", "Custom AI training", "Dedicated account manager", "White-label options", "API access & integrations"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="GymFlow AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#metrics" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "API Reference", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
{ label: "Support", href: "/" },
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
{ label: "Compliance", href: "/" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user