diff --git a/src/app/page.tsx b/src/app/page.tsx index 7285dd0..8749f99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Compass, FileText, Flame, Info, MapPin, Sparkles, Utensils, Star, Heart, Fork } from "lucide-react"; +import { Award, Compass, FileText, Flame, Info, MapPin, Sparkles, Utensils, Star, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Wonderfully Textured Hummus", description: "Experience our rich and smooth hummus, served with warm, home-baked pita bread for an authentic start to your meal.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-dish_23-2148814517.jpg", imageAlt: "Textured Hummus with Pita", buttonIcon: Heart, }, { - title: "Authentic Moussaka", description: "A classic Greek dish with layers of seasoned ground meat, eggplant, and a rich béchamel sauce, baked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-6507.jpg", imageAlt: "Traditional Moussaka", buttonIcon: Fork, + title: "Authentic Moussaka", description: "A classic Greek dish with layers of seasoned ground meat, eggplant, and a rich béchamel sauce, baked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-6507.jpg", imageAlt: "Traditional Moussaka", buttonIcon: Utensils, }, ]} title="Signature Greek Delights"