Merge version_1 into main #1
@@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Dumbbell, Wind, Yoga, Clock, Heart, Zap, Target, TrendingUp, Flame, Mail, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Dumbbell, Wind, Zap, Clock, Heart, Users, Target, TrendingUp, Flame, Mail, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Body, Transform Your Life"
|
||||
description="Expert-guided fitness coaching tailored to your unique goals. Whether you're starting your wellness journey or pushing for peak performance, our certified trainers deliver results."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Clients Transformed" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
{ id: "1", value: "32", title: "lbs", description: "Average weight loss per client", icon: Zap },
|
||||
{ id: "2", value: "8", title: "weeks", description: "To see visible transformation", icon: Clock },
|
||||
{ id: "3", value: "98", title: "%", description: "Client satisfaction rate", icon: Heart },
|
||||
{ id: "4", value: "24/7", title: "support", description: "Dedicated coaching access", icon: Zap }
|
||||
{ id: "4", value: "24/7", title: "support", description: "Dedicated coaching access", icon: Users }
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Workout Library", description: "Access hundreds of exercises with video demonstrations and form guides.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Dumbbell, label: "Strength", value: "180+" },
|
||||
{ icon: Wind, label: "Cardio", value: "95+" },
|
||||
{ icon: Yoga, label: "Flexibility", value: "65+" }
|
||||
{ icon: Zap, label: "Flexibility", value: "65+" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
title="Start Your Transformation Today"
|
||||
description="Get exclusive fitness tips, nutrition guides, and early access to new coaching programs. Subscribe to our newsletter and begin your journey to a healthier, stronger you."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-woman-running_1134-532.jpg"
|
||||
imageAlt="Fitness coaching community"
|
||||
|
||||
Reference in New Issue
Block a user