Update src/app/menu/page.tsx

This commit is contained in:
2026-03-25 06:32:59 +00:00
parent 8c86e7f996
commit c8ed4a97ef

View File

@@ -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" },