Update src/app/page.tsx

This commit is contained in:
2026-04-25 23:47:04 +00:00
parent e7131c1e26
commit 6417175e0a

View File

@@ -33,122 +33,73 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="962 Fit Club"
button={{
text: "Join Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Unleash Your Potential at 7th Circle"
description="Experience premium fitness at 962 Fit Club, Amman's elite destination for strength, conditioning, and community."
testimonials={[
{
name: "Omar K.",
handle: "@omarfit",
testimonial: "The best gym in Amman! Equipment and atmosphere are unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg?_wi=1",
},
name: "Omar K.", handle: "@omarfit", testimonial: "The best gym in Amman! Equipment and atmosphere are unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg"},
{
name: "Laila S.",
handle: "@lailafitness",
testimonial: "962 Fit Club changed my training routine entirely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-white-man-isolated_53876-40306.jpg",
},
name: "Laila S.", handle: "@lailafitness", testimonial: "962 Fit Club changed my training routine entirely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-white-man-isolated_53876-40306.jpg"},
{
name: "Khalid M.",
handle: "@khalidgainz",
testimonial: "Excellent coaches and community vibes at the 7th circle branch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16550.jpg",
},
name: "Khalid M.", handle: "@khalidgainz", testimonial: "Excellent coaches and community vibes at the 7th circle branch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16550.jpg"},
{
name: "Sara H.",
handle: "@sara_fits",
testimonial: "Incredible space and very professional trainers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148435366.jpg",
},
name: "Sara H.", handle: "@sara_fits", testimonial: "Incredible space and very professional trainers.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148435366.jpg"},
{
name: "Zaid A.",
handle: "@zaid_lifts",
testimonial: "Definitely the gold standard for fitness in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-afro-hairstyle_23-2150677136.jpg",
},
name: "Zaid A.", handle: "@zaid_lifts", testimonial: "Definitely the gold standard for fitness in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-afro-hairstyle_23-2150677136.jpg"},
]}
buttons={[
{
text: "Join Now",
href: "#contact",
},
text: "Join Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
imageAlt="962 Fit Club Gym Interior"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-fitness-woman_171337-13339.jpg",
alt: "Portrait of a smiling fitness woman",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-fitness-woman_171337-13339.jpg", alt: "Portrait of a smiling fitness woman"},
{
src: "http://img.b2bpic.net/free-photo/fitness-woman-doing-squats-gym_1303-13914.jpg",
alt: "Fitness woman doing squats at the gym",
},
src: "http://img.b2bpic.net/free-photo/fitness-woman-doing-squats-gym_1303-13914.jpg", alt: "Fitness woman doing squats at the gym"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg",
alt: "Cheerful dark skinned teenager",
},
src: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg", alt: "Cheerful dark skinned teenager"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman_171337-6275.jpg",
alt: "Portrait of a happy fitness woman",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman_171337-6275.jpg", alt: "Portrait of a happy fitness woman"},
{
src: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg",
alt: "Sporty active woman checking results",
},
src: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg", alt: "Sporty active woman checking results"},
]}
marqueeItems={[
{
type: "text",
text: "24/7 Access",
},
type: "text", text: "24/7 Access"},
{
type: "text",
text: "Elite Coaches",
},
type: "text", text: "Elite Coaches"},
{
type: "text",
text: "Strength Training",
},
type: "text", text: "Strength Training"},
{
type: "text",
text: "HIIT Classes",
},
type: "text", text: "HIIT Classes"},
{
type: "text",
text: "Mobility & Yoga",
},
type: "text", text: "Mobility & Yoga"},
]}
/>
</div>
@@ -161,17 +112,11 @@ export default function LandingPage() {
description="Located in the heart of the 7th circle, 962 Fit Club provides a world-class training environment. Whether you are an athlete or starting your fitness journey, we offer the support you need."
bulletPoints={[
{
title: "Top Tier Equipment",
description: "State-of-the-art strength and cardio gear.",
},
title: "Top Tier Equipment", description: "State-of-the-art strength and cardio gear."},
{
title: "Expert Coaching",
description: "Professional trainers to guide your progress.",
},
title: "Expert Coaching", description: "Professional trainers to guide your progress."},
{
title: "Community Focus",
description: "A supportive environment for all fitness levels.",
},
title: "Community Focus", description: "A supportive environment for all fitness levels."},
]}
imageSrc="http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg"
imageAlt="Gym floor and equipment"
@@ -186,20 +131,11 @@ export default function LandingPage() {
description="Everything you need to reach your health and fitness goals in one central location."
accordionItems={[
{
id: "f1",
title: "Group Classes",
content: "Join our dynamic group workouts designed to challenge and motivate.",
},
id: "f1", title: "Group Classes", content: "Join our dynamic group workouts designed to challenge and motivate."},
{
id: "f2",
title: "Personal Training",
content: "Customized programs based on your personal fitness objectives.",
},
id: "f2", title: "Personal Training", content: "Customized programs based on your personal fitness objectives."},
{
id: "f3",
title: "24/7 Access",
content: "Flexible hours to suit your busy schedule.",
},
id: "f3", title: "24/7 Access", content: "Flexible hours to suit your busy schedule."},
]}
imageSrc="http://img.b2bpic.net/free-photo/training-gym_1098-13888.jpg"
mediaAnimation="slide-up"
@@ -214,25 +150,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
title: "Active Members",
description: "Join our growing fitness family.",
icon: Users,
id: "m1", value: "500+", title: "Active Members", description: "Join our growing fitness family.", icon: Users,
},
{
id: "m2",
value: "12+",
title: "Expert Coaches",
description: "Certified professionals dedicated to you.",
icon: Award,
id: "m2", value: "12+", title: "Expert Coaches", description: "Certified professionals dedicated to you.", icon: Award,
},
{
id: "m3",
value: "24/7",
title: "Facility Access",
description: "Train whenever you need to.",
icon: Clock,
id: "m3", value: "24/7", title: "Facility Access", description: "Train whenever you need to.", icon: Clock,
},
]}
title="Driven by Results"
@@ -247,33 +171,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "g1",
groupTitle: "Fitness Instructors",
members: [
id: "g1", groupTitle: "Fitness Instructors", members: [
{
id: "t1",
title: "Coach Samer",
subtitle: "Strength Specialist",
detail: "Expert in powerlifting.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg",
},
id: "t1", title: "Coach Samer", subtitle: "Strength Specialist", detail: "Expert in powerlifting.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg"},
{
id: "t2",
title: "Coach Dana",
subtitle: "Yoga & Mobility",
detail: "Certified mobility specialist.",
imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
},
id: "t2", title: "Coach Dana", subtitle: "Yoga & Mobility", detail: "Certified mobility specialist.", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg"},
{
id: "t3",
title: "Coach Omar",
subtitle: "HIIT Trainer",
detail: "HIIT conditioning expert.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-616.jpg",
},
id: "t3", title: "Coach Omar", subtitle: "HIIT Trainer", detail: "HIIT conditioning expert.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-616.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg?_wi=2",
imageAlt: "professional fitness coach portrait",
},
]}
title="Meet the Trainers"
@@ -288,45 +193,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sara",
handle: "@sara_fitness",
testimonial: "Best gym in the 7th circle area.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-natural-curly-hairstyle-smiling-positive-emotion-happy-isolated-denim-blue-shirt_285396-134.jpg",
},
id: "t1", name: "Sara", handle: "@sara_fitness", testimonial: "Best gym in the 7th circle area.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-natural-curly-hairstyle-smiling-positive-emotion-happy-isolated-denim-blue-shirt_285396-134.jpg"},
{
id: "t2",
name: "Yousef",
handle: "@yousef_lifts",
testimonial: "The community atmosphere is second to none.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-listening-music-dark-wall_176420-663.jpg",
},
id: "t2", name: "Yousef", handle: "@yousef_lifts", testimonial: "The community atmosphere is second to none.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-listening-music-dark-wall_176420-663.jpg"},
{
id: "t3",
name: "Hana",
handle: "@hana_yoga",
testimonial: "Fantastic trainers and facilities.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg",
},
id: "t3", name: "Hana", handle: "@hana_yoga", testimonial: "Fantastic trainers and facilities.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg"},
{
id: "t4",
name: "Zaid",
handle: "@zaid_sport",
testimonial: "Highly recommended for all levels.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/slim-fitness-brunette-woman-gray-sportswear-posing-studio-isolated-gray-background_613910-5392.jpg",
},
id: "t4", name: "Zaid", handle: "@zaid_sport", testimonial: "Highly recommended for all levels.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/slim-fitness-brunette-woman-gray-sportswear-posing-studio-isolated-gray-background_613910-5392.jpg"},
{
id: "t5",
name: "Muna",
handle: "@muna_wellness",
testimonial: "Love training here, very clean space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg",
},
id: "t5", name: "Muna", handle: "@muna_wellness", testimonial: "Love training here, very clean space.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg"},
]}
showRating={true}
title="Voices from 962"
@@ -340,20 +220,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Where are you located?",
content: "We are located at the 7th circle, Amman, Jordan.",
},
id: "faq1", title: "Where are you located?", content: "We are located at the 7th circle, Amman, Jordan."},
{
id: "faq2",
title: "What are your hours?",
content: "Our facility is open 24/7 for all members.",
},
id: "faq2", title: "What are your hours?", content: "Our facility is open 24/7 for all members."},
{
id: "faq3",
title: "Can I get a guest pass?",
content: "Yes, please contact us or visit the front desk for a trial pass.",
},
id: "faq3", title: "Can I get a guest pass?", content: "Yes, please contact us or visit the front desk for a trial pass."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about joining 962 Fit Club."
@@ -365,8 +236,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Contact Us"
title="Join the 962 Fit Club"
description="Start your journey with us today. Fill out the form to get started."
@@ -382,38 +252,25 @@ export default function LandingPage() {
logoText="962 Fit Club"
columns={[
{
title: "Location",
items: [
title: "Location", items: [
{
label: "7th Circle, Amman",
href: "#",
},
label: "7th Circle, Amman", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Socials",
items: [
title: "Socials", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}