Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-02 07:34:20 +00:00

View File

@@ -9,6 +9,7 @@ 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 (
@@ -105,7 +106,11 @@ export default function LandingPage() {
title="Featured Testimonials"
description="Voices from our community."
testimonials={[]}
kpiItems={[]}
kpiItems={[
{ value: "5 Star", description: "Service Rating", icon: Star },
{ value: "100+", description: "Daily Guests", icon: Star },
{ value: "10 Years", description: "Tradition", icon: Star }
]}
/>
</div>