Merge version_1 into main #2
420
src/app/page.tsx
420
src/app/page.tsx
@@ -25,315 +25,129 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Fit Fighter"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Fit Fighter"
|
||||
button={{ text: "Join Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Unleash Your Inner Fighter at Fit Fighter"
|
||||
description="Transform your life with our state-of-the-art facility in Saheed Nagar. Experience elite training in Bhubaneswar's most aesthetic gym environment."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul P.",
|
||||
handle: "@rahulp",
|
||||
testimonial: "Best gym in Bhubaneswar! The vibe is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sita K.",
|
||||
handle: "@sitak",
|
||||
testimonial: "Professional trainers and clean facilities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Amit M.",
|
||||
handle: "@amitm",
|
||||
testimonial: "Fit Fighter helped me reach my fitness goals fast!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Kiran G.",
|
||||
handle: "@kirang",
|
||||
testimonial: "Incredible equipment and atmosphere, highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Arjun R.",
|
||||
handle: "@arjunr",
|
||||
testimonial: "The best place to stay fit in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Training",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699492.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg",
|
||||
alt: "Member 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg",
|
||||
alt: "Member 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg",
|
||||
alt: "Member 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg",
|
||||
alt: "Member 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg",
|
||||
alt: "Member 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our 2000+ happy members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "State-of-the-Art Gear",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Trainers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Focused",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Access",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Saheed Nagar Base",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unleash Your Inner Fighter at Fit Fighter"
|
||||
description="Transform your life with our state-of-the-art facility in Saheed Nagar. Experience elite training in Bhubaneswar's most aesthetic gym environment."
|
||||
testimonials={[
|
||||
{ name: "Rahul P.", handle: "@rahulp", testimonial: "Best gym in Bhubaneswar! The vibe is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg" },
|
||||
{ name: "Sita K.", handle: "@sitak", testimonial: "Professional trainers and clean facilities.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg" },
|
||||
{ name: "Amit M.", handle: "@amitm", testimonial: "Fit Fighter helped me reach my fitness goals fast!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg" },
|
||||
{ name: "Kiran G.", handle: "@kirang", testimonial: "Incredible equipment and atmosphere, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg" },
|
||||
{ name: "Arjun R.", handle: "@arjunr", testimonial: "The best place to stay fit in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Start Training", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699492.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg", alt: "Member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg", alt: "Member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg", alt: "Member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg", alt: "Member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", alt: "Member 5" }
|
||||
]}
|
||||
avatarText="Join our 2000+ happy members"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "State-of-the-Art Gear" },
|
||||
{ type: "text", text: "Certified Trainers" },
|
||||
{ type: "text", text: "Community Focused" },
|
||||
{ type: "text", text: "24/7 Access" },
|
||||
{ type: "text", text: "Saheed Nagar Base" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Personalized training programs by certified fitness experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg",
|
||||
},
|
||||
{
|
||||
title: "Modern Equipment",
|
||||
description: "High-end machines for every fitness requirement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wellness Zone",
|
||||
description: "Dedicated space for yoga, mobility, and recovery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-fitness-still-life_23-2151739175.jpg",
|
||||
},
|
||||
]}
|
||||
title="Why Train With Us"
|
||||
description="We offer world-class amenities designed for your peak performance."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Expert Guidance", description: "Personalized training programs by certified fitness experts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg" },
|
||||
{ title: "Modern Equipment", description: "High-end machines for every fitness requirement.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg" },
|
||||
{ title: "Wellness Zone", description: "Dedicated space for yoga, mobility, and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-fitness-still-life_23-2151739175.jpg" }
|
||||
]}
|
||||
title="Why Train With Us"
|
||||
description="We offer world-class amenities designed for your peak performance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fit Fighter: Your Fitness Home in Bhubaneswar"
|
||||
description="Located in the heart of Saheed Nagar, we are dedicated to helping our community build strength, endurance, and confidence. Join the fight for a better you."
|
||||
metrics={[
|
||||
{
|
||||
value: "2000+",
|
||||
title: "Happy Members",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
title: "Expert Trainers",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Elite Support",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-green-kettlebell_23-2149358150.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fit Fighter: Your Fitness Home in Bhubaneswar"
|
||||
description="Located in the heart of Saheed Nagar, we are dedicated to helping our community build strength, endurance, and confidence. Join the fight for a better you."
|
||||
metrics={[
|
||||
{ value: "2000+", title: "Happy Members" },
|
||||
{ value: "10", title: "Expert Trainers" },
|
||||
{ value: "24/7", title: "Elite Support" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-green-kettlebell_23-2149358150.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya D.",
|
||||
role: "Corporate",
|
||||
company: "Fit Fighter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vikram S.",
|
||||
role: "Student",
|
||||
company: "Fit Fighter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya N.",
|
||||
role: "Entrepreneur",
|
||||
company: "Fit Fighter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kiran G.",
|
||||
role: "Teacher",
|
||||
company: "Fit Fighter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Arjun R.",
|
||||
role: "Tech Professional",
|
||||
company: "Fit Fighter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Transformation Success",
|
||||
},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Member Rating",
|
||||
},
|
||||
]}
|
||||
title="What Our Fighters Say"
|
||||
description="Success stories from our dedicated community."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ananya D.", role: "Corporate", company: "Fit Fighter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-drinking-healthy-ve_1258-105405.jpg" },
|
||||
{ id: "2", name: "Vikram S.", role: "Student", company: "Fit Fighter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332054.jpg" },
|
||||
{ id: "3", name: "Priya N.", role: "Entrepreneur", company: "Fit Fighter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hands-waist-looking-side-isolated-orange-wall_141793-112900.jpg" },
|
||||
{ id: "4", name: "Kiran G.", role: "Teacher", company: "Fit Fighter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-athletic-woman-plank-pose-exercising-strength-health-club_637285-8492.jpg" },
|
||||
{ id: "5", name: "Arjun R.", role: "Tech Professional", company: "Fit Fighter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
{ value: "500+", label: "Transformation Success" },
|
||||
{ value: "4.9/5", label: "Member Rating" }
|
||||
]}
|
||||
title="What Our Fighters Say"
|
||||
description="Success stories from our dedicated community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Join the Fight Today"
|
||||
description="Visit us at Janpath Rd, Saheed Nagar, Bhubaneswar or call us at 074370 04444. Open until 10 PM daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "interest",
|
||||
type: "text",
|
||||
placeholder: "Fitness Goal",
|
||||
required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any specific questions?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-male-ballet-dancer-performing-spotlight_23-2148252993.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Join the Fight Today"
|
||||
description="Visit us at Janpath Rd, Saheed Nagar, Bhubaneswar or call us at 074370 04444. Open until 10 PM daily."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
{ name: "interest", type: "text", placeholder: "Fitness Goal", required: false }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Any specific questions?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-male-ballet-dancer-performing-spotlight_23-2148252993.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Saheed Nagar, Bhubaneswar, 751007",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "074370 04444",
|
||||
href: "tel:07437004444",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Open Daily until 10 PM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Fit Fighter"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Saheed Nagar, Bhubaneswar, 751007", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "074370 04444", href: "tel:07437004444" }] },
|
||||
{ title: "Hours", items: [{ label: "Open Daily until 10 PM", href: "#" }] }
|
||||
]}
|
||||
logoText="Fit Fighter"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user