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" } ]} />