Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-03 13:05:30 +00:00
2 changed files with 7 additions and 10 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Star, Dumbbell, Heart, Users, MapPin, Lotus, Flame } from 'lucide-react';
import { Zap, Star, Dumbbell, Heart, Users, MapPin, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -97,7 +97,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{ icon: Dumbbell, title: "Gym Training", description: "Strength, cardio, and resistance training with certified instructors" },
{ icon: Lotus, title: "Yoga Classes", description: "Beginner to advanced yoga for flexibility, strength, and mindfulness" },
{ icon: Flame, title: "Yoga Classes", description: "Beginner to advanced yoga for flexibility, strength, and mindfulness" },
{ icon: Flame, title: "Weight Loss Programs", description: "Personalized nutrition and training plans for effective results" },
{ icon: Zap, title: "Strength Training", description: "Progressive resistance programs for muscle building and toning" },
{ icon: Heart, title: "Women Special Training", description: "Customized programs for women's fitness and wellness goals" },
@@ -154,22 +154,19 @@ export default function LandingPage() {
plans={[
{
id: "monthly", tag: "Popular", tagIcon: Zap,
price: "₹1,499", period: "/month", description: "Perfect for beginners and fitness enthusiasts", button: { text: "Book Free Trial", href: "#location" },
featuresTitle: "What's Included:", features: [
price: "₹1,499", period: "/month", description: "Perfect for beginners and fitness enthusiasts", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "What's Included:", features: [
"Unlimited gym access", "All cardio & strength equipment", "Locker & shower facilities", "Parking included", "Community support"
]
},
{
id: "quarterly", tag: "Best Value", tagIcon: Star,
price: "₹3,999", period: "/3 months", description: "Ideal for committed fitness goals", button: { text: "Book Free Trial", href: "#location" },
featuresTitle: "Everything in Monthly +", features: [
price: "₹3,999", period: "/3 months", description: "Ideal for committed fitness goals", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "Everything in Monthly +", features: [
"Personal fitness consultation", "Monthly body composition analysis", "Priority class booking", "Yoga classes (3x/week)", "Nutritionist guidance"
]
},
{
id: "annual", tag: "Complete Package", tagIcon: Heart,
price: "₹14,999", period: "/year", description: "Ultimate fitness transformation plan", button: { text: "Book Free Trial", href: "#location" },
featuresTitle: "Everything +", features: [
price: "₹14,999", period: "/year", description: "Ultimate fitness transformation plan", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "Everything +", features: [
"1-on-1 monthly training sessions", "Customized workout plan", "Meal planning support", "Unlimited yoga & classes", "Free guest passes (4x/month)", "Free merchandise"
]
}
@@ -209,4 +206,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}