From f82e06a1bbba0b9da178791bd1f1b7484e29b083 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:46:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5b3fb7..d4fd111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, -- 2.49.1