Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 00:50:10 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Experience",
id: "features",
},
name: "Experience", id: "features"},
{
name: "Membership",
id: "pricing",
},
name: "Membership", id: "pricing"},
{
name: "Coaches",
id: "team",
},
name: "Coaches", id: "team"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Gym Time"
/>
@@ -55,38 +47,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Its Time To Take Action"
description="Better Health… Better Life. Train with Alexandria's elite professional coaches in our premium, spotless facility."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg",
alt: "professional fitness coach",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg", alt: "professional fitness coach"},
{
src: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg",
alt: "professional fitness coach",
},
src: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", alt: "professional fitness coach"},
{
src: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
alt: "professional fitness coach",
},
src: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg", alt: "professional fitness coach"},
{
src: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114187.jpg",
alt: "3d gym equipment",
},
src: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114187.jpg", alt: "3d gym equipment"},
{
src: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918002.jpg",
alt: "Modern and urban gym",
},
src: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918002.jpg", alt: "Modern and urban gym"},
]}
avatarText="Join 500+ members"
buttons={[
{
text: "Start Your Free Trial Session",
href: "#contact",
},
text: "Start Your Free Trial Session", href: "#contact"},
]}
/>
</div>
@@ -99,20 +78,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "15+",
description: "Expert Professional Coaches",
},
id: "1", value: "15+", description: "Expert Professional Coaches"},
{
id: "2",
value: "500+",
description: "Active Members",
},
id: "2", value: "500+", description: "Active Members"},
{
id: "3",
value: "24/7",
description: "Facility Access",
},
id: "3", value: "24/7", description: "Facility Access"},
]}
title="Proven Results"
description="Consistently delivering high-performance training and elite facility standards for the Alexandria fitness community."
@@ -126,55 +96,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Premium Equipment",
author: "Elite Standard",
description: "State-of-the-art machinery for every fitness level.",
tags: [
"Modern",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-does-cardio-workout-rehab-bike-gym-selfcare-recovery_169016-71702.jpg?_wi=1",
},
id: "f1", title: "Premium Equipment", author: "Elite Standard", description: "State-of-the-art machinery for every fitness level.", tags: [
"Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-does-cardio-workout-rehab-bike-gym-selfcare-recovery_169016-71702.jpg?_wi=1"},
{
id: "f2",
title: "Expert Coaching",
author: "Professional Staff",
description: "Guided sessions with Alexandria's elite trainers.",
tags: [
"Training",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-accident-treadmill_23-2148419833.jpg",
},
id: "f2", title: "Expert Coaching", author: "Professional Staff", description: "Guided sessions with Alexandria's elite trainers.", tags: [
"Training"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-accident-treadmill_23-2148419833.jpg"},
{
id: "f3",
title: "Spotless Facilities",
author: "Clean Aesthetic",
description: "Maintained daily for a superior gym experience.",
tags: [
"Luxury",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847408.jpg",
},
id: "f3", title: "Spotless Facilities", author: "Clean Aesthetic", description: "Maintained daily for a superior gym experience.", tags: [
"Luxury"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847408.jpg"},
{
id: "f4",
title: "Recovery Zone",
author: "Rehab Ready",
description: "Advanced equipment for active recovery.",
tags: [
"Recovery",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-trains-elliptical-rehabilitation-gym-active-recovery_169016-71227.jpg",
},
id: "f4", title: "Recovery Zone", author: "Rehab Ready", description: "Advanced equipment for active recovery.", tags: [
"Recovery"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-trains-elliptical-rehabilitation-gym-active-recovery_169016-71227.jpg"},
{
id: "f5",
title: "Cardio Suite",
author: "Endurance Focus",
description: "High-tech machines to boost your stamina.",
tags: [
"Cardio",
],
imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike_23-2148017333.jpg",
},
id: "f5", title: "Cardio Suite", author: "Endurance Focus", description: "High-tech machines to boost your stamina.", tags: [
"Cardio"],
imageSrc: "http://img.b2bpic.net/free-photo/stationary-bike_23-2148017333.jpg"},
]}
title="Why Choose Us?"
description="Experience excellence in fitness with state-of-the-art facilities and personalized guidance."
@@ -188,47 +128,27 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
name: "Starter",
price: "999 EGP",
features: [
"Access to gym",
"Free lockers",
],
id: "basic", name: "Starter", price: "999 EGP", features: [
"Access to gym", "Free lockers"],
buttons: [
{
text: "Select",
},
text: "Select"},
],
},
{
id: "pro",
name: "Elite",
price: "1999 EGP",
features: [
"All access",
"Personal training session",
"Advanced classes",
],
id: "pro", name: "Elite", price: "1999 EGP", features: [
"All access", "Personal training session", "Advanced classes"],
buttons: [
{
text: "Select",
},
text: "Select"},
],
},
{
id: "premium",
name: "Ultimate",
price: "2999 EGP",
features: [
"24/7 access",
"VIP support",
"Unlimited coaching",
],
id: "premium", name: "Ultimate", price: "2999 EGP", features: [
"24/7 access", "VIP support", "Unlimited coaching"],
buttons: [
{
text: "Select",
},
text: "Select"},
],
},
]}
@@ -245,30 +165,15 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
id: "t1",
name: "Coach Ahmed",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32126.jpg",
},
id: "t1", name: "Coach Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32126.jpg"},
{
id: "t2",
name: "Coach Sarah",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32127.jpg",
},
id: "t2", name: "Coach Sarah", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32127.jpg"},
{
id: "t3",
name: "Coach Omar",
imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg",
},
id: "t3", name: "Coach Omar", imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg"},
{
id: "t4",
name: "Coach Ziad",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
},
id: "t4", name: "Coach Ziad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg"},
{
id: "t5",
name: "Coach Layla",
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
},
id: "t5", name: "Coach Layla", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"},
]}
memberVariant="card"
/>
@@ -280,60 +185,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Mohamed",
date: "2023",
title: "Gym Member",
quote: "The best gym in Alexandria!",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469282.jpg",
imageAlt: "gym member portrait",
},
id: "1", name: "Mohamed", date: "2023", title: "Gym Member", quote: "The best gym in Alexandria!", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469282.jpg", imageAlt: "gym member portrait"},
{
id: "2",
name: "Layla",
date: "2023",
title: "Gym Member",
quote: "Amazing atmosphere and results.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg",
imageAlt: "gym member portrait",
},
id: "2", name: "Layla", date: "2023", title: "Gym Member", quote: "Amazing atmosphere and results.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-athlete-black-t-shirt-posing-dumbbell-studio-isolated-gray-background_613910-6608.jpg", imageAlt: "gym member portrait"},
{
id: "3",
name: "Youssef",
date: "2023",
title: "Gym Member",
quote: "Finally found a professional trainer.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-pointing-herself_23-2149219788.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg",
imageAlt: "gym member portrait",
},
id: "3", name: "Youssef", date: "2023", title: "Gym Member", quote: "Finally found a professional trainer.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-pointing-herself_23-2149219788.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "gym member portrait"},
{
id: "4",
name: "Nour",
date: "2023",
title: "Gym Member",
quote: "Spotless and modern facility.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/young-crazy-sports-man-happy-expression_1194-1235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
imageAlt: "gym member portrait",
},
id: "4", name: "Nour", date: "2023", title: "Gym Member", quote: "Spotless and modern facility.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/young-crazy-sports-man-happy-expression_1194-1235.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg", imageAlt: "gym member portrait"},
{
id: "5",
name: "Hassan",
date: "2023",
title: "Gym Member",
quote: "Transformation made easy.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-does-cardio-workout-rehab-bike-gym-selfcare-recovery_169016-71702.jpg?_wi=2",
imageAlt: "gym member portrait",
},
id: "5", name: "Hassan", date: "2023", title: "Gym Member", quote: "Transformation made easy.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-does-cardio-workout-rehab-bike-gym-selfcare-recovery_169016-71702.jpg?_wi=2", imageAlt: "gym member portrait"},
]}
title="Member Success Stories"
description="See why our members trust Gym Time for their transformation journeys."
@@ -346,20 +206,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are the hours?",
content: "We are open 24/7.",
},
id: "q1", title: "What are your operating hours?", content: "Our facility is open 24/7, 365 days a year, ensuring you can train whenever it fits your busy schedule."},
{
id: "q2",
title: "How do I sign up?",
content: "Visit us or register online.",
},
id: "q2", title: "How can I join the club?", content: "You can easily sign up through our online portal by choosing your preferred membership plan, or visit us in person at the front desk to get a tour."},
{
id: "q3",
title: "Are there personal trainers?",
content: "Yes, our elite coaches are ready.",
},
id: "q3", title: "Do you provide personal training?", content: "Yes, we have a team of elite, certified coaches available for 1-on-1 sessions, custom programming, and nutritional guidance to help you reach your goals faster."},
]}
title="Frequently Asked"
faqsAnimation="slide-up"
@@ -371,8 +222,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get Started"
title="Claim Your Free Session"
description="Ready to transform? Join Alexandria's elite gym today."
@@ -385,16 +235,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Gym Time Alexandria"
leftLink={{
text: "Terms",
href: "#",
}}
text: "Terms", href: "#"}}
rightLink={{
text: "Privacy",
href: "#",
}}
text: "Privacy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}