Merge version_2 into main #3

Merged
development merged 1 commits from version_2 into main 2026-02-09 17:08:20 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Lotus, Sparkles, Dumbbell } from "lucide-react";
import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Circle, Sparkles, Dumbbell } from "lucide-react";
export default function FitnessLandingPage() {
return (
@@ -107,7 +107,7 @@ export default function FitnessLandingPage() {
},
items: [
{ icon: Wind, text: "Stress relief" },
{ icon: Lotus, text: "Mind-body connection" },
{ icon: Circle, text: "Mind-body connection" },
{ icon: Sparkles, text: "Recovery focused" }
],
reverse: false