Merge version_1 into main #2
266
src/app/page.tsx
266
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Equipment",
|
||||
id: "products",
|
||||
},
|
||||
name: "Equipment", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="UCAN Fitness"
|
||||
/>
|
||||
@@ -66,37 +54,23 @@ export default function LandingPage() {
|
||||
description="Experience Jordan's most modern training facility. High-end equipment, professional coaches, and a motivating atmosphere await you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Today",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Join Today", href: "#pricing"},
|
||||
{
|
||||
text: "Tour Gym",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Tour Gym", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg"
|
||||
imageAlt="Gym interior showing modern equipment"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/strong-legs-exercising-couple_329181-14159.jpg",
|
||||
alt: "Exercising member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/strong-legs-exercising-couple_329181-14159.jpg", alt: "Exercising member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg",
|
||||
alt: "Exercising member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg", alt: "Exercising member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg",
|
||||
alt: "Exercising member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg", alt: "Exercising member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stationary-bike_23-2148017333.jpg",
|
||||
alt: "Exercising member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stationary-bike_23-2148017333.jpg", alt: "Exercising member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg",
|
||||
alt: "Gym interior showing modern equipment",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", alt: "Gym interior showing modern equipment"},
|
||||
]}
|
||||
avatarText="Join our 2000+ member community"
|
||||
/>
|
||||
@@ -109,23 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Modern Equipment",
|
||||
description: "Cutting-edge fitness technology from global leading brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Modern Equipment", description: "Cutting-edge fitness technology from global leading brands.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Motivating Atmosphere",
|
||||
description: "A social, respectful community environment that keeps you focused.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerobics-adult-athlete-active_1303-877.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Motivating Atmosphere", description: "A social, respectful community environment that keeps you focused.", tag: "Community", imageSrc: "http://img.b2bpic.net/free-photo/aerobics-adult-athlete-active_1303-877.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Expert Coaches",
|
||||
description: "Professional trainers available to guide and support your goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-personal-trainer-helping-woman-working-with-heavy-dumbbells-gym_651396-1074.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Expert Coaches", description: "Professional trainers available to guide and support your goals.", tag: "Guidance", imageSrc: "http://img.b2bpic.net/free-photo/male-personal-trainer-helping-woman-working-with-heavy-dumbbells-gym_651396-1074.jpg"},
|
||||
]}
|
||||
title="Why Choose UCAN?"
|
||||
description="We offer a superior gym experience with top-tier facilities and services designed for every member."
|
||||
@@ -140,47 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Strength Training",
|
||||
price: "High-End",
|
||||
variant: "Machines",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-swings-her-back-exercise-machine_169016-63277.jpg",
|
||||
},
|
||||
id: "p1", name: "Strength Training", price: "High-End", variant: "Machines", imageSrc: "http://img.b2bpic.net/free-photo/girl-swings-her-back-exercise-machine_169016-63277.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cardio Area",
|
||||
price: "Spacious",
|
||||
variant: "Cardio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg",
|
||||
},
|
||||
id: "p2", name: "Cardio Area", price: "Spacious", variant: "Cardio", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Free Weights",
|
||||
price: "Organized",
|
||||
variant: "Weights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg",
|
||||
},
|
||||
id: "p3", name: "Free Weights", price: "Organized", variant: "Weights", imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Functional Training",
|
||||
price: "Versatile",
|
||||
variant: "Open Space",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-138086.jpg",
|
||||
},
|
||||
id: "p4", name: "Functional Training", price: "Versatile", variant: "Open Space", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-138086.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Recovery Zone",
|
||||
price: "Modern",
|
||||
variant: "Wellness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-s-foot-steps-into-pool_169016-22243.jpg",
|
||||
},
|
||||
id: "p5", name: "Recovery Zone", price: "Modern", variant: "Wellness", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-s-foot-steps-into-pool_169016-22243.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Stretching Station",
|
||||
price: "Dedicated",
|
||||
variant: "Flexibility",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-side-plank-pose_1163-2146.jpg",
|
||||
},
|
||||
id: "p6", name: "Stretching Station", price: "Dedicated", variant: "Flexibility", imageSrc: "http://img.b2bpic.net/free-photo/woman-side-plank-pose_1163-2146.jpg"},
|
||||
]}
|
||||
title="World-Class Equipment"
|
||||
description="We pride ourselves on providing the best machinery in Jordan for all training types."
|
||||
@@ -194,52 +126,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Monthly",
|
||||
price: "45 JOD",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Equipment Usage",
|
||||
"Locker Room",
|
||||
],
|
||||
id: "basic", name: "Monthly", price: "45 JOD", features: [
|
||||
"Full Gym Access", "Equipment Usage", "Locker Room"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Quarterly",
|
||||
price: "120 JOD",
|
||||
badge: "Popular",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Priority Support",
|
||||
"Group Classes",
|
||||
],
|
||||
id: "pro", name: "Quarterly", price: "120 JOD", badge: "Popular", features: [
|
||||
"Full Gym Access", "Priority Support", "Group Classes"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "annual",
|
||||
name: "Annual",
|
||||
price: "400 JOD",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"All Benefits",
|
||||
"Trainer Sessions",
|
||||
],
|
||||
id: "annual", name: "Annual", price: "400 JOD", features: [
|
||||
"Full Gym Access", "All Benefits", "Trainer Sessions"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Choose Plan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -255,26 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "227+",
|
||||
title: "Customer Reviews",
|
||||
description: "Highly rated by our members.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg",
|
||||
},
|
||||
id: "m1", value: "227+", title: "Customer Reviews", description: "Highly rated by our members.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.6",
|
||||
title: "Rating",
|
||||
description: "Consistency in quality and service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-dressing-room-gym_329181-13268.jpg",
|
||||
},
|
||||
id: "m2", value: "4.6", title: "Rating", description: "Consistency in quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-dressing-room-gym_329181-13268.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Modern Tech",
|
||||
description: "Updated fitness machines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-doing-fitness-with-vr-glasses_23-2150542528.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Modern Tech", description: "Updated fitness machines.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-doing-fitness-with-vr-glasses_23-2150542528.jpg"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our gym has grown to become a cornerstone of the fitness community in Amman."
|
||||
@@ -288,50 +180,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah_fit",
|
||||
testimonial: "The best equipment in Jordan. Period.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114147.jpg",
|
||||
imageAlt: "3d gym equipment",
|
||||
},
|
||||
id: "t1", name: "Sarah", handle: "@sarah_fit", testimonial: "The best equipment in Jordan. Period.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114147.jpg", imageAlt: "3d gym equipment"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohammad",
|
||||
handle: "@mo_train",
|
||||
testimonial: "Professional staff and manager.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=2",
|
||||
imageAlt: "3d gym equipment",
|
||||
},
|
||||
id: "t2", name: "Mohammad", handle: "@mo_train", testimonial: "Professional staff and manager.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", imageAlt: "3d gym equipment"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ali",
|
||||
handle: "@ali_life",
|
||||
testimonial: "Great atmosphere for serious training.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg?_wi=2",
|
||||
imageAlt: "3d gym equipment",
|
||||
},
|
||||
id: "t3", name: "Ali", handle: "@ali_life", testimonial: "Great atmosphere for serious training.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg", imageAlt: "3d gym equipment"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Laila",
|
||||
handle: "@laila_run",
|
||||
testimonial: "Very modern machines and spacious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerobics-adult-athlete-active_1303-877.jpg?_wi=2",
|
||||
imageAlt: "3d gym equipment",
|
||||
},
|
||||
id: "t4", name: "Laila", handle: "@laila_run", testimonial: "Very modern machines and spacious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerobics-adult-athlete-active_1303-877.jpg", imageAlt: "3d gym equipment"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Omar",
|
||||
handle: "@omar_g",
|
||||
testimonial: "My favorite gym to date.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-personal-trainer-helping-woman-working-with-heavy-dumbbells-gym_651396-1074.jpg?_wi=2",
|
||||
imageAlt: "3d gym equipment",
|
||||
},
|
||||
id: "t5", name: "Omar", handle: "@omar_g", testimonial: "My favorite gym to date.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-personal-trainer-helping-woman-working-with-heavy-dumbbells-gym_651396-1074.jpg", imageAlt: "3d gym equipment"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Members Say"
|
||||
@@ -345,20 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are there trainers available?",
|
||||
content: "Yes, our trainers are helpful and supportive.",
|
||||
},
|
||||
id: "f1", title: "Are there trainers available?", content: "Yes, our trainers are helpful and supportive."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the music loud?",
|
||||
content: "No, we maintain a respectful environment.",
|
||||
},
|
||||
id: "f2", title: "Is the music loud?", content: "No, we maintain a respectful environment."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there parking available?",
|
||||
content: "We have limited parking spaces on site.",
|
||||
},
|
||||
id: "f3", title: "Is there parking available?", content: "We have limited parking spaces on site."},
|
||||
]}
|
||||
title="FAQs"
|
||||
description="Answers to commonly asked questions about our facility."
|
||||
@@ -370,16 +223,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Transform?"
|
||||
description="Visit us at our Khalda branch or contact our team to learn more about memberships."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -390,25 +240,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Membership", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Training",
|
||||
href: "#",
|
||||
},
|
||||
label: "Training", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user