Merge version_1 into main #2
@@ -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 { Apple, Award, BarChart3, Calendar, Dumbbell, Facebook, Flame, Heart, Instagram, Lightbulb, Linkedin, Network, Send, Smartphone, Star, Target, TrendingDown, TrendingUp, Users, Users2, Youtube, Zap } from 'lucide-react';
|
||||
import { Apple, Award, BarChart3, Calendar, Dumbbell, Facebook, Flame, Heart, Instagram, Lightbulb, Linkedin, Layers, Network, Send, Smartphone, Star, Target, TrendingDown, TrendingUp, User, Users, Users2, Youtube, Zap } 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 personal coaching tailored to your goals. Whether you're starting your fitness journey or pushing for elite performance, we deliver measurable results through proven methods and personalized attention."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Clients Transformed" },
|
||||
{ value: "95%", label: "Goal Achievement Rate" },
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Nutrition Coaching", description: "Personalized meal planning and nutrition guidance aligned with your training program. We teach sustainable eating habits, not restrictive diets.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg?_wi=1", imageAlt: "Nutrition consultation"
|
||||
title: "Nutrition Coaching", description: "Personalized meal planning and nutrition guidance aligned with your training program. We teach sustainable eating habits, not restrictive diets.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg", imageAlt: "Nutrition consultation"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Your Coaching Timeline", description: "Regular check-ins and motivational guidance throughout your journey", bentoComponent: "3d-task-list", title: "Your Coaching Timeline", items: [
|
||||
title: "Your Coaching Timeline", description: "Regular check-ins and motivational guidance throughout your journey", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Calendar, label: "Weekly Check-ins", time: "Every Monday" },
|
||||
{ icon: BarChart3, label: "Progress Reviews", time: "Monthly" },
|
||||
{ icon: Award, label: "Goal Celebration", time: "Ongoing" }
|
||||
@@ -174,9 +174,9 @@ export default function LandingPage() {
|
||||
variant: "text", texts: ["Supportive Community", "Shared Goals", "Group Challenges", "Exclusive Events", "Ongoing Motivation"]
|
||||
},
|
||||
{
|
||||
title: "Flexible Coaching Options", description: "Choose the coaching style that fits your lifestyle", bentoComponent: "3d-card-grid", centerIcon: Lightbulb,
|
||||
title: "Flexible Coaching Options", description: "Choose the coaching style that fits your lifestyle", bentoComponent: "3d-card-grid", centerIcon: Layers,
|
||||
items: [
|
||||
{ name: "One-on-One", icon: Users },
|
||||
{ name: "One-on-One", icon: User },
|
||||
{ name: "Semi-Private", icon: Users },
|
||||
{ name: "Group Classes", icon: Users2 },
|
||||
{ name: "Online Remote", icon: Smartphone }
|
||||
@@ -218,9 +218,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Transform?"
|
||||
description="Join hundreds of clients who have achieved their fitness goals through dedicated coaching. Sign up for our newsletter to receive exclusive training tips, transformation stories, and special offers."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg"
|
||||
imageAlt="Personal training consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user