From da6ed3f955e88df499ecd91047db35f54d8b8736 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 11:03:24 +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 c142bc5..420f1af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Chef, Heart, Phone, Sparkles, Star, TrendingUp, Utensils } from 'lucide-react'; +import { Award, Heart, Phone, Sparkles, Star, TrendingUp, Utensils } from 'lucide-react'; export default function LandingPage() { return ( @@ -68,7 +68,7 @@ export default function LandingPage() { title="Crafted with Passion" description="Since 2015, Delicioso has been a beacon of culinary innovation and timeless elegance." subdescription="Our award-winning kitchen combines traditional techniques with contemporary flavors, creating unforgettable dining experiences for discerning guests from around the world." - icon={Chef} + icon={Utensils} imageSrc="http://img.b2bpic.net/free-photo/female-chef-placing-orange-slice-dish_23-2148763198.jpg" imageAlt="Professional chef in kitchen" mediaAnimation="slide-up" -- 2.49.1