From 1bfe0684428e0349e1d1bfb80e65d2e8098ac7f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:26:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++++++--------------------------------- 1 file changed, 35 insertions(+), 85 deletions(-) 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() {