diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6d7b25a..65374ef 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -10,9 +10,9 @@ import { Flame, Users, DollarSign, Smile, Table, Utensils } from 'lucide-react'; export default function MenuPage() { const navItems = [ - { name: "Home", href: "/" }, - { name: "Menu", href: "/menu" }, - { name: "Contact", href: "/contact" }, + { name: "Home", id: "/" }, + { name: "Menu", id: "/menu" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -56,6 +56,7 @@ export default function MenuPage() { description="Explore a rich selection of authentic Indian and Telangana dishes, crafted with passion." gridVariant="two-columns-alternating-heights" animationType="slide-up" + textboxLayout="default" products={[ { id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "chicken biryani popular dish" }, { id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", imageAlt: "mushroom biryani vegetarian" },