Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user