Merge version_1 into main #3
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user