Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Activity, Dumbbell, Heart, Users, Flame, Leaf, Zap, TrendingUp, Award, Sparkles, Fire, Crown } from 'lucide-react';
|
||||
import { Activity, Dumbbell, Heart, Users, Leaf, Zap, TrendingUp, Award, Sparkles, Crown } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{ value: 92 }
|
||||
],
|
||||
listTitle: "Featured Classes Today", listItems: [
|
||||
{ icon: Flame, title: "HIIT Bootcamp - 6:00 AM", status: "Available" },
|
||||
{ icon: Leaf, title: "HIIT Bootcamp - 6:00 AM", status: "Available" },
|
||||
{ icon: Leaf, title: "Power Yoga - 9:00 AM", status: "Available" },
|
||||
{ icon: Zap, title: "Spin Class - 5:30 PM", status: "Almost Full" }
|
||||
]
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
features: ["Gym access 5 days/week", "Cardio & weight equipment", "Basic fitness assessment", "Community access"]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Fire,
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Leaf,
|
||||
price: "$59/month", subtitle: "Best for committed fitness enthusiasts", buttons: [{ text: "Select Plan", href: "/join" }],
|
||||
features: ["Unlimited gym access", "All classes included", "Personal training (2x/month)", "Nutrition consultation", "Priority class booking"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user