diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a0fc2d..c070356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TextNumberCount from '@/components/text/TextNumberCount'; import { History, Zap, Award, Smile, Layers } from "lucide-react"; export default function LandingPage() { @@ -31,14 +32,10 @@ export default function LandingPage() {