From 03297c32afd688d2834b8cdd07c5612aaf0ef3e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:33:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f15670f..7bd4e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Circle } from 'lucide-react'; export default function LandingPage() { return ( @@ -97,9 +96,9 @@ export default function LandingPage() { description="Read what others say." testimonials={[]} kpiItems={[ - { value: "100%", label: "Satisfaction", icon: Circle }, - { value: "50+", label: "Projects", icon: Circle }, - { value: "24h", label: "Support", icon: Circle } + { value: "100%", label: "Satisfaction" }, + { value: "50+", label: "Projects" }, + { value: "24h", label: "Support" } ]} /> -- 2.49.1