Merge version_1 into main #2
@@ -29,119 +29,68 @@ export default function AboutPage() {
|
||||
const features = [
|
||||
{
|
||||
icon: Users,
|
||||
title: "Inclusive Community",
|
||||
description: "We welcome all fitness levels and backgrounds. Everyone belongs at Blue Fenix.",
|
||||
},
|
||||
title: "Inclusive Community", description: "We welcome all fitness levels and backgrounds. Everyone belongs at Blue Fenix."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Passionate Coaches",
|
||||
description: "Our team genuinely cares about your progress and success. We celebrate every milestone with you.",
|
||||
},
|
||||
title: "Passionate Coaches", description: "Our team genuinely cares about your progress and success. We celebrate every milestone with you."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Science-Based Training",
|
||||
description: "Our workouts are built on proven fitness principles to deliver real, measurable results.",
|
||||
},
|
||||
title: "Science-Based Training", description: "Our workouts are built on proven fitness principles to deliver real, measurable results."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Safe Environment",
|
||||
description: "We prioritize your safety with expert guidance, proper form correction, and injury prevention.",
|
||||
},
|
||||
title: "Safe Environment", description: "We prioritize your safety with expert guidance, proper form correction, and injury prevention."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Personalized Approach",
|
||||
description: "Every workout is scaled to your level, ensuring you're always challenged at the right intensity.",
|
||||
},
|
||||
title: "Personalized Approach", description: "Every workout is scaled to your level, ensuring you're always challenged at the right intensity."},
|
||||
{
|
||||
icon: Trophy,
|
||||
title: "Long-Term Success",
|
||||
description: "We focus on sustainable progress, building habits that last beyond the gym.",
|
||||
},
|
||||
title: "Long-Term Success", description: "We focus on sustainable progress, building habits that last beyond the gym."},
|
||||
];
|
||||
|
||||
const faqs = [
|
||||
{
|
||||
id: "1",
|
||||
title: "Ik ben helemaal niet fit. Kan ik naar Blue Fenix?",
|
||||
content: "Absoluut! Fitness niveau speelt geen rol. Onze coaches schalen alles voor jou aan, en iedereen start ergens. De gemene deler hier is dat je wil verbeteren—en dat is genoeg.",
|
||||
},
|
||||
id: "1", title: "Ik ben helemaal niet fit. Kan ik naar Blue Fenix?", content: "Absoluut! Fitness niveau speelt geen rol. Onze coaches schalen alles voor jou aan, en iedereen start ergens. De gemene deler hier is dat je wil verbeteren—en dat is genoeg."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Hoe ziet een eerste training eruit?",
|
||||
content: "Je begint met een vriendschappelijke kennismaking met ons team, daarna een persoonlijke warm-up, dan trainen we samen met coaching en aanpassingen waar nodig. Je voelt direct dat je deel bent van iets.",
|
||||
},
|
||||
id: "2", title: "Hoe ziet een eerste training eruit?", content: "Je begint met een vriendschappelijke kennismaking met ons team, daarna een persoonlijke warm-up, dan trainen we samen met coaching en aanpassingen waar nodig. Je voelt direct dat je deel bent van iets."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ik heb een blessure. Kan ik nog trainen?",
|
||||
content: "Ja. Onze coaches werken met blessures en limitaties. Ze passen oefeningen aan en helpen je veilig sterker te worden. Veel leden zijn juist gekomen omdat ze bij ons veilig kunnen trainen.",
|
||||
},
|
||||
id: "3", title: "Ik heb een blessure. Kan ik nog trainen?", content: "Ja. Onze coaches werken met blessures en limitaties. Ze passen oefeningen aan en helpen je veilig sterker te worden. Veel leden zijn juist gekomen omdat ze bij ons veilig kunnen trainen."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Wat zijn de openingsuren?",
|
||||
content: "Je kunt ons bereiken via WhatsApp of telefoon (0494 24 55 03) voor actuele uren. We proberen flexibel in te spelen op drukke schema's.",
|
||||
},
|
||||
id: "4", title: "Wat zijn de openingsuren?", content: "Je kunt ons bereiken via WhatsApp of telefoon (0494 24 55 03) voor actuele uren. We proberen flexibel in te spelen op drukke schema's."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is er parkeerplaats?",
|
||||
content: "Ja, we hebben ruime parkeergelegenheid bij de ingang aan de Gompelbaan 209. Dicht bij het kanaal in Mol.",
|
||||
},
|
||||
id: "5", title: "Is er parkeerplaats?", content: "Ja, we hebben ruime parkeergelegenheid bij de ingang aan de Gompelbaan 209. Dicht bij het kanaal in Mol."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Hoe boek ik mijn gratis proeftraining?",
|
||||
content: "Vul je email in op de homepagina of bel ons op 0494 24 55 03. We bepalen een moment dat voor jou past en je bent welkom!",
|
||||
},
|
||||
id: "6", title: "Hoe boek ik mijn gratis proeftraining?", content: "Vul je email in op de homepagina of bel ons op 0494 24 55 03. We bepalen een moment dat voor jou past en je bent welkom!"},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Blue Fenix",
|
||||
items: [
|
||||
title: "Blue Fenix", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Training",
|
||||
href: "/training",
|
||||
},
|
||||
label: "Our Training", href: "/training"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Free Trial",
|
||||
href: "#free-trial",
|
||||
},
|
||||
label: "Free Trial", href: "#free-trial"},
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:0494245503",
|
||||
},
|
||||
label: "Call Now", href: "tel:0494245503"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Location", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/32494245503",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/32494245503"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.google.com/?q=Gompelbaan+209,+2400+Mol,+Belgium",
|
||||
},
|
||||
label: "Google Maps", href: "https://maps.google.com/?q=Gompelbaan+209,+2400+Mol,+Belgium"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -184,7 +133,7 @@ export default function AboutPage() {
|
||||
title="Founded by Fitness Enthusiasts for the Community"
|
||||
description="Blue Fenix was created because we believe gyms should feel welcoming, not intimidating."
|
||||
subdescription="Located in Mol, Belgium—we're a local gym with a global vision of inclusive fitness."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-gym-training_23-2149734703.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-gym-training_23-2149734703.jpg"
|
||||
imageAlt="Blue Fenix gym location"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -196,6 +145,7 @@ export default function AboutPage() {
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Got questions? We've got answers about training, membership, and joining the Blue Fenix community."
|
||||
faqs={faqs}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -203,7 +153,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together_23-2150912372.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together_23-2150912372.jpg"
|
||||
imageAlt="Blue Fenix gym community"
|
||||
columns={footerColumns}
|
||||
logoText="Blue Fenix"
|
||||
|
||||
Reference in New Issue
Block a user