diff --git a/src/app/page.tsx b/src/app/page.tsx index 90edd42..89d0186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -105,7 +106,11 @@ export default function LandingPage() { title="Featured Testimonials" description="Voices from our community." testimonials={[]} - kpiItems={[]} + kpiItems={[ + { value: "5 Star", description: "Service Rating", icon: Star }, + { value: "100+", description: "Daily Guests", icon: Star }, + { value: "10 Years", description: "Tradition", icon: Star } + ]} />