Merge version_1 into main #1

Merged
mulika-local merged 1 commits from version_1 into main 2026-01-05 09:15:25 +00:00

View File

@@ -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★" }
]} ]}
/> />