Update src/app/page.tsx
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -33,69 +33,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Membership", id: "pricing"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="JustGym"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Train Like You Mean It."
|
||||
description="Cairo’s Trusted Premium Fitness Experience. Modern equipment. Expert coaches. Real results."
|
||||
tag="4.5 Stars Trusted"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join JustGym",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join JustGym", href: "#contact"},
|
||||
{
|
||||
text: "Book Tour",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Tour", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699488.jpg",
|
||||
imageAlt: "Gym Facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699488.jpg", imageAlt: "Gym Facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918014.jpg",
|
||||
imageAlt: "Gym Facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151917991.jpg",
|
||||
imageAlt: "Modern and urban gym",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918003.jpg",
|
||||
imageAlt: "Modern and urban gym",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024375.jpg",
|
||||
imageAlt: "Man training in gym",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918014.jpg", imageAlt: "Gym Facility"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -122,40 +91,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Equipment",
|
||||
subtitle: "Two full floors of modern machines",
|
||||
category: "Gym",
|
||||
value: "2 Floors",
|
||||
},
|
||||
id: "1", title: "Premium Equipment", subtitle: "Two full floors of modern machines", category: "Gym", value: "2 Floors"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Coaches",
|
||||
subtitle: "Respected captains & personalized support",
|
||||
category: "Training",
|
||||
value: "Respected",
|
||||
},
|
||||
id: "2", title: "Expert Coaches", subtitle: "Respected captains & personalized support", category: "Training", value: "Respected"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Daily Cleanliness",
|
||||
subtitle: "Spotless environment maintained daily",
|
||||
category: "Facility",
|
||||
value: "100%",
|
||||
},
|
||||
id: "3", title: "Daily Cleanliness", subtitle: "Spotless environment maintained daily", category: "Facility", value: "100%"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Spa Recovery",
|
||||
subtitle: "Train hard, recover better",
|
||||
category: "Wellness",
|
||||
value: "Included",
|
||||
},
|
||||
id: "4", title: "Spa Recovery", subtitle: "Train hard, recover better", category: "Wellness", value: "Included"},
|
||||
{
|
||||
id: "5",
|
||||
title: "24/7 Support",
|
||||
subtitle: "Help whenever you need it",
|
||||
category: "Service",
|
||||
value: "Always",
|
||||
},
|
||||
id: "5", title: "24/7 Support", subtitle: "Help whenever you need it", category: "Service", value: "Always"},
|
||||
]}
|
||||
title="Why Members Love Us"
|
||||
description="We provide a curated environment designed to maximize your potential through elite tools and support."
|
||||
@@ -167,14 +111,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Cairo Fitness",
|
||||
"Power Gym",
|
||||
"Iron Club",
|
||||
"Elite Athletics",
|
||||
"Strength First",
|
||||
"Total Wellness",
|
||||
"Active Living",
|
||||
]}
|
||||
"Cairo Fitness", "Power Gym", "Iron Club", "Elite Athletics", "Strength First", "Total Wellness", "Active Living"]}
|
||||
title="Trusted by the Best"
|
||||
description="Partnerships that drive Cairo's fitness community forward."
|
||||
/>
|
||||
@@ -187,53 +124,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Monthly Access",
|
||||
price: "500 EGP/mo",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Group Sessions",
|
||||
"Modern Amenities",
|
||||
],
|
||||
id: "basic", name: "Monthly Access", price: "500 EGP/mo", features: [
|
||||
"Full Gym Access", "Group Sessions", "Modern Amenities"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "3-Month Transformation",
|
||||
price: "1400 EGP",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Personalized Plan",
|
||||
"Extended Hours",
|
||||
"Coach Check-in",
|
||||
],
|
||||
id: "pro", name: "3-Month Transformation", price: "1400 EGP", features: [
|
||||
"Everything in Basic", "Personalized Plan", "Extended Hours", "Coach Check-in"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
name: "Annual Elite",
|
||||
price: "5000 EGP",
|
||||
features: [
|
||||
"Unlimited Access",
|
||||
"Priority Support",
|
||||
"Spa Included",
|
||||
"Exclusive Perks",
|
||||
],
|
||||
id: "elite", name: "Annual Elite", price: "5000 EGP", features: [
|
||||
"Unlimited Access", "Priority Support", "Spa Included", "Exclusive Perks"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -250,65 +161,17 @@ export default function LandingPage() {
|
||||
title="Gym Insights & Luxury Spaces"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Luxury",
|
||||
title: "Inside JustGym",
|
||||
excerpt: "Explore our premium facility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/instructor-explaining-project-specifics-intern_74855-2018.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "1", category: "Luxury", title: "Inside JustGym", excerpt: "Explore our premium facility.", imageSrc: "http://img.b2bpic.net/free-photo/instructor-explaining-project-specifics-intern_74855-2018.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg", date: "2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Nutrition",
|
||||
title: "Recovery Tips",
|
||||
excerpt: "Fuel your performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-drinking-water_23-2149177991.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/woman-eating-salad-isolated-yellow-background_1303-27054.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "2", category: "Nutrition", title: "Recovery Tips", excerpt: "Fuel your performance.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-drinking-water_23-2149177991.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/woman-eating-salad-isolated-yellow-background_1303-27054.jpg", date: "2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Training",
|
||||
title: "Consistency Matters",
|
||||
excerpt: "Stay on track.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-shoes-white-headphones_23-2148259093.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-sports-attributes-notebook_23-2148259141.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "3", category: "Training", title: "Consistency Matters", excerpt: "Stay on track.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-shoes-white-headphones_23-2148259093.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-sports-attributes-notebook_23-2148259141.jpg", date: "2024"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Wellness",
|
||||
title: "Spa Recovery",
|
||||
excerpt: "Relax and recharge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-brunette-female-colorful-sportswear-stretching-floor-gym-club_613910-1458.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-young-woman-stretching-her-leg-using-block-against-damaged-wall_23-2147941373.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "4", category: "Wellness", title: "Spa Recovery", excerpt: "Relax and recharge.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-brunette-female-colorful-sportswear-stretching-floor-gym-club_613910-1458.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-young-woman-stretching-her-leg-using-block-against-damaged-wall_23-2147941373.jpg", date: "2024"},
|
||||
{
|
||||
id: "5",
|
||||
category: "Community",
|
||||
title: "Join Us",
|
||||
excerpt: "Become a member today.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-athletic-people-sitting-floor-gym_23-2147949636.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/sports-group-standing-white-wall_1157-29582.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "5", category: "Community", title: "Join Us", excerpt: "Become a member today.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-athletic-people-sitting-floor-gym_23-2147949636.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/sports-group-standing-white-wall_1157-29582.jpg", date: "2024"},
|
||||
{
|
||||
id: "6",
|
||||
category: "Special",
|
||||
title: "Ladies Hour",
|
||||
excerpt: "Safe and effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-red-sport-pants-yellow-choes-sitting-near-window-looking-outside_613910-2407.jpg",
|
||||
authorName: "Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-sport-girl-workout-gym-fitness-woman-doing-exercises_627829-9297.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "6", category: "Special", title: "Ladies Hour", excerpt: "Safe and effective.", imageSrc: "http://img.b2bpic.net/free-photo/woman-red-sport-pants-yellow-choes-sitting-near-window-looking-outside_613910-2407.jpg", authorName: "Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-sport-girl-workout-gym-fitness-woman-doing-exercises_627829-9297.jpg", date: "2024"},
|
||||
]}
|
||||
description="A glimpse into the JustGym lifestyle and our premium facilities."
|
||||
/>
|
||||
@@ -320,25 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is there women-only time?",
|
||||
content: "Yes, we provide dedicated hours for women.",
|
||||
},
|
||||
id: "1", title: "Is there women-only time?", content: "Yes, we provide dedicated hours for women."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do beginners need trainers?",
|
||||
content: "Our expert coaches are here to support every step.",
|
||||
},
|
||||
id: "2", title: "Do beginners need trainers?", content: "Our expert coaches are here to support every step."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is spa included?",
|
||||
content: "Yes, spa access is included for our elite members.",
|
||||
},
|
||||
id: "3", title: "Is spa included?", content: "Yes, spa access is included for our elite members."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Membership prices?",
|
||||
content: "We offer flexible, affordable plans for all.",
|
||||
},
|
||||
id: "4", title: "Membership prices?", content: "We offer flexible, affordable plans for all."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -350,8 +201,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Stronger Self Starts Here."
|
||||
description="Join hundreds of members training smarter at JustGym."
|
||||
buttonText="Send Inquiry"
|
||||
@@ -365,25 +215,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user