diff --git a/src/app/page.tsx b/src/app/page.tsx index 85bb125..4487d11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, History, Heart, Chef, Star, Utensils, Wine, Home, Camera, Facebook, Instagram } from 'lucide-react'; +import { Award, History, Heart, UtensilsCrossed, Star, Wine, Home, Camera, Facebook, Instagram } from 'lucide-react'; export default function LandingPage() { return ( @@ -86,7 +86,7 @@ export default function LandingPage() { title="Signature Menu Selections" description="Discover our most beloved dishes, carefully crafted to showcase the essence of Italian cuisine and our commitment to quality." tag="House Specialties" - tagIcon={Chef} + tagIcon={UtensilsCrossed} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -154,7 +154,7 @@ export default function LandingPage() { animationType="blur-reveal" features={[ { - icon: Utensils, + icon: UtensilsCrossed, title: "Elegant Dining Room", description: "Warm lighting, rustic wood furnishings, and intimate table settings create the perfect romantic atmosphere." }, {