Merge version_2 into main #6
167
src/app/page.tsx
167
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Hub",
|
||||
id: "/",
|
||||
},
|
||||
name: "Hub", id: "/"},
|
||||
{
|
||||
name: "Find a Gym",
|
||||
id: "/find",
|
||||
},
|
||||
name: "Find a Gym", id: "/find"},
|
||||
{
|
||||
name: "Classes",
|
||||
id: "/training",
|
||||
},
|
||||
name: "Classes", id: "/training"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "/news",
|
||||
},
|
||||
name: "Offers", id: "/news"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
]}
|
||||
brandName="GYM HOUSE SBA"
|
||||
/>
|
||||
@@ -56,47 +46,26 @@ export default function LandingPage() {
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="The Standard of Fitness in SBA."
|
||||
description="Welcome to the unified 7-branch GYM HOUSE SBA network. High-energy, elite, futuristic training."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Pass",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Pass", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=1",
|
||||
imageAlt: "House 06 Tunnel",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=1", imageAlt: "House 06 Tunnel"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=2",
|
||||
imageAlt: "Facility Tour",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=2", imageAlt: "Facility Tour"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=3",
|
||||
imageAlt: "Training Tech",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=3", imageAlt: "Training Tech"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=4",
|
||||
imageAlt: "Elite Coaches",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=4", imageAlt: "Elite Coaches"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=5",
|
||||
imageAlt: "Community",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=5", imageAlt: "Community"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=6",
|
||||
imageAlt: "Transformation",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=6", imageAlt: "Transformation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,12 +75,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"House 01 Wiam",
|
||||
"House 03 Ibn Zaydoun",
|
||||
"House 06 Tunnel",
|
||||
"House 07 Labremer",
|
||||
"House 02 Al-Wafaa",
|
||||
]}
|
||||
"House 01 Wiam", "House 03 Ibn Zaydoun", "House 06 Tunnel", "House 07 Labremer", "House 02 Al-Wafaa"]}
|
||||
title="The Unified Standard"
|
||||
description="Rated 4.8/5 across the network. Home away from home."
|
||||
/>
|
||||
@@ -121,26 +85,13 @@ export default function LandingPage() {
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "all-access",
|
||||
tag: "Recommended",
|
||||
price: "3500 DA",
|
||||
period: "/ month",
|
||||
description: "Total network access",
|
||||
button: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included Access:",
|
||||
features: [
|
||||
"All 7 Branches",
|
||||
"All Classes",
|
||||
"Gym Floor Access",
|
||||
"Swimming Pool",
|
||||
"Nutrition Plans",
|
||||
],
|
||||
id: "all-access", tag: "Recommended", price: "3500 DA", period: "/ month", description: "Total network access", button: {
|
||||
text: "Join Now", href: "#contact"},
|
||||
featuresTitle: "Included Access:", features: [
|
||||
"All 7 Branches", "All Classes", "Gym Floor Access", "Swimming Pool", "Nutrition Plans"],
|
||||
},
|
||||
]}
|
||||
title="All-Access Membership"
|
||||
@@ -152,67 +103,39 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Member Success Stories"
|
||||
description="Join the elite community of SBA."
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmed",
|
||||
handle: "@ahmedgym",
|
||||
testimonial: "Best gym in the city!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=7",
|
||||
},
|
||||
id: "t1", name: "Ahmed", handle: "@ahmedgym", testimonial: "Best gym in the city!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg?_wi=7"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah",
|
||||
handle: "@sarahfit",
|
||||
testimonial: "The swimming pool is top notch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-spa_23-2148000362.jpg?_wi=1",
|
||||
},
|
||||
id: "t2", name: "Sarah", handle: "@sarahfit", testimonial: "The swimming pool is top notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-spa_23-2148000362.jpg?_wi=1"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Karim",
|
||||
handle: "@k_gym",
|
||||
testimonial: "Professional boxing coaches.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coach-helping-kids_23-2150363729.jpg?_wi=1",
|
||||
},
|
||||
id: "t3", name: "Karim", handle: "@k_gym", testimonial: "Professional boxing coaches.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coach-helping-kids_23-2150363729.jpg?_wi=1"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mina",
|
||||
handle: "@minapower",
|
||||
testimonial: "Great community and vibes.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg?_wi=1",
|
||||
},
|
||||
id: "t4", name: "Mina", handle: "@minapower", testimonial: "Great community and vibes.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197730.jpg?_wi=1"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Yassine",
|
||||
handle: "@yassine_train",
|
||||
testimonial: "Fantastic facilities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg?_wi=1",
|
||||
},
|
||||
id: "t5", name: "Yassine", handle: "@yassine_train", testimonial: "Fantastic facilities.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sitting-studio-near-gray-wall_158538-3601.jpg?_wi=1"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-footer" data-section="contact-footer">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Call SBA HQ for immediate membership activation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call SBA HQ",
|
||||
href: "tel:000000000",
|
||||
},
|
||||
text: "Call SBA HQ", href: "tel:000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,29 +144,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Network",
|
||||
items: [
|
||||
title: "Network", items: [
|
||||
{
|
||||
label: "Branches",
|
||||
href: "/find",
|
||||
},
|
||||
label: "Branches", href: "/find"},
|
||||
{
|
||||
label: "Classes",
|
||||
href: "/training",
|
||||
},
|
||||
label: "Classes", href: "/training"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Offers",
|
||||
items: [
|
||||
title: "Offers", items: [
|
||||
{
|
||||
label: "Promotions",
|
||||
href: "/news",
|
||||
},
|
||||
label: "Promotions", href: "/news"},
|
||||
{
|
||||
label: "Ramadan Hours",
|
||||
href: "/news",
|
||||
},
|
||||
label: "Ramadan Hours", href: "/news"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -254,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #39FF14;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #f5f5f5;
|
||||
--accent: #39FF14;
|
||||
--background-accent: #2a2a2a;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user