Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-26 13:39:31 +00:00

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"