Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Star, Users, Award } from 'lucide-react';
|
||||
|
||||
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -145,13 +145,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
label: "Average Rating", value: "4.9", icon: Star
|
||||
label: "Average Rating", value: "4.9"
|
||||
},
|
||||
{
|
||||
label: "Happy Guests", value: "10K+", icon: Users
|
||||
label: "Happy Guests", value: "10K+"
|
||||
},
|
||||
{
|
||||
label: "2023 Best Restobar", value: "Awarded", icon: Award
|
||||
label: "2023 Best Restobar", value: "Awarded"
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
|
||||
Reference in New Issue
Block a user