diff --git a/src/app/page.tsx b/src/app/page.tsx index 2949121..4c439ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ 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 ( @@ -95,7 +96,11 @@ export default function LandingPage() { title="Testimonials" description="Read what others say." testimonials={[]} - kpiItems={[]} + kpiItems={[ + { value: "100%", description: "Satisfaction", icon: Circle }, + { value: "50+", description: "Projects", icon: Circle }, + { value: "24h", description: "Support", icon: Circle } + ]} />