Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Premium Fitness Experience"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-man-standing-lifting-barbell-gym_1262-16023.jpg"
|
||||
imageAlt="Fitness enthusiasts training at FitForce gym"
|
||||
buttons={[
|
||||
@@ -87,13 +87,17 @@ export default function LandingPage() {
|
||||
imageAlt="Diverse fitness classes at FitForce"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "CrossFit & Strength Training", content: "Build raw power with Olympic lifts, functional movements, and bodyweight exercises. Our certified coaches ensure perfect form and progressive overload."},
|
||||
id: "1", title: "CrossFit & Strength Training", content: "Build raw power with Olympic lifts, functional movements, and bodyweight exercises. Our certified coaches ensure perfect form and progressive overload."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cardio & Conditioning", content: "Elevate your cardiovascular fitness with HIIT, rowing, cycling, and metabolic conditioning. Burn calories and build endurance."},
|
||||
id: "2", title: "Cardio & Conditioning", content: "Elevate your cardiovascular fitness with HIIT, rowing, cycling, and metabolic conditioning. Burn calories and build endurance."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Yoga & Mobility", content: "Improve flexibility, balance, and mental clarity. Perfect for recovery and building a strong foundation for all athletes."},
|
||||
id: "3", title: "Yoga & Mobility", content: "Improve flexibility, balance, and mental clarity. Perfect for recovery and building a strong foundation for all athletes."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Personal Coaching", content: "One-on-one training sessions with certified coaches to accelerate your progress and reach your specific fitness goals."},
|
||||
id: "4", title: "Personal Coaching", content: "One-on-one training sessions with certified coaches to accelerate your progress and reach your specific fitness goals."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
@@ -119,19 +123,22 @@ export default function LandingPage() {
|
||||
id: "starter", tag: "Starter Pass", tagIcon: Zap,
|
||||
price: "$49", period: "/month", description: "Perfect for beginners. Get access to group classes and basic equipment.", button: { text: "Get Started", href: "contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited group classes", "Equipment access", "Member community", "Mobile app access"],
|
||||
"Unlimited group classes", "Equipment access", "Member community", "Mobile app access"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite", tag: "Elite Membership", tagIcon: Crown,
|
||||
price: "$99", period: "/month", description: "Our most popular plan. Full gym access plus personal training sessions.", button: { text: "Become Elite", href: "contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited classes", "Full gym access", "4 personal training sessions", "Nutrition coaching", "Priority booking", "Guest privileges"],
|
||||
"Unlimited classes", "Full gym access", "4 personal training sessions", "Nutrition coaching", "Priority booking", "Guest privileges"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "champion", tag: "Champion Pro", tagIcon: Award,
|
||||
price: "$149", period: "/month", description: "Ultimate experience. Dedicated coaching and premium perks.", button: { text: "Go Champion", href: "contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"All Elite benefits", "Unlimited personal training", "Dedicated coach", "Custom meal plans", "Recovery services", "VIP lounge access", "1-on-1 goal strategy sessions"],
|
||||
"All Elite benefits", "Unlimited personal training", "Dedicated coach", "Custom meal plans", "Recovery services", "VIP lounge access", "1-on-1 goal strategy sessions"
|
||||
],
|
||||
},
|
||||
]}
|
||||
className="pricing-section"
|
||||
@@ -152,16 +159,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Fitness Coach", company: "FitForce Elite Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-29637.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-29637.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Product Manager", company: "FitForce Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-happy-redhead-sportswoman-winking-camera-standing-workout-clothing-doing-exercises-white-background_176420-48939.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-happy-redhead-sportswoman-winking-camera-standing-workout-clothing-doing-exercises-white-background_176420-48939.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", role: "Business Owner", company: "Transformation Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-dressing-room-gym_329181-13246.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-dressing-room-gym_329181-13246.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Williams", role: "Athlete", company: "FitForce Champion", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-8927.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-standing-writing-down-something-into-notebook_1153-8927.jpg"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5,000+", label: "Active Members" },
|
||||
|
||||
Reference in New Issue
Block a user