Merge version_1 into main #5
@@ -9,7 +9,6 @@ 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 (
|
||||
@@ -107,9 +106,9 @@ export default function LandingPage() {
|
||||
description="Voices from our community."
|
||||
testimonials={[]}
|
||||
kpiItems={[
|
||||
{ value: "5 Star", label: "Service Rating", icon: Star },
|
||||
{ value: "100+", label: "Daily Guests", icon: Star },
|
||||
{ value: "10 Years", label: "Tradition", icon: Star }
|
||||
{ value: "5 Star", label: "Service Rating" },
|
||||
{ value: "100+", label: "Daily Guests" },
|
||||
{ value: "10 Years", label: "Tradition" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user