diff --git a/src/app/page.tsx b/src/app/page.tsx index e3bce49..87e2b2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Calendar, Droplet, Heart, Home, Scissors, Smile, Sparkles, Star, Users, PawPrint, Bone, BallOfYarn } from "lucide-react"; +import { Award, Calendar, Droplet, Heart, Home, Scissors, Smile, Sparkles, Star, Users, PawPrint, Bone } from "lucide-react"; export default function LandingPage() { return ( @@ -152,7 +152,7 @@ export default function LandingPage() { icon: Bone, text: "Nutritional Foods"}, { - icon: BallOfYarn, + icon: Bone, text: "Engaging Toys"}, { icon: Home,