Update src/app/page.tsx

This commit is contained in:
2026-03-26 13:39:27 +00:00
parent 0dd26ee0a1
commit 99bfebc4a7

View File

@@ -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"