Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -25,36 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Membership", id: "/pricing" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Reset Life India"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "/pricing",
|
||||
}}
|
||||
button={{ text: "Join Now", href: "/pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,21 +44,12 @@ export default function LandingPage() {
|
||||
title="Our Mission to Empower"
|
||||
description="Reset Life India was built on the foundation that fitness is not just about weight, but about strength and mental wellness. We are committed to providing the most supportive environment for every member, from beginners to athletes."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Trainers",
|
||||
description: "Certificated professionals guiding every step.",
|
||||
},
|
||||
{
|
||||
title: "Supportive Community",
|
||||
description: "A group that keeps you motivated daily.",
|
||||
},
|
||||
{
|
||||
title: "Holistic Approach",
|
||||
description: "Strength combined with mental clarity.",
|
||||
},
|
||||
{ title: "Expert Trainers", description: "Certificated professionals guiding every step." },
|
||||
{ title: "Supportive Community", description: "A group that keeps you motivated daily." },
|
||||
{ title: "Holistic Approach", description: "Strength combined with mental clarity." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt&_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,26 +62,10 @@ export default function LandingPage() {
|
||||
description="Meet the trainers powering Reset Life."
|
||||
groups={[
|
||||
{
|
||||
id: "team",
|
||||
groupTitle: "Team",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Vikram",
|
||||
subtitle: "Trainer",
|
||||
detail: "Elite fitness",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypfkos&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Ananya",
|
||||
subtitle: "Yoga",
|
||||
detail: "Mindfulness",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f719uc&_wi=2",
|
||||
},
|
||||
id: "team", groupTitle: "Team", members: [
|
||||
{ id: "m1", title: "Vikram", subtitle: "Trainer", detail: "Elite fitness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypfkos" },
|
||||
{ id: "m2", title: "Ananya", subtitle: "Yoga", detail: "Mindfulness", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f719uc" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt&_wi=4",
|
||||
imageAlt: "personal trainer professional",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -121,53 +75,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Reset Life India"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Crossfit",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Yoga Classes",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "HIIT Training",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "99200 88880",
|
||||
href: "tel:9920088880",
|
||||
},
|
||||
{
|
||||
label: "Bandra West, Mumbai",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Crossfit", href: "/services" }, { label: "Yoga Classes", href: "/services" }, { label: "HIIT Training", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Membership", href: "/pricing" }] },
|
||||
{ title: "Contact Info", items: [{ label: "99200 88880", href: "tel:9920088880" }, { label: "Bandra West, Mumbai", href: "/contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Reset Life India. All rights reserved."
|
||||
/>
|
||||
|
||||
293
src/app/page.tsx
293
src/app/page.tsx
@@ -29,121 +29,41 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Membership", id: "/pricing" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Reset Life India"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "/pricing",
|
||||
}}
|
||||
button={{ text: "Join Now", href: "/pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Transform Your Life with Reset Life India"
|
||||
description="Unlock your potential with our elite training programs, expert guidance, and state-of-the-art facilities in Bandra."
|
||||
kpis={[
|
||||
{
|
||||
value: "5,000+",
|
||||
label: "Transformed Lives",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Expert Trainers",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Motivation",
|
||||
},
|
||||
]}
|
||||
kpis={[{ value: "5,000+", label: "Transformed Lives" }, { value: "15+", label: "Expert Trainers" }, { value: "100%", label: "Motivation" }]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
text: "Book Free Trial",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt&_wi=1"
|
||||
buttons={[{ text: "Join Now", href: "/pricing" }, { text: "Book Free Trial", href: "/contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wn1w85",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4g4bf",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mkawqk",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k5tbbb",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xwkms",
|
||||
alt: "Client",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wn1w85", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4g4bf", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mkawqk", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k5tbbb", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xwkms", alt: "Client" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Access",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Equipment",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Coaching",
|
||||
icon: Medal,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Plans",
|
||||
icon: ListChecks,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nutrition Support",
|
||||
icon: Apple,
|
||||
},
|
||||
{ type: "text-icon", text: "24/7 Access", icon: Clock },
|
||||
{ type: "text-icon", text: "Modern Equipment", icon: Activity },
|
||||
{ type: "text-icon", text: "Expert Coaching", icon: Medal },
|
||||
{ type: "text-icon", text: "Personalized Plans", icon: ListChecks },
|
||||
{ type: "text-icon", text: "Nutrition Support", icon: Apple },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,25 +73,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Lack of discipline",
|
||||
"Inconsistent results",
|
||||
"Plateauing",
|
||||
"Poor recovery",
|
||||
"Weak core",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Crossfit High Intensity",
|
||||
"Yoga Wellness Classes",
|
||||
"HIIT Training",
|
||||
"Personal Coaching",
|
||||
"Zumba Energy",
|
||||
"Weight Training",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Lack of discipline", "Inconsistent results", "Plateauing", "Poor recovery", "Weak core"] }}
|
||||
positiveCard={{ items: ["Crossfit High Intensity", "Yoga Wellness Classes", "HIIT Training", "Personal Coaching", "Zumba Energy", "Weight Training"] }}
|
||||
title="Core Fitness Programs"
|
||||
description="Diverse workout options tailored to your transformation journey."
|
||||
/>
|
||||
@@ -184,26 +87,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Priya Sharma"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wn1w85",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4g4bf",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mkawqk",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k5tbbb",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xwkms",
|
||||
alt: "Client",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wn1w85", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4g4bf", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mkawqk", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k5tbbb", alt: "Client" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xwkms", alt: "Client" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -216,40 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "₹1,999/mo",
|
||||
subtitle: "Basic access to gym equipment",
|
||||
features: [
|
||||
"Open gym access",
|
||||
"Locker room",
|
||||
"Basic guidance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Pro",
|
||||
price: "₹3,499/mo",
|
||||
subtitle: "Full access to classes & gym",
|
||||
features: [
|
||||
"All group classes",
|
||||
"Open gym access",
|
||||
"Nutrition guide",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Elite",
|
||||
price: "₹5,999/mo",
|
||||
subtitle: "Unlimited personal training",
|
||||
features: [
|
||||
"1-on-1 coaching",
|
||||
"All group classes",
|
||||
"Unlimited visits",
|
||||
"Spa access",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Entry", price: "₹1,999/mo", subtitle: "Basic access to gym equipment", features: ["Open gym access", "Locker room", "Basic guidance"] },
|
||||
{ id: "standard", badge: "Pro", price: "₹3,499/mo", subtitle: "Full access to classes & gym", features: ["All group classes", "Open gym access", "Nutrition guide"] },
|
||||
{ id: "premium", badge: "Elite", price: "₹5,999/mo", subtitle: "Unlimited personal training", features: ["1-on-1 coaching", "All group classes", "Unlimited visits", "Spa access"] },
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Choose the path that fits your goals."
|
||||
@@ -265,40 +122,12 @@ export default function LandingPage() {
|
||||
description="Our team of certified fitness professionals is dedicated to your health and transformation."
|
||||
groups={[
|
||||
{
|
||||
id: "coaching-staff",
|
||||
groupTitle: "Fitness Coaches",
|
||||
members: [
|
||||
{
|
||||
id: "trainer-1",
|
||||
title: "Vikram Singh",
|
||||
subtitle: "Lead Coach",
|
||||
detail: "Certified Crossfit Expert",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypfkos&_wi=1",
|
||||
},
|
||||
{
|
||||
id: "trainer-2",
|
||||
title: "Ananya Rao",
|
||||
subtitle: "Yoga Instructor",
|
||||
detail: "Wellness Master",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f719uc&_wi=1",
|
||||
},
|
||||
{
|
||||
id: "trainer-3",
|
||||
title: "Rajesh Nair",
|
||||
subtitle: "Kickboxing Pro",
|
||||
detail: "Dynamic Combat Trainer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12mumk",
|
||||
},
|
||||
{
|
||||
id: "trainer-4",
|
||||
title: "Sarah D'Souza",
|
||||
subtitle: "HIIT Specialist",
|
||||
detail: "High Intensity Fitness Pro",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dcirbu",
|
||||
},
|
||||
id: "coaching-staff", groupTitle: "Fitness Coaches", members: [
|
||||
{ id: "trainer-1", title: "Vikram Singh", subtitle: "Lead Coach", detail: "Certified Crossfit Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypfkos" },
|
||||
{ id: "trainer-2", title: "Ananya Rao", subtitle: "Yoga Instructor", detail: "Wellness Master", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f719uc" },
|
||||
{ id: "trainer-3", title: "Rajesh Nair", subtitle: "Kickboxing Pro", detail: "Dynamic Combat Trainer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12mumk" },
|
||||
{ id: "trainer-4", title: "Sarah D'Souza", subtitle: "HIIT Specialist", detail: "High Intensity Fitness Pro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dcirbu" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6k0mzt&_wi=2",
|
||||
imageAlt: "personal trainer professional",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -308,53 +137,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Reset Life India"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Crossfit",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Yoga Classes",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "HIIT Training",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "99200 88880",
|
||||
href: "tel:9920088880",
|
||||
},
|
||||
{
|
||||
label: "Bandra West, Mumbai",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Crossfit", href: "/services" }, { label: "Yoga Classes", href: "/services" }, { label: "HIIT Training", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Membership", href: "/pricing" }] },
|
||||
{ title: "Contact Info", items: [{ label: "99200 88880", href: "tel:9920088880" }, { label: "Bandra West, Mumbai", href: "/contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Reset Life India. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -25,36 +25,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Membership", id: "/pricing" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Reset Life India"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "/pricing",
|
||||
}}
|
||||
button={{ text: "Join Now", href: "/pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,19 +43,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Pricing FAQs"
|
||||
description="Common member questions."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4sq7ta&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4sq7ta"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the trail free?",
|
||||
content: "Yes, we offer one free session.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there locker charges?",
|
||||
content: "Lockers are included.",
|
||||
},
|
||||
{ id: "f1", title: "Is the trail free?", content: "Yes, we offer one free session." },
|
||||
{ id: "f2", title: "Are there locker charges?", content: "Lockers are included." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,20 +61,8 @@ export default function LandingPage() {
|
||||
title="Value Added"
|
||||
description="Extras included with every plan."
|
||||
metrics={[
|
||||
{
|
||||
id: "e1",
|
||||
value: "Free",
|
||||
title: "Towel Service",
|
||||
description: "Daily fresh towels",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4sq7ta&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "e2",
|
||||
value: "Included",
|
||||
title: "Water Station",
|
||||
description: "Hydration station",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zgme7e&_wi=2",
|
||||
},
|
||||
{ id: "e1", value: "Free", title: "Towel Service", description: "Daily fresh towels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4sq7ta" },
|
||||
{ id: "e2", value: "Included", title: "Water Station", description: "Hydration station", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zgme7e" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,53 +71,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Reset Life India"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Crossfit",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Yoga Classes",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "HIIT Training",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "99200 88880",
|
||||
href: "tel:9920088880",
|
||||
},
|
||||
{
|
||||
label: "Bandra West, Mumbai",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Crossfit", href: "/services" }, { label: "Yoga Classes", href: "/services" }, { label: "HIIT Training", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Membership", href: "/pricing" }] },
|
||||
{ title: "Contact Info", items: [{ label: "99200 88880", href: "tel:9920088880" }, { label: "Bandra West, Mumbai", href: "/contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Reset Life India. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user