Merge version_1 into main #1
227
src/app/page.tsx
227
src/app/page.tsx
@@ -30,39 +30,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
href: "#hero",
|
||||
name: "Home", id: "hero"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
name: "Features", id: "features"
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
href: "#gallery",
|
||||
name: "Gallery", id: "gallery"
|
||||
},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "plans",
|
||||
href: "#plans",
|
||||
name: "Plans", id: "plans"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
text: "Start Now",
|
||||
href: "#contact",
|
||||
text: "Start Now", href: "#contact"
|
||||
}}
|
||||
brandName="ACADEMIA BLACK FITNESS"
|
||||
/>
|
||||
@@ -71,7 +58,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
title="TRAIN LIKE YOU MEAN IT."
|
||||
description="The most complete gym experience in Campo Grande — structure, professionals, and results."
|
||||
@@ -79,24 +66,20 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "🔥 Start Now",
|
||||
href: "#plans",
|
||||
text: "🔥 Start Now", href: "#plans"
|
||||
},
|
||||
{
|
||||
text: "📍 Visit the Gym",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "📍 Visit the Gym", href: "#contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111593.jpg",
|
||||
videoAriaLabel: "Intense gym training video",
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111593.jpg", videoAriaLabel: "Intense gym training video"
|
||||
},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg",
|
||||
videoAriaLabel: "Dynamic fitness workout video",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg", videoAriaLabel: "Dynamic fitness workout video"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,9 +92,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "NOT JUST A GYM. A PERFORMANCE ENVIRONMENT.",
|
||||
},
|
||||
type: "text", content: "NOT JUST A GYM. A PERFORMANCE ENVIRONMENT."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,46 +105,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Weight Training Area",
|
||||
description: "Heavy-duty environment, freedom to train hard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/background-people-training-get-healthy_23-2147792076.jpg",
|
||||
imageAlt: "Dumbbell icon",
|
||||
title: "Weight Training Area", description: "Heavy-duty environment, freedom to train hard.", imageSrc: "http://img.b2bpic.net/free-vector/background-people-training-get-healthy_23-2147792076.jpg", imageAlt: "Dumbbell icon"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Functional Training Zone",
|
||||
description: "Modern, dynamic, intense workouts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-frame-with-pink-sports-attributes_23-2148259106.jpg",
|
||||
imageAlt: "Kettlebell icon",
|
||||
title: "Functional Training Zone", description: "Modern, dynamic, intense workouts.", imageSrc: "http://img.b2bpic.net/free-photo/view-frame-with-pink-sports-attributes_23-2148259106.jpg", imageAlt: "Kettlebell icon"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Dance Classes",
|
||||
description: "Energy, rhythm, and conditioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dance-class-landing-page-template_23-2148856790.jpg",
|
||||
imageAlt: "Music note icon",
|
||||
title: "Dance Classes", description: "Energy, rhythm, and conditioning.", imageSrc: "http://img.b2bpic.net/free-psd/dance-class-landing-page-template_23-2148856790.jpg", imageAlt: "Music note icon"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Pool Area",
|
||||
description: "Recovery + performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/swimming-pool-bath-isometric-view_1284-21820.jpg",
|
||||
imageAlt: "Swimming pool icon",
|
||||
title: "Pool Area", description: "Recovery + performance.", imageSrc: "http://img.b2bpic.net/free-vector/swimming-pool-bath-isometric-view_1284-21820.jpg", imageAlt: "Swimming pool icon"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Expert Guidance",
|
||||
description: "Real instructors. Real knowledge. Real results. Our instructors don’t just teach — they live the lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internship-training-infographic_23-2148729795.jpg",
|
||||
imageAlt: "Personal trainer icon",
|
||||
title: "Expert Guidance", description: "Real instructors. Real knowledge. Real results. Our instructors don’t just teach — they live the lifestyle.", imageSrc: "http://img.b2bpic.net/free-vector/internship-training-infographic_23-2148729795.jpg", imageAlt: "Personal trainer icon"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Personalized Attention",
|
||||
description: "Benefit from personalized attention, technique correction, constant support, and a motivational environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/friends-participating-stop-racism-movement_23-2148583025.jpg",
|
||||
imageAlt: "Coaching icon",
|
||||
},
|
||||
title: "Personalized Attention", description: "Benefit from personalized attention, technique correction, constant support, and a motivational environment.", imageSrc: "http://img.b2bpic.net/free-vector/friends-participating-stop-racism-movement_23-2148583025.jpg", imageAlt: "Coaching icon"
|
||||
}
|
||||
]}
|
||||
title="Unleash Your Potential"
|
||||
description="Explore the diverse training options and expert guidance that define the Academia Black Fitness experience."
|
||||
@@ -179,64 +143,35 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
brand: "Gym",
|
||||
name: "Weight Training Area",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-3832.jpg",
|
||||
id: "g1", brand: "Gym", name: "Weight Training Area", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-3832.jpg"
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
brand: "Gym",
|
||||
name: "Functional Training",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024290.jpg",
|
||||
id: "g2", brand: "Gym", name: "Functional Training", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024290.jpg"
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
brand: "Gym",
|
||||
name: "Group Classes",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-sporty-man-wearing-headband-wristbands-holding-dumbbells-isolated-white-wall_141793-101174.jpg",
|
||||
id: "g3", brand: "Gym", name: "Group Classes", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-sporty-man-wearing-headband-wristbands-holding-dumbbells-isolated-white-wall_141793-101174.jpg"
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
brand: "Gym",
|
||||
name: "Expert Guidance",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561914.jpg",
|
||||
id: "g4", brand: "Gym", name: "Expert Guidance", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561914.jpg"
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
brand: "Gym",
|
||||
name: "Modern Equipment",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077708.jpg",
|
||||
id: "g5", brand: "Gym", name: "Modern Equipment", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077708.jpg"
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
brand: "Gym",
|
||||
name: "Dedicated Space",
|
||||
price: "",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gym_23-2148024281.jpg",
|
||||
},
|
||||
id: "g6", brand: "Gym", name: "Dedicated Space", price: "", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/man-gym_23-2148024281.jpg"
|
||||
}
|
||||
]}
|
||||
title="Visualizing Victory"
|
||||
description="Step inside Academia Black Fitness and see where transformations are forged."
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -247,44 +182,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Basic Plan",
|
||||
price: "Starting at $XX.XX",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Weight training",
|
||||
"Professional guidance",
|
||||
id: "basic", name: "Basic Plan", price: "Starting at $XX.XX", features: [
|
||||
"Full gym access", "Weight training", "Professional guidance"
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "🔥 Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
text: "🔥 Join Now", href: "#contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
name: "Premium Plan",
|
||||
price: "Starting at $YY.YY",
|
||||
features: [
|
||||
"Everything included in Basic",
|
||||
"Functional classes",
|
||||
"Dance classes",
|
||||
"Pool access",
|
||||
"Priority support",
|
||||
id: "premium", name: "Premium Plan", price: "Starting at $YY.YY", features: [
|
||||
"Everything included in Basic", "Functional classes", "Dance classes", "Pool access", "Priority support"
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "🔥 Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
text: "🔥 Join Now", href: "#contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="START YOUR TRANSFORMATION TODAY"
|
||||
description="Prices that fit your reality. Results that change your life."
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,7 +214,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Your Evolution, Our Priority"
|
||||
title="COME TRAIN WITH US."
|
||||
@@ -309,52 +231,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
label: "Home", href: "#hero"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
label: "Features", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#plans",
|
||||
},
|
||||
],
|
||||
label: "Pricing", href: "#plans"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
label: "Contact Us", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
],
|
||||
label: "WhatsApp", href: "https://wa.me/yournumber"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="ACADEMIA BLACK FITNESS"
|
||||
copyrightText="© 2024 | Academia Black Fitness. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user