Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -29,68 +29,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Memberships",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Memberships", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AGAPE FITNESS"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="TRAIN WITH THE ELITE."
|
||||
description="Bengaluru’s premier destination for Men’s Physique and Classic Physique. Led by International Athletes. Proven by Pro Cards."
|
||||
buttons={[
|
||||
{
|
||||
text: "START YOUR JOURNEY",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "START YOUR JOURNEY", href: "#contact"},
|
||||
{
|
||||
text: "VIEW MEMBERSHIPS",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "VIEW MEMBERSHIPS", href: "#pricing"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-doing-crossfit-workout_23-2149080503.jpg",
|
||||
imageAlt: "Elite training session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-doing-crossfit-workout_23-2149080503.jpg", imageAlt: "Elite training session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699508.jpg?_wi=1",
|
||||
imageAlt: "Modern training facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699508.jpg?_wi=1", imageAlt: "Modern training facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-box-studio_23-2147752902.jpg?_wi=1",
|
||||
imageAlt: "Competition prep",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-box-studio_23-2147752902.jpg?_wi=1", imageAlt: "Competition prep"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gym-bicycle_23-2148353066.jpg?_wi=1",
|
||||
imageAlt: "High-end equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gym-bicycle_23-2148353066.jpg?_wi=1", imageAlt: "High-end equipment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450143.jpg?_wi=1",
|
||||
imageAlt: "Professional athlete portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450143.jpg?_wi=1", imageAlt: "Professional athlete portrait"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,26 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Transformation Excellence",
|
||||
description: "Personalized coaching for lifestyle changes and body composition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699508.jpg?_wi=2",
|
||||
titleIconSrc: "Dumbbell",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Transformation Excellence", description: "Personalized coaching for lifestyle changes and body composition.", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699508.jpg?_wi=2", titleIconSrc: "Dumbbell", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Contest Prep",
|
||||
description: "The Agape blueprint for Classic and Men’s Physique athletes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-box-studio_23-2147752902.jpg?_wi=2",
|
||||
titleIconSrc: "Award",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Contest Prep", description: "The Agape blueprint for Classic and Men’s Physique athletes.", imageSrc: "http://img.b2bpic.net/free-photo/woman-practicing-box-studio_23-2147752902.jpg?_wi=2", titleIconSrc: "Award", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Elite Facilities",
|
||||
description: "High-end equipment designed for biomechanical precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gym-bicycle_23-2148353066.jpg?_wi=2",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Elite Facilities", description: "High-end equipment designed for biomechanical precision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-gym-bicycle_23-2148353066.jpg?_wi=2", titleIconSrc: "Zap", buttonText: "Learn More"},
|
||||
]}
|
||||
title="TRAINING PILLARS"
|
||||
description="The Agape blueprint for elite physique evolution."
|
||||
@@ -137,40 +97,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_fit",
|
||||
testimonial: "The attention to detail here is unmatched. Finally, a gym that speaks pro language.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450143.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_fit", testimonial: "The attention to detail here is unmatched. Finally, a gym that speaks pro language.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450143.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@mike_physique",
|
||||
testimonial: "Agape helped me secure my first podium finish. The coaching is world-class.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-cool-confident-young-afro-american-20-year-old-man-wearing-white-sleeveless-t-shirt-posing-isolated-handsome-serious-dark-skinned-guy-with-muscular-shoulders-resting-indoors_343059-403.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@mike_physique", testimonial: "Agape helped me secure my first podium finish. The coaching is world-class.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-cool-confident-young-afro-american-20-year-old-man-wearing-white-sleeveless-t-shirt-posing-isolated-handsome-serious-dark-skinned-guy-with-muscular-shoulders-resting-indoors_343059-403.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_lifts",
|
||||
testimonial: "The culture is intense, professional, and genuinely supportive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-smiling-female-friends-looking-each-other-gym_23-2147949510.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emily_lifts", testimonial: "The culture is intense, professional, and genuinely supportive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-smiling-female-friends-looking-each-other-gym_23-2147949510.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@dave_pro",
|
||||
testimonial: "If you want to evolve, this is the only place to train in Bengaluru.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19218.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@dave_pro", testimonial: "If you want to evolve, this is the only place to train in Bengaluru.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19218.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jess_pro",
|
||||
testimonial: "True elite mentality. The facilities and guidance are top-tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-with-braided-hair-wearing-sportswear-arm-band-very-happy-excited-doing-winner-gesture-with-arms-raised-smiling-screaming-success-celebration-concept_839833-29548.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jess_pro", testimonial: "True elite mentality. The facilities and guidance are top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-with-braided-hair-wearing-sportswear-arm-band-very-happy-excited-doing-winner-gesture-with-arms-raised-smiling-screaming-success-celebration-concept_839833-29548.jpg"},
|
||||
]}
|
||||
title="WALL OF GLORY"
|
||||
description="Where next-gen athletes are evolving."
|
||||
@@ -184,53 +119,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Standard",
|
||||
price: "₹3,999",
|
||||
period: "/mo",
|
||||
description: "Access to elite equipment.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Standard Perks",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Biometric entry",
|
||||
"Locker usage",
|
||||
],
|
||||
id: "pro", tag: "Standard", price: "₹3,999", period: "/mo", description: "Access to elite equipment.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Standard Perks", features: [
|
||||
"Full gym access", "Biometric entry", "Locker usage"],
|
||||
},
|
||||
{
|
||||
id: "athlete",
|
||||
tag: "Recommended",
|
||||
price: "₹10,999",
|
||||
period: "/qtr",
|
||||
description: "Includes professional assessment.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Athlete Edge",
|
||||
features: [
|
||||
"Initial assessment",
|
||||
"Form correction",
|
||||
"Community access",
|
||||
],
|
||||
id: "athlete", tag: "Recommended", price: "₹10,999", period: "/qtr", description: "Includes professional assessment.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Athlete Edge", features: [
|
||||
"Initial assessment", "Form correction", "Community access"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
tag: "Best Value",
|
||||
price: "₹39,999",
|
||||
period: "/yr",
|
||||
description: "Dedicated pro-mentorship.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Agape Elite",
|
||||
features: [
|
||||
"1-on-1 mentorship",
|
||||
"Custom programming",
|
||||
"Contest roadmap",
|
||||
"Priority booking",
|
||||
],
|
||||
id: "elite", tag: "Best Value", price: "₹39,999", period: "/yr", description: "Dedicated pro-mentorship.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Agape Elite", features: [
|
||||
"1-on-1 mentorship", "Custom programming", "Contest roadmap", "Priority booking"],
|
||||
},
|
||||
]}
|
||||
title="MEMBERSHIP TIERS"
|
||||
@@ -242,20 +146,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="GET IN TOUCH"
|
||||
title="EVOLVE YOUR PHYSIQUE TODAY"
|
||||
description="Visit Agape Fitness Zone at Radiant Shine Southern Block or call our team directly to discuss your goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 099163 39233",
|
||||
href: "tel:+919916339233",
|
||||
},
|
||||
text: "Call 099163 39233", href: "tel:+919916339233"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -264,42 +163,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Yelenahalli, Bengaluru",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Sat: 5AM-10PM",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sunday: Closed",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "099163 39233",
|
||||
href: "tel:+919916339233",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="AGAPE FITNESS"
|
||||
copyrightText="© 2025 Agape Fitness Zone | Bengaluru"
|
||||
copyrightText="© 2025 Agape Fitness Zone | Bengaluru. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user