Update src/app/page.tsx

This commit is contained in:
2026-03-07 19:46:07 +00:00
parent 7e7483ff2b
commit f82e06a1bb

View File

@@ -1,6 +1,6 @@
"use client";
import { Award, Calendar, Chef, Globe, Heart, Quote, Sparkles, Trophy, Users } from "lucide-react";
import { Award, Calendar, ChefHat, Globe, Heart, Quote, Sparkles, Trophy, Users } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
@@ -71,7 +71,7 @@ export default function LandingPage() {
title="Crafted by passion, delivered with precision. At Savour, we believe exceptional dining is an art form that celebrates ingredients, technique, and the joy of sharing remarkable meals."
useInvertedBackground={false}
metrics={[
{ icon: Chef, label: "Head Chef", value: "Michelin-Trained" },
{ icon: ChefHat, label: "Head Chef", value: "Michelin-Trained" },
{ icon: Award, label: "Accolades", value: "12+ Awards" },
{ icon: Globe, label: "Sourcing", value: "Global Ingredients" },
{ icon: Users, label: "Team", value: "35+ Specialists" },