Update src/app/page.tsx
This commit is contained in:
318
src/app/page.tsx
318
src/app/page.tsx
@@ -32,121 +32,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Overview", id: "#hero" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Hardcore Gym"
|
||||
button={{ text: "Join Today", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Unleash Your True Potential at Hardcore Gym"
|
||||
description="Experience Patna's most advanced fitness environment with top-tier equipment and expert coaching designed for every level."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Equipments are good, environment is great, it's super clean with great staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024357.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anjali Singh",
|
||||
handle: "@anjalis",
|
||||
testimonial: "Best place for workout for the beginners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-weights-shelf_23-2148656568.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram Kumar",
|
||||
handle: "@vikramk",
|
||||
testimonial: "The trainers are knowledgeable, supportive, and always push you to do your best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128390.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyas",
|
||||
testimonial: "Incredible energy and support from the trainers every single session.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-with-equipment_23-2147688154.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit Kumar",
|
||||
handle: "@amitk",
|
||||
testimonial: "The best investment I've made for my health and fitness journey.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-man-exercising-gym_1098-13743.jpg",
|
||||
},
|
||||
{ name: "Rahul Verma", handle: "@rahulv", testimonial: "Equipments are good, environment is great, it's super clean with great staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024357.jpg" },
|
||||
{ name: "Anjali Singh", handle: "@anjalis", testimonial: "Best place for workout for the beginners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gym-weights-shelf_23-2148656568.jpg" },
|
||||
{ name: "Vikram Kumar", handle: "@vikramk", testimonial: "The trainers are knowledgeable, supportive, and always push you to do your best.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128390.jpg" },
|
||||
{ name: "Priya Sharma", handle: "@priyas", testimonial: "Incredible energy and support from the trainers every single session.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-with-equipment_23-2147688154.jpg" },
|
||||
{ name: "Amit Kumar", handle: "@amitk", testimonial: "The best investment I've made for my health and fitness journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brutal-man-exercising-gym_1098-13743.jpg" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg"
|
||||
imageAlt="modern gym interior weight area"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hard-all-that-girl-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16528.jpg",
|
||||
alt: "Member Avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-exercising-with-dumbbells_23-2147778433.jpg",
|
||||
alt: "Member Avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg",
|
||||
alt: "Member Avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg",
|
||||
alt: "Member Avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg",
|
||||
alt: "Member Avatar 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/hard-all-that-girl-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16528.jpg", alt: "Member Avatar 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-exercising-with-dumbbells_23-2147778433.jpg", alt: "Member Avatar 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg", alt: "Member Avatar 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", alt: "Member Avatar 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg", alt: "Member Avatar 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cardio Zone",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Weight Training",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Yoga Classes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nutrition Plans",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personal Training",
|
||||
},
|
||||
{ type: "text", text: "Cardio Zone" },
|
||||
{ type: "text", text: "Weight Training" },
|
||||
{ type: "text", text: "Yoga Classes" },
|
||||
{ type: "text", text: "Nutrition Plans" },
|
||||
{ type: "text", text: "Personal Training" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,7 +83,7 @@ export default function LandingPage() {
|
||||
description="Located conveniently at Nehru Nagar, Near Police Station, Hardcore Gym provides a premier fitness space equipped with the latest technology for all your training needs."
|
||||
subdescription="Our mission is to help you achieve your personal fitness goals through comprehensive training, nutritional guidance, and a supportive community."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,21 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"General inactivity",
|
||||
"Lack of professional guidance",
|
||||
"Poor quality equipment",
|
||||
"Inconsistent training routine",
|
||||
"Lack of motivational environment",
|
||||
],
|
||||
"General inactivity", "Lack of professional guidance", "Poor quality equipment", "Inconsistent training routine", "Lack of motivational environment"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Professional Personal Training",
|
||||
"Yoga Classes for Wellness",
|
||||
"Specialized Weight Training",
|
||||
"Nutrition Consulting",
|
||||
"Advanced Recovery Sessions",
|
||||
],
|
||||
"Professional Personal Training", "Yoga Classes for Wellness", "Specialized Weight Training", "Nutrition Consulting", "Advanced Recovery Sessions"],
|
||||
}}
|
||||
title="Comprehensive Fitness Services"
|
||||
description="Our diverse range of programs caters to your unique health and fitness objectives."
|
||||
@@ -198,24 +112,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Happy Members",
|
||||
value: "140+",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Trainers",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fitness Programs",
|
||||
value: "7",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "1", title: "Happy Members", value: "140+", icon: Users },
|
||||
{ id: "2", title: "Expert Trainers", value: "10+", icon: Award },
|
||||
{ id: "3", title: "Fitness Programs", value: "7", icon: Zap },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Hardcore Gym is committed to providing results-oriented fitness experiences."
|
||||
@@ -229,51 +128,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly",
|
||||
price: "₹1,500",
|
||||
name: "Monthly Pass",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"General gym access",
|
||||
"Initial consultation",
|
||||
],
|
||||
id: "monthly", price: "₹1,500", name: "Monthly Pass", buttons: [{ text: "Join Now", href: "#contact" }],
|
||||
features: ["General gym access", "Initial consultation"],
|
||||
},
|
||||
{
|
||||
id: "quarterly",
|
||||
price: "₹4,000",
|
||||
name: "Quarterly Plan",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Everything in Monthly",
|
||||
"Nutrition guide",
|
||||
"Personalized routine",
|
||||
],
|
||||
id: "quarterly", price: "₹4,000", name: "Quarterly Plan", buttons: [{ text: "Join Now", href: "#contact" }],
|
||||
features: ["Everything in Monthly", "Nutrition guide", "Personalized routine"],
|
||||
},
|
||||
{
|
||||
id: "annual",
|
||||
price: "₹15,000",
|
||||
name: "Annual VIP",
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full facility access",
|
||||
"Unlimited PT sessions",
|
||||
"Full nutrition coaching",
|
||||
],
|
||||
id: "annual", price: "₹15,000", name: "Annual VIP", buttons: [{ text: "Join Now", href: "#contact" }],
|
||||
features: ["Full facility access", "Unlimited PT sessions", "Full nutrition coaching"],
|
||||
},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -286,61 +150,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Verma",
|
||||
date: "Oct 2023",
|
||||
title: "Great Staff",
|
||||
quote: "Equipments are good, environment is great, it's super clean with great staff.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=2",
|
||||
imageAlt: "portrait of fitness enthusiast",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Singh",
|
||||
date: "Nov 2023",
|
||||
title: "Perfect for Beginners",
|
||||
quote: "Best place for workout for the beginners.",
|
||||
tag: "Beginner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg?_wi=2",
|
||||
imageAlt: "portrait of fitness enthusiast",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Kumar",
|
||||
date: "Dec 2023",
|
||||
title: "Expert Guidance",
|
||||
quote: "The trainers are knowledgeable, supportive, and always push you to do your best.",
|
||||
tag: "Athlete",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg",
|
||||
imageAlt: "portrait of fitness enthusiast",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Sharma",
|
||||
date: "Jan 2024",
|
||||
title: "Motivating!",
|
||||
quote: "I love the vibe here. It's truly a hardcore gym in every sense.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-cafe_1157-25330.jpg?_wi=1",
|
||||
imageAlt: "portrait of fitness enthusiast",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amit Kumar",
|
||||
date: "Feb 2024",
|
||||
title: "Excellent Facility",
|
||||
quote: "The gym is very well maintained. Patna's finest.",
|
||||
tag: "Member",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-female-mat-exercising_23-2148284930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024357.jpg?_wi=2",
|
||||
imageAlt: "portrait of fitness enthusiast",
|
||||
},
|
||||
{ id: "1", name: "Rahul Verma", date: "Oct 2023", title: "Great Staff", quote: "Equipments are good, environment is great, it's super clean with great staff.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", imageAlt: "portrait of fitness enthusiast" },
|
||||
{ id: "2", name: "Anjali Singh", date: "Nov 2023", title: "Perfect for Beginners", quote: "Best place for workout for the beginners.", tag: "Beginner", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg", imageAlt: "portrait of fitness enthusiast" },
|
||||
{ id: "3", name: "Vikram Kumar", date: "Dec 2023", title: "Expert Guidance", quote: "The trainers are knowledgeable, supportive, and always push you to do your best.", tag: "Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg", imageAlt: "portrait of fitness enthusiast" },
|
||||
{ id: "4", name: "Priya Sharma", date: "Jan 2024", title: "Motivating!", quote: "I love the vibe here. It's truly a hardcore gym in every sense.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-cafe_1157-25330.jpg", imageAlt: "portrait of fitness enthusiast" },
|
||||
{ id: "5", name: "Amit Kumar", date: "Feb 2024", title: "Excellent Facility", quote: "The gym is very well maintained. Patna's finest.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-mat-exercising_23-2148284930.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024357.jpg", imageAlt: "portrait of fitness enthusiast" }
|
||||
]}
|
||||
title="What Our Members Say"
|
||||
description="We are proud of the community we have built at Hardcore Gym."
|
||||
@@ -351,21 +165,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily and typically close around 9:30 PM.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer online classes?",
|
||||
content: "Yes, we offer online classes for your convenience.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where is the gym located?",
|
||||
content: "We are at Nehru Nagar, Near Police Station, Patna.",
|
||||
},
|
||||
{ id: "1", title: "What are your operating hours?", content: "We are open daily and typically close around 9:30 PM." },
|
||||
{ id: "2", title: "Do you offer online classes?", content: "Yes, we offer online classes for your convenience." },
|
||||
{ id: "3", title: "Where is the gym located?", content: "We are at Nehru Nagar, Near Police Station, Patna." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more info? We're here to help."
|
||||
@@ -376,12 +178,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Start Your Fitness Journey"
|
||||
description="Ready to get fit? Contact us today to learn more about our membership plans or to schedule a visit."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-cafe_1157-25330.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-cafe_1157-25330.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Contact Us"
|
||||
/>
|
||||
@@ -392,32 +192,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-mat-exercising_23-2148284930.jpg"
|
||||
logoText="Hardcore Gym"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Nehru Nagar, Patna",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Location", items: [{ label: "Nehru Nagar, Patna", href: "#" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Hardcore Gym, Patna."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user