From fac29d8c01261a0754bf82101bf6623aaf836028 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:29:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b09c95..f503862 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, Running, Armchair } from "lucide-react"; +import { Award, Facebook, Heart, Instagram, Sparkles, Twitter, Dumbbell, Weight, HeartPulse, Brain, Run, Armchair } from "lucide-react"; export default function LandingPage() { return ( @@ -171,7 +171,7 @@ export default function LandingPage() { duration: 25, }, { - icon: Running, + icon: Run, ring: 1, duration: 18, }, -- 2.49.1