@@ -48,18 +48,11 @@ export default function FitnessPage() {
tagIcon={Dumbbell}
title="Register for SVS FITNESS CENTRE"
description="Your journey to physical excellence starts here at Pateri. Unlock your potential with professional guidance and modern equipment."
- buttons={[
- { text: "Start Registration", href: "#contact" },
- ]}
+ buttons={[{ text: "Start Registration", href: "/contact" }]}
buttonAnimation="slide-up"
imageSrc="asset://hero-gym"
- imageAlt="Gym environment with equipment"
+ imageAlt="Gym environment"
showDimOverlay={true}
- textPosition="bottom"
- testimonials={[
- { name: "Rahul V.", handle: "Athlete", testimonial: "The environment at SVS Fitness is unmatched. Perfect for real results.", rating: 5 },
- { name: "Anita S.", handle: "Fitness Enthusiast", testimonial: "Clean, modern, and motivating. Best gym in the area!", rating: 5 },
- ]}
/>
@@ -67,14 +60,12 @@ export default function FitnessPage() {
@@ -85,12 +76,10 @@ export default function FitnessPage() {
title="Select Your Body Target Area"
description="Customized training paths designed to help you reach your goals faster."
textboxLayout="default"
- useInvertedBackground={false}
features={[
- { tag: "Focus", title: "Full Body & Weight Loss", subtitle: "Complete Transformation", description: "High intensity programs for total body fat reduction and conditioning.", imageSrc: "asset://full-body" },
- { tag: "Power", title: "Muscle & Strength", subtitle: "Gain & Power", description: "Targeted isolation workouts for maximum hypertrophy and arm strength.", imageSrc: "asset://muscle" },
- { tag: "Aesthetics", title: "Chest & Core", subtitle: "Advanced Toning", description: "Sculpt your six-pack and build a powerful chest with expert form.", imageSrc: "asset://chest" },
- { tag: "Health", title: "General Fitness", subtitle: "Wellness", description: "Stay active, healthy, and energized with our daily wellness routines.", imageSrc: "asset://general" },
+ { tag: "Focus", title: "Full Body & Weight Loss", subtitle: "Complete Transformation", description: "High intensity programs for total body fat reduction.", imageSrc: "asset://full-body" },
+ { tag: "Power", title: "Muscle & Strength", subtitle: "Gain & Power", description: "Targeted isolation workouts for maximum hypertrophy.", imageSrc: "asset://muscle" },
+ { tag: "Aesthetics", title: "Chest & Core", subtitle: "Advanced Toning", description: "Sculpt your six-pack and build a powerful chest.", imageSrc: "asset://chest" },
]}
/>
@@ -116,12 +105,12 @@ export default function FitnessPage() {
tag="Support"
tagIcon={HelpCircle}
title="Need Information?"
- description="Common questions about SVS Fitness Centre registration and facilities."
+ description="Common questions about SVS Fitness Centre registration."
textboxLayout="default"
faqsAnimation="slide-up"
faqs={[
- { id: "1", title: "Where are you located?", content: "We are located at IP NAGAR GALI NO. 5 PATERI. Visit us during operating hours!" },
- { id: "2", title: "Do I need an appointment?", content: "No, you can start your registration via this portal and visit the center anytime." },
+ { id: "1", title: "Where are you located?", content: "IP NAGAR GALI NO. 5 PATERI." },
+ { id: "2", title: "Do I need an appointment?", content: "Start your registration online and visit us anytime." },
]}
/>
@@ -129,31 +118,27 @@ export default function FitnessPage() {
window.location.href = "/success"}
/>