Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b267aea97c | |||
| 8d6f786ea5 |
373
src/app/page.tsx
373
src/app/page.tsx
@@ -34,142 +34,81 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Programs", id: "programs"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "trainers",
|
||||
},
|
||||
name: "Trainers", id: "trainers"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FITNESS HONOR AREKERE"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="FORGE YOUR HONOR. BUILD YOUR STRENGTH."
|
||||
description="Bangalore's Premier Fitness Destination in Arekere. Experience world-class equipment, elite coaching, and a community that pushes you beyond your limits."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amit R.",
|
||||
handle: "Pro Member",
|
||||
testimonial: "Fitness Honor has changed my lifestyle entirely. The best gym in Arekere!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15896.jpg",
|
||||
},
|
||||
name: "Amit R.", handle: "Pro Member", testimonial: "Fitness Honor has changed my lifestyle entirely. The best gym in Arekere!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15896.jpg"},
|
||||
{
|
||||
name: "Sneha P.",
|
||||
handle: "Elite Member",
|
||||
testimonial: "The trainers here are incredibly professional. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-jogging-city_23-2149270294.jpg",
|
||||
},
|
||||
name: "Sneha P.", handle: "Elite Member", testimonial: "The trainers here are incredibly professional. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-jogging-city_23-2149270294.jpg"},
|
||||
{
|
||||
name: "Rahul K.",
|
||||
handle: "Pro Member",
|
||||
testimonial: "Best equipment and great environment. Simply the best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg",
|
||||
},
|
||||
name: "Rahul K.", handle: "Pro Member", testimonial: "Best equipment and great environment. Simply the best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg"},
|
||||
{
|
||||
name: "Vikram S.",
|
||||
handle: "Elite Member",
|
||||
testimonial: "Unmatched intensity and guidance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-dark-skinned-runner-resting-seaside-after-activity-open-air-sitting-embankment-enjoying-sunset-summer-evening-cheerful-student-spending-his-vacations-exercising-outdoors_273609-1184.jpg",
|
||||
},
|
||||
name: "Vikram S.", handle: "Elite Member", testimonial: "Unmatched intensity and guidance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-dark-skinned-runner-resting-seaside-after-activity-open-air-sitting-embankment-enjoying-sunset-summer-evening-cheerful-student-spending-his-vacations-exercising-outdoors_273609-1184.jpg"},
|
||||
{
|
||||
name: "Ananya D.",
|
||||
handle: "Pro Member",
|
||||
testimonial: "The atmosphere is electric. Love every session.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg",
|
||||
},
|
||||
name: "Ananya D.", handle: "Pro Member", testimonial: "The atmosphere is electric. Love every session.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join for a Free Trial", href: "#contact"},
|
||||
{
|
||||
text: "View Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
text: "View Programs", href: "#programs"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-muscular-young-man-standing-fitness-club_23-2147949572.jpg"
|
||||
imageAlt="gym interior dark moody"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024299.jpg",
|
||||
alt: "Woman training in gym",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024299.jpg", alt: "Woman training in gym"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-muscular-torso-black-white_1098-787.jpg",
|
||||
alt: "Close-up of muscular torso in black and white",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-muscular-torso-black-white_1098-787.jpg", alt: "Close-up of muscular torso in black and white"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fitness-influencer_23-2151564849.jpg",
|
||||
alt: "Portrait of fitness influencer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fitness-influencer_23-2151564849.jpg", alt: "Portrait of fitness influencer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg",
|
||||
alt: "Woman training in gym",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg", alt: "Woman training in gym"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-with-serious-confident-expression-with-arms-crossed-standing-white-background_141793-118126.jpg",
|
||||
alt: "Young fitness girl wearing headband",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-with-serious-confident-expression-with-arms-crossed-standing-white-background_141793-118126.jpg", alt: "Young fitness girl wearing headband"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strength Training",
|
||||
},
|
||||
type: "text", text: "Strength Training"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Yoga & Flex",
|
||||
},
|
||||
type: "text", text: "Yoga & Flex"},
|
||||
{
|
||||
type: "text",
|
||||
text: "HIIT Classes",
|
||||
},
|
||||
type: "text", text: "HIIT Classes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personal Coaching",
|
||||
},
|
||||
type: "text", text: "Personal Coaching"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bodybuilding",
|
||||
},
|
||||
type: "text", text: "Bodybuilding"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,32 +121,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Members",
|
||||
description: "Joining the pack",
|
||||
icon: Users,
|
||||
id: "m1", value: "500+", title: "Members", description: "Joining the pack", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Trainers",
|
||||
description: "Expert guidance",
|
||||
icon: Award,
|
||||
id: "m2", value: "15+", title: "Trainers", description: "Expert guidance", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
title: "Programs",
|
||||
description: "Diverse training",
|
||||
icon: Activity,
|
||||
id: "m3", value: "20+", title: "Programs", description: "Diverse training", icon: Activity,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "5",
|
||||
title: "Years",
|
||||
description: "Excellence legacy",
|
||||
icon: Calendar,
|
||||
id: "m4", value: "5", title: "Years", description: "Excellence legacy", icon: Calendar,
|
||||
},
|
||||
]}
|
||||
title="Fitness Honor by the Numbers"
|
||||
@@ -221,9 +144,7 @@ export default function LandingPage() {
|
||||
title="Why Fitness Honor Arekere?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Our Community",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Our Community", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -235,65 +156,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Strength Training",
|
||||
author: "Power",
|
||||
description: "Build raw strength.",
|
||||
tags: [
|
||||
"weights",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114119.jpg",
|
||||
},
|
||||
id: "p1", title: "Strength Training", author: "Power", description: "Build raw strength.", tags: [
|
||||
"weights"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114119.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Cardio & HIIT",
|
||||
author: "Endurance",
|
||||
description: "Boost heart rate.",
|
||||
tags: [
|
||||
"cardio",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-fitness-model-runs-treadmill-is-engaged-fitness-sport-club_231208-4546.jpg",
|
||||
},
|
||||
id: "p2", title: "Cardio & HIIT", author: "Endurance", description: "Boost heart rate.", tags: [
|
||||
"cardio"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-fitness-model-runs-treadmill-is-engaged-fitness-sport-club_231208-4546.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Yoga & Flex",
|
||||
author: "Zen",
|
||||
description: "Find your flow.",
|
||||
tags: [
|
||||
"yoga",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-sitting-lotus-pose-hall_651396-664.jpg",
|
||||
},
|
||||
id: "p3", title: "Yoga & Flex", author: "Zen", description: "Find your flow.", tags: [
|
||||
"yoga"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-sitting-lotus-pose-hall_651396-664.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
title: "Dance Fitness",
|
||||
author: "High Energy",
|
||||
description: "Feel the beat.",
|
||||
tags: [
|
||||
"zumba",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-barre-group-class_23-2150340895.jpg",
|
||||
},
|
||||
id: "p4", title: "Dance Fitness", author: "High Energy", description: "Feel the beat.", tags: [
|
||||
"zumba"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-barre-group-class_23-2150340895.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
title: "Personal Train",
|
||||
author: "1-on-1",
|
||||
description: "Results driven.",
|
||||
tags: [
|
||||
"coach",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32108.jpg",
|
||||
},
|
||||
id: "p5", title: "Personal Train", author: "1-on-1", description: "Results driven.", tags: [
|
||||
"coach"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32108.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
title: "Weight Loss",
|
||||
author: "Goal",
|
||||
description: "Transform fast.",
|
||||
tags: [
|
||||
"diet",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/determined-woman-with-elastic-rope_23-2147752864.jpg",
|
||||
},
|
||||
id: "p6", title: "Weight Loss", author: "Goal", description: "Transform fast.", tags: [
|
||||
"diet"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/determined-woman-with-elastic-rope_23-2147752864.jpg"},
|
||||
]}
|
||||
title="Our Elite Programs"
|
||||
description="Tailored fitness solutions designed for every goal and every level of fitness."
|
||||
@@ -308,23 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ravi Kumar",
|
||||
role: "Strength & Conditioning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg",
|
||||
},
|
||||
id: "t1", name: "Ravi Kumar", role: "Strength & Conditioning", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Sharma",
|
||||
role: "Yoga & Wellness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-trainer-wrapping-female-boxer-s-hand-preparation-practice_23-2148426154.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya Sharma", role: "Yoga & Wellness", imageSrc: "http://img.b2bpic.net/free-photo/male-trainer-wrapping-female-boxer-s-hand-preparation-practice_23-2148426154.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Arun Das",
|
||||
role: "HIIT & Cardio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg",
|
||||
},
|
||||
id: "t3", name: "Arun Das", role: "HIIT & Cardio", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg"},
|
||||
]}
|
||||
title="Meet Our Coaches"
|
||||
description="Industry experts dedicated to your fitness journey and personal transformation."
|
||||
@@ -338,36 +211,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "₹999/mo",
|
||||
subtitle: "Core essentials",
|
||||
features: [
|
||||
"Gym Access",
|
||||
"Locker Room",
|
||||
],
|
||||
id: "basic", badge: "Entry", price: "₹999/mo", subtitle: "Core essentials", features: [
|
||||
"Gym Access", "Locker Room"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "₹1,799/mo",
|
||||
subtitle: "Advanced fitness",
|
||||
features: [
|
||||
"All Basic",
|
||||
"Group Classes",
|
||||
"Diet Plan",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "₹1,799/mo", subtitle: "Advanced fitness", features: [
|
||||
"All Basic", "Group Classes", "Diet Plan"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Premium",
|
||||
price: "₹2,999/mo",
|
||||
subtitle: "Total Transformation",
|
||||
features: [
|
||||
"All Pro",
|
||||
"Personal Coach",
|
||||
"Nutrition Plan",
|
||||
],
|
||||
id: "elite", badge: "Premium", price: "₹2,999/mo", subtitle: "Total Transformation", features: [
|
||||
"All Pro", "Personal Coach", "Nutrition Plan"],
|
||||
},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -380,30 +233,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16035.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16035.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
|
||||
},
|
||||
id: "2", name: "Michael", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dressed-black-sportswear-baseball-cap-lifts-dumbbell_613910-5628.jpg",
|
||||
},
|
||||
id: "3", name: "Emily", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-dressed-black-sportswear-baseball-cap-lifts-dumbbell_613910-5628.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg",
|
||||
},
|
||||
id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-sporty-woman-squats-outdoors-dressed-sportswear-makes-cardio-workout-morning-keeps-hands-together-concentrated-serious-away-listens-music-via-wireless-headphones-poses-outside_273609-57742.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica", imageSrc: "http://img.b2bpic.net/free-photo/athletic-sporty-woman-squats-outdoors-dressed-sportswear-makes-cardio-workout-morning-keeps-hands-together-concentrated-serious-away-listens-music-via-wireless-headphones-poses-outside_273609-57742.jpg"},
|
||||
]}
|
||||
cardTitle="Member Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -419,41 +257,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Weight Area",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg",
|
||||
},
|
||||
id: "g1", name: "Weight Area", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9241.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Cardio Deck",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-treadmill_1208-277.jpg",
|
||||
},
|
||||
id: "g2", name: "Cardio Deck", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/woman-running-treadmill_1208-277.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Group Classes",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-stretching-hall_651396-686.jpg",
|
||||
},
|
||||
id: "g3", name: "Group Classes", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/group-women-stretching-hall_651396-686.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Boxing Ring",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg",
|
||||
},
|
||||
id: "g4", name: "Boxing Ring", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Yoga Studio",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-doing-yoga-pilates-exercise_1153-5119.jpg",
|
||||
},
|
||||
id: "g5", name: "Yoga Studio", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-doing-yoga-pilates-exercise_1153-5119.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Main Hall",
|
||||
price: "Tour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-gymnastics_23-2150918021.jpg",
|
||||
},
|
||||
id: "g6", name: "Main Hall", price: "Tour", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-gymnastics_23-2150918021.jpg"},
|
||||
]}
|
||||
title="Gym Gallery"
|
||||
description="Take a tour of our state-of-the-art facility."
|
||||
@@ -464,16 +278,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Fitness Journey"
|
||||
description="Fitness Honor Arekere, Arekere Main Road, Bangalore. Call us: +91 98765 43210 or email us at info@fitnesshonorarekere.com."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us Now", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -484,37 +295,23 @@ export default function LandingPage() {
|
||||
logoText="FITNESS HONOR AREKERE"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "Trainers",
|
||||
href: "#trainers",
|
||||
},
|
||||
label: "Trainers", href: "#trainers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -524,4 +321,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user