Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Clock, label: "Years of Excellence", value: "14+" },
|
{ icon: Clock, label: "Years of Excellence", value: "14+" },
|
||||||
{ icon: Users, label: "Happy Guests", value: "50k+" },
|
{ 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★" }
|
{ icon: Star, label: "Rating", value: "4.9★" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user