diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3002a5a..525a69a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from "@/components/sections/product/ProductCardThree"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Chef, MapPin } from "lucide-react"; +import { MapPin } from "lucide-react"; const navItems = [ { name: "Home", id: "home" }, @@ -78,7 +78,7 @@ export default function MenuPage() { title="Complete Kerala Fusion Menu" description="Discover our full range of authentic Kerala dishes and modern fusion creations. Each item is carefully prepared using traditional spices and premium ingredients." tag="Culinary Excellence" - tagIcon={Chef} + tagIcon={MapPin} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -89,21 +89,21 @@ export default function MenuPage() { id: "biryani", name: "Kerala Biryani", price: "SR 45", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg", imageAlt: "Fragrant Kerala Biryani", }, { id: "appam-curry", name: "Appam with Fish Curry", price: "SR 38", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg", imageAlt: "Traditional Appam and Curry", }, { id: "seafood-special", name: "Seafood Special Fry", price: "SR 52", - imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg", imageAlt: "Crispy Seafood Special", }, { @@ -124,7 +124,7 @@ export default function MenuPage() { id: "dosa", name: "Crispy Dosa with Sambar", price: "SR 22", - imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg", imageAlt: "Traditional Dosa", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 66eedc1..ff910b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Award, Flame, Chef, MapPin, Heart } from "lucide-react"; +import { Award, Flame, MapPin, Heart } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -81,7 +81,7 @@ export default function HomePage() {