Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Utensils, Clock, Users, Chef, Star, Mail } from "lucide-react";
|
||||
import { Utensils, Clock, Users, ChefHat, Star, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ icon: Clock, label: "Years of Excellence", value: "14+" },
|
||||
{ icon: Users, label: "Happy Guests", value: "50k+" },
|
||||
{ icon: Chef, label: "Signature Dishes", value: "40+" },
|
||||
{ icon: ChefHat, label: "Signature Dishes", value: "40+" },
|
||||
{ icon: Star, label: "Rating", value: "4.9★" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user