Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function FitnessLandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -107,7 +107,7 @@ export default function FitnessLandingPage() {
|
|||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: Wind, text: "Stress relief" },
|
{ icon: Wind, text: "Stress relief" },
|
||||||
{ icon: Lotus, text: "Mind-body connection" },
|
{ icon: Circle, text: "Mind-body connection" },
|
||||||
{ icon: Sparkles, text: "Recovery focused" }
|
{ icon: Sparkles, text: "Recovery focused" }
|
||||||
],
|
],
|
||||||
reverse: false
|
reverse: false
|
||||||
|
|||||||
Reference in New Issue
Block a user