diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a8e141..7b09c95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Facebook, Heart, Instagram, Sparkles, Twitter, Dumbbell, Weight, HeartPulse, Brain, Run, Armchair } from "lucide-react"; +import { Award, Facebook, Heart, Instagram, Sparkles, Twitter, Dumbbell, Weight, HeartPulse, Brain, Running, Armchair } from "lucide-react"; export default function LandingPage() { return ( @@ -137,6 +137,7 @@ export default function LandingPage() {