Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { User, Dumbbell, Users, Target } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,30 +33,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Programs", id: "programs" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="On7 Divine Fitness"
|
||||
/>
|
||||
@@ -64,15 +47,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Strongest Self Starts Here"
|
||||
description="Join a women-focused fitness community in Kanchipuram where expert trainers, premium equipment, and a motivating atmosphere transform your fitness journey. From beginners to strength athletes, we make fitness personal, safe, and achievable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Claim Your Free Trial Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Claim Your Free Trial Session", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-running-gym_140725-7920.jpg"
|
||||
/>
|
||||
@@ -84,9 +64,7 @@ export default function LandingPage() {
|
||||
title="Welcome to Your Private Sanctuary for Fitness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,28 +75,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Personal Trainers",
|
||||
description: "Professional guidance tailored to your specific goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-person-coronavirus-concept_23-2148911610.jpg",
|
||||
buttonIcon: "User",
|
||||
title: "Expert Personal Trainers", description: "Professional guidance tailored to your specific goals.", imageSrc: "http://img.b2bpic.net/free-photo/isolated-person-coronavirus-concept_23-2148911610.jpg", buttonIcon: User,
|
||||
},
|
||||
{
|
||||
title: "Premium Gym Equipment",
|
||||
description: "State-of-the-art machines maintained for your convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weight-plate_187299-45943.jpg",
|
||||
buttonIcon: "Dumbbell",
|
||||
title: "Premium Gym Equipment", description: "State-of-the-art machines maintained for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/weight-plate_187299-45943.jpg", buttonIcon: Dumbbell,
|
||||
},
|
||||
{
|
||||
title: "Inclusive Community",
|
||||
description: "Judgment-free zone for beginners and pros.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-character-holding-blank-placard_1156-437.jpg",
|
||||
buttonIcon: "Users",
|
||||
title: "Inclusive Community", description: "Judgment-free zone for beginners and pros.", imageSrc: "http://img.b2bpic.net/free-photo/nice-character-holding-blank-placard_1156-437.jpg", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Personalized Coaching",
|
||||
description: "Programs designed for your transformation journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/balance-diet-healthy-nutrition-concept_53876-124019.jpg",
|
||||
buttonIcon: "Target",
|
||||
title: "Personalized Coaching", description: "Programs designed for your transformation journey.", imageSrc: "http://img.b2bpic.net/free-photo/balance-diet-healthy-nutrition-concept_53876-124019.jpg", buttonIcon: Target,
|
||||
},
|
||||
]}
|
||||
title="Why Choose On7 Divine Fitness"
|
||||
@@ -134,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Water Bottle",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-water-after-hard-training-outdoors-holds-bottle-water-uses-smartwatch-dressed-windbreaker-feels-thirsty-after-sport-practice-poses-blurred_273609-54118.jpg",
|
||||
},
|
||||
id: "p1", name: "Water Bottle", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-water-after-hard-training-outdoors-holds-bottle-water-uses-smartwatch-dressed-windbreaker-feels-thirsty-after-sport-practice-poses-blurred_273609-54118.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Yoga Mat",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-fitness-with-equipment_23-2151921066.jpg",
|
||||
},
|
||||
id: "p2", name: "Yoga Mat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-fitness-with-equipment_23-2151921066.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Resistance Bands",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-clothing-kit-clothes_1303-1730.jpg",
|
||||
},
|
||||
id: "p3", name: "Resistance Bands", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-clothing-kit-clothes_1303-1730.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Training Towel",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-african-american-woman-dressed-sport-bra-keeping-towel-shoulders-smiling-after-workout-colorful-background_574295-4703.jpg",
|
||||
},
|
||||
id: "p4", name: "Training Towel", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-african-american-woman-dressed-sport-bra-keeping-towel-shoulders-smiling-after-workout-colorful-background_574295-4703.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Yoga Block",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbell-ready-workout-gym-various-sizes-weight-plates_169016-40070.jpg",
|
||||
},
|
||||
id: "p5", name: "Yoga Block", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/barbell-ready-workout-gym-various-sizes-weight-plates_169016-40070.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gym Sports Bag",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-handbag-bag-texture-black_1203-5966.jpg",
|
||||
},
|
||||
id: "p6", name: "Gym Sports Bag", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/travel-handbag-bag-texture-black_1203-5966.jpg"},
|
||||
]}
|
||||
title="Our Fitness Essentials"
|
||||
description="Elevate your training with our handpicked fitness gear and essentials."
|
||||
@@ -182,51 +124,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Beginner",
|
||||
price: "₹1,999/mo",
|
||||
subtitle: "Perfect for starters",
|
||||
features: [
|
||||
"Access to all equipment",
|
||||
"3 Group Classes",
|
||||
"Locker Facility",
|
||||
],
|
||||
id: "basic", badge: "Beginner", price: "₹1,999/mo", subtitle: "Perfect for starters", features: [
|
||||
"Access to all equipment", "3 Group Classes", "Locker Facility"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Basic",
|
||||
},
|
||||
text: "Choose Basic"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "₹3,499/mo",
|
||||
subtitle: "Best for results",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Unlimited Classes",
|
||||
"2 Personal Training Sessions",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "₹3,499/mo", subtitle: "Best for results", features: [
|
||||
"Everything in Basic", "Unlimited Classes", "2 Personal Training Sessions"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
},
|
||||
text: "Choose Pro"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
badge: "Ultimate",
|
||||
price: "₹5,999/mo",
|
||||
subtitle: "Full support",
|
||||
features: [
|
||||
"Unlimited Training",
|
||||
"Diet Consultation",
|
||||
"Private Sessions",
|
||||
],
|
||||
id: "vip", badge: "Ultimate", price: "₹5,999/mo", subtitle: "Full support", features: [
|
||||
"Unlimited Training", "Diet Consultation", "Private Sessions"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Ultimate",
|
||||
},
|
||||
text: "Choose Ultimate"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -243,23 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Sharma",
|
||||
role: "Head Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-trainer-female-boxer-preparing-practice_23-2148426152.jpg",
|
||||
},
|
||||
id: "t1", name: "Ananya Sharma", role: "Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-trainer-female-boxer-preparing-practice_23-2148426152.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Das",
|
||||
role: "Yoga Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-doing-yoga_23-2149222434.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya Das", role: "Yoga Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-doing-yoga_23-2149222434.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sneha Kumari",
|
||||
role: "Nutritionist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-woman-model-standing-holding-green-fresh-apple_114579-38389.jpg",
|
||||
},
|
||||
id: "t3", name: "Sneha Kumari", role: "Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-woman-model-standing-holding-green-fresh-apple_114579-38389.jpg"},
|
||||
]}
|
||||
title="Our Expert Trainers"
|
||||
description="Dedicated professionals committed to your wellness and strength."
|
||||
@@ -273,40 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Member",
|
||||
testimonial: "I finally found a space where I feel comfortable and strong. The trainers are amazing!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-gorgeous-blonde-woman-gym-her-weekend-time_146671-16975.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", role: "Member", testimonial: "I finally found a space where I feel comfortable and strong. The trainers are amazing!", imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-gorgeous-blonde-woman-gym-her-weekend-time_146671-16975.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Meera",
|
||||
role: "Member",
|
||||
testimonial: "The atmosphere is so encouraging. It's the best investment in my health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg",
|
||||
},
|
||||
id: "2", name: "Meera", role: "Member", testimonial: "The atmosphere is so encouraging. It's the best investment in my health.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Riya",
|
||||
role: "Member",
|
||||
testimonial: "Clean equipment and helpful trainers. Highly recommend to any woman in Kanchipuram.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg",
|
||||
},
|
||||
id: "3", name: "Riya", role: "Member", testimonial: "Clean equipment and helpful trainers. Highly recommend to any woman in Kanchipuram.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali",
|
||||
role: "Member",
|
||||
testimonial: "I never thought I could lift weights. These trainers showed me I could!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-positive-african-american-woman-dressed-active-wear-holds-bottle-fresh-water-glad-be-healthy-has-regular-training-carries-soft-towel-neck_273609-30869.jpg",
|
||||
},
|
||||
id: "4", name: "Anjali", role: "Member", testimonial: "I never thought I could lift weights. These trainers showed me I could!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-positive-african-american-woman-dressed-active-wear-holds-bottle-fresh-water-glad-be-healthy-has-regular-training-carries-soft-towel-neck_273609-30869.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kavita",
|
||||
role: "Member",
|
||||
testimonial: "A judgment-free zone where I can just focus on myself.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg",
|
||||
},
|
||||
id: "5", name: "Kavita", role: "Member", testimonial: "A judgment-free zone where I can just focus on myself.", imageSrc: "http://img.b2bpic.net/free-photo/exercise-arms_1098-14491.jpg"},
|
||||
]}
|
||||
title="What Our Members Say"
|
||||
description="Hear from our community about their fitness journeys and experiences."
|
||||
@@ -319,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is it women-only?",
|
||||
content: "Yes, we are 100% exclusive to women, ensuring a safe and comfortable environment.",
|
||||
},
|
||||
id: "f1", title: "Is it women-only?", content: "Yes, we are 100% exclusive to women, ensuring a safe and comfortable environment."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need fitness experience?",
|
||||
content: "Absolutely not! We welcome everyone from absolute beginners to advanced athletes.",
|
||||
},
|
||||
id: "f2", title: "Do I need fitness experience?", content: "Absolutely not! We welcome everyone from absolute beginners to advanced athletes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What if I can't attend regular classes?",
|
||||
content: "We offer flexible membership options that fit your busy schedule.",
|
||||
},
|
||||
id: "f3", title: "What if I can't attend regular classes?", content: "We offer flexible membership options that fit your busy schedule."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have the answers for you."
|
||||
@@ -344,16 +216,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Start Today"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Claim your free trial session today and see why our members love the On7 experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Free Trial",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get My Free Trial", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -364,29 +233,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user