Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 18:22:52 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -79,16 +79,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Strength Training", author: "Premium Service", description: "Build muscle and increase strength with structured programs designed by expert trainers.", tags: ["Strength", "Muscle Building"],
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", imageAlt: "modern gym equipment clean facility"},
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=1", imageAlt: "modern gym equipment clean facility"},
{
id: "2", title: "Personal Training", author: "1-on-1 Coaching", description: "Get customized training plans with Trainer Manjunath and our certified coaches for faster results.", tags: ["Personal", "Expert Guidance"],
imageSrc: "http://img.b2bpic.net/free-photo/strict-adult-slavic-man-standing-with-closed-posture-looking-isolated_141793-68976.jpg", imageAlt: "fit male trainer professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/strict-adult-slavic-man-standing-with-closed-posture-looking-isolated_141793-68976.jpg?_wi=1", imageAlt: "fit male trainer professional portrait"},
{
id: "3", title: "Zumba Classes", author: "Group Fitness", description: "High energy workouts that make fitness fun. Join our vibrant community in energetic dance sessions.", tags: ["Cardio", "Fun"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912392.jpg", imageAlt: "zumba dance class energetic fun"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912392.jpg?_wi=1", imageAlt: "zumba dance class energetic fun"},
{
id: "4", title: "Yoga & Wellness", author: "Flexibility", description: "Improve flexibility, mobility and mental wellness with our dedicated yoga instructors.", tags: ["Wellness", "Mindfulness"],
imageSrc: "http://img.b2bpic.net/free-photo/serious-people-doing-upward-facing-dog-pose-class_1262-20397.jpg", imageAlt: "yoga class stretching wellness group"},
imageSrc: "http://img.b2bpic.net/free-photo/serious-people-doing-upward-facing-dog-pose-class_1262-20397.jpg?_wi=1", imageAlt: "yoga class stretching wellness group"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -104,7 +104,7 @@ export default function LandingPage() {
{
id: "trainers", groupTitle: "Featured Trainer", members: [
{
id: "1", title: "Manjunath", subtitle: "Head Trainer & Fitness Expert", detail: "Specializes in strength building, form correction, and member motivation", imageSrc: "http://img.b2bpic.net/free-photo/strict-adult-slavic-man-standing-with-closed-posture-looking-isolated_141793-68976.jpg", imageAlt: "fit male trainer professional portrait"},
id: "1", title: "Manjunath", subtitle: "Head Trainer & Fitness Expert", detail: "Specializes in strength building, form correction, and member motivation", imageSrc: "http://img.b2bpic.net/free-photo/strict-adult-slavic-man-standing-with-closed-posture-looking-isolated_141793-68976.jpg?_wi=2", imageAlt: "fit male trainer professional portrait"},
],
},
]}
@@ -144,17 +144,17 @@ export default function LandingPage() {
id: "basic", title: "BASIC", price: "₹1,500", period: "/month", features: [
"Full gym access", "All equipment & machines", "Community support", "Locker facility"],
button: { text: "Join Now", href: "contact" },
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", imageAlt: "modern gym equipment clean facility"},
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=2", imageAlt: "modern gym equipment clean facility"},
{
id: "pro", title: "PRO", price: "₹2,000", period: "/month", features: [
"Full gym access", "Zumba classes", "Fitness assessment", "Locker facility", "Training guidance"],
button: { text: "Get Started", href: "contact" },
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912392.jpg", imageAlt: "zumba dance class energetic fun"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912392.jpg?_wi=2", imageAlt: "zumba dance class energetic fun"},
{
id: "elite", title: "ELITE", price: "₹3,000", period: "/month", features: [
"Full gym access", "Yoga classes", "Zumba classes", "1-on-1 trainer support", "Personalized training plan", "Nutrition guidance", "Priority booking"],
button: { text: "Become Elite", href: "contact" },
imageSrc: "http://img.b2bpic.net/free-photo/serious-people-doing-upward-facing-dog-pose-class_1262-20397.jpg", imageAlt: "yoga class stretching wellness group"},
imageSrc: "http://img.b2bpic.net/free-photo/serious-people-doing-upward-facing-dog-pose-class_1262-20397.jpg?_wi=2", imageAlt: "yoga class stretching wellness group"},
]}
animationType="slide-up"
textboxLayout="default"