From 3d0d7bb1439135730f0c232347027c160d392aac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 21:07:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50a174b..fbcfb76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Chef, Heart, Sparkles, Star } from "lucide-react"; +import { Award, Heart, Sparkles, Star, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -74,7 +74,7 @@ export default function LandingPage() { title="Featured Menu Items" description="Discover our signature dishes, crafted from time-honored Italian recipes using the finest fresh ingredients available." tag="Chef's Selection" - tagIcon={Chef} + tagIcon={ChefHat} textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -98,6 +98,7 @@ export default function LandingPage() { title="A legacy built on excellence and authentic Italian tradition" tag="Our Achievements" useInvertedBackground={false} + metricsAnimation="slide-up" metrics={[ { id: "1", value: "10K+", description: "Satisfied guests have dined with us, creating lasting memories around our tables." -- 2.49.1