From 99bfebc4a755cc07f79829aa5f5a90e4fe1d78f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:39:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c14330..0b73294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Car } from "lucide-react"; +import { Car, Star, Users, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -171,13 +171,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "4.7", title: "Star Rating" + value: "4.7", description: "Star Rating", icon: Star }, { - value: "339", title: "Total Reviews" + value: "339", description: "Total Reviews", icon: Users }, { - value: "95%", title: "Customer Satisfaction" + value: "95%", description: "Customer Satisfaction", icon: Smile }, ]} title="What Our Guests Are Saying" -- 2.49.1