Update src/app/page.tsx
This commit is contained in:
210
src/app/page.tsx
210
src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
brandName="GymGrowth AI"
|
||||
/>
|
||||
</div>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="Dominate Your Local Market"
|
||||
variant: "plain"}}
|
||||
logoText="Turn Visitors into Paid Gym Members with AI Automation"
|
||||
description="We build high-converting websites and AI automation systems designed specifically for Boxing & MMA gyms. Attract, nurture, and close new members on autopilot."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Demo", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-plays-sports-with-dambbels_1157-33485.jpg"
|
||||
imageAlt="Gym automation platform"
|
||||
@@ -92,38 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "24/7 AI Sales Agent",
|
||||
author: "Automation",
|
||||
description: "Responds instantly to leads via SMS, Instagram, and Email, securing trial bookings.",
|
||||
tags: [
|
||||
"AI",
|
||||
"24/7",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg",
|
||||
},
|
||||
id: "f1", title: "24/7 AI Sales Agent", author: "Automation", description: "Responds instantly to leads via SMS, Instagram, and Email, securing trial bookings.", tags: [
|
||||
"AI", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Custom Fight Websites",
|
||||
author: "Web Design",
|
||||
description: "High-performance layouts that build brand authority and rank high on local search.",
|
||||
tags: [
|
||||
"SEO",
|
||||
"Design",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-texting-social-media-remix_53876-98452.jpg",
|
||||
},
|
||||
id: "f2", title: "Custom Fight Websites", author: "Web Design", description: "High-performance layouts that build brand authority and rank high on local search.", tags: [
|
||||
"SEO", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-texting-social-media-remix_53876-98452.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Automated Member Nurturing",
|
||||
author: "Engagement",
|
||||
description: "Stop losing leads. Automated campaigns follow up with prospects until they show up.",
|
||||
tags: [
|
||||
"CRM",
|
||||
"Email",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg",
|
||||
},
|
||||
id: "f3", title: "Automated Member Nurturing", author: "Engagement", description: "Stop losing leads. Automated campaigns follow up with prospects until they show up.", tags: [
|
||||
"CRM", "Email"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg"},
|
||||
]}
|
||||
title="Engineered for Fighting Gyms"
|
||||
description="Everything you need to scale your membership base without adding administrative burden."
|
||||
@@ -137,38 +103,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Essentials",
|
||||
price: "$499/mo",
|
||||
period: "growth",
|
||||
description: "Perfect for single locations launching growth.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included Features",
|
||||
features: [
|
||||
"Responsive Site",
|
||||
"AI Lead Bot",
|
||||
"CRM Integration",
|
||||
],
|
||||
id: "starter", tag: "Essentials", price: "$499/mo", period: "growth", description: "Perfect for single locations launching growth.", button: {
|
||||
text: "Get Started", href: "#contact"},
|
||||
featuresTitle: "Included Features", features: [
|
||||
"Responsive Site", "AI Lead Bot", "CRM Integration"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Pro",
|
||||
price: "$999/mo",
|
||||
period: "scale",
|
||||
description: "Advanced automation for multi-gym operations.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Starter plus:",
|
||||
features: [
|
||||
"Advanced Analytics",
|
||||
"Local Ads Suite",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", tag: "Pro", price: "$999/mo", period: "scale", description: "Advanced automation for multi-gym operations.", button: {
|
||||
text: "Get Started", href: "#contact"},
|
||||
featuresTitle: "Everything in Starter plus:", features: [
|
||||
"Advanced Analytics", "Local Ads Suite", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Scalable Plans"
|
||||
@@ -183,31 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
title: "Increase in Trial Attendance",
|
||||
items: [
|
||||
"automated follow-ups",
|
||||
"immediate response",
|
||||
],
|
||||
id: "m1", value: "40%", title: "Increase in Trial Attendance", items: [
|
||||
"automated follow-ups", "immediate response"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15hr+",
|
||||
title: "Admin Time Saved",
|
||||
items: [
|
||||
"manual scheduling eliminated",
|
||||
"AI inquiries",
|
||||
],
|
||||
id: "m2", value: "15hr+", title: "Admin Time Saved", items: [
|
||||
"manual scheduling eliminated", "AI inquiries"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3x",
|
||||
title: "Lead Conversion Rate",
|
||||
items: [
|
||||
"optimized site flow",
|
||||
"automated nurturing",
|
||||
],
|
||||
id: "m3", value: "3x", title: "Lead Conversion Rate", items: [
|
||||
"optimized site flow", "automated nurturing"],
|
||||
},
|
||||
]}
|
||||
title="Results You Can Measure"
|
||||
@@ -223,45 +152,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark Stevens",
|
||||
role: "Owner",
|
||||
company: "Iron Fist MMA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1591.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark Stevens", role: "Owner", company: "Iron Fist MMA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1591.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Chen",
|
||||
role: "Coach",
|
||||
company: "Elite Boxing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gym-with-coach_1303-5545.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah Chen", role: "Coach", company: "Elite Boxing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gym-with-coach_1303-5545.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Thorne",
|
||||
role: "Admin",
|
||||
company: "The Pit Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-sportswoman-wearing-activewear-sits-medicine-ball_197531-22610.jpg",
|
||||
},
|
||||
id: "t3", name: "David Thorne", role: "Admin", company: "The Pit Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-sportswoman-wearing-activewear-sits-medicine-ball_197531-22610.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James R.",
|
||||
role: "Owner",
|
||||
company: "Fight Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040492.jpg",
|
||||
},
|
||||
id: "t4", name: "James R.", role: "Owner", company: "Fight Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040492.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe B.",
|
||||
role: "Coach",
|
||||
company: "Punch Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe B.", role: "Coach", company: "Punch Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg"},
|
||||
]}
|
||||
title="What Coaches Are Saying"
|
||||
description="Trusted by boxing and MMA gyms across the country."
|
||||
@@ -274,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How long until I see results?",
|
||||
content: "Our AI systems start engaging leads immediately. Most clients see a significant jump in trial bookings within the first 30 days.",
|
||||
},
|
||||
id: "faq1", title: "How long until I see results?", content: "Our AI systems start engaging leads immediately. Most clients see a significant jump in trial bookings within the first 30 days."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do I need to manage the AI?",
|
||||
content: "No, our team handles the setup and optimization for you. You just focus on coaching.",
|
||||
},
|
||||
id: "faq2", title: "Do I need to manage the AI?", content: "No, our team handles the setup and optimization for you. You just focus on coaching."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can you integrate with my existing software?",
|
||||
content: "Yes, we integrate with all major gym management platforms.",
|
||||
},
|
||||
id: "faq3", title: "Can you integrate with my existing software?", content: "Yes, we integrate with all major gym management platforms."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about scaling your gym."
|
||||
@@ -301,14 +196,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to transform your gym's growth? Let's build your automation engine."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Your Free Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,16 +209,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GymGrowth AI"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user