diff --git a/src/app/page.tsx b/src/app/page.tsx index b093988..aad33ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ 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 ( @@ -107,9 +106,9 @@ export default function LandingPage() { description="Voices from our community." testimonials={[]} kpiItems={[ - { value: "5 Star", label: "Service Rating", icon: Star }, - { value: "100+", label: "Daily Guests", icon: Star }, - { value: "10 Years", label: "Tradition", icon: Star } + { value: "5 Star", label: "Service Rating" }, + { value: "100+", label: "Daily Guests" }, + { value: "10 Years", label: "Tradition" } ]} />