Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user