From 08b7ad3dc41b9c84165e880ea376492b51e557a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:35:21 +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 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" } ]} /> -- 2.49.1