From e89970fc6c8d01c3a2c84940db6d607a3a5eea39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:32:28 +0000 Subject: [PATCH] Update src/app/menyu/page.tsx --- src/app/menyu/page.tsx | 99 +++++++++++++----------------------------- 1 file changed, 30 insertions(+), 69 deletions(-) diff --git a/src/app/menyu/page.tsx b/src/app/menyu/page.tsx index 1088c2f..4e98464 100644 --- a/src/app/menyu/page.tsx +++ b/src/app/menyu/page.tsx @@ -9,7 +9,7 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function MenuPage() { const navItems = [ - { name: "Bosh sahifa", id: "home" }, + { name: "Bosh sahifa", id: "/" }, { name: "Haqida", id: "about" }, { name: "Menyu", id: "menu" }, { name: "Galereya", id: "gallery" }, @@ -18,29 +18,24 @@ export default function MenuPage() { const footerColumns = [ { - title: "Restoran", - items: [ + title: "Restoran", items: [ { label: "Menyu", href: "/menyu" }, - { label: "Galereya", href: "#gallery" }, + { label: "Galereya", href: "/galereya" }, { label: "Haqida", href: "#about" }, { label: "Stol Bronini", href: "#contact" }, ], }, { - title: "Aloqa", - items: [ + title: "Aloqa", items: [ { label: "Telefon: +998 95 833 99 99", href: "tel:+998958339999" }, { - label: "Manzil: Matbuotchilar ko'chasi 17, Tashkent", - href: "https://maps.google.com/?q=Matbuotchilar+17+Tashkent", - }, + label: "Manzil: Matbuotchilar ko'chasi 17, Tashkent", href: "https://maps.google.com/?q=Matbuotchilar+17+Tashkent"}, { label: "Instagram", href: "https://instagram.com" }, { label: "Telegram", href: "https://telegram.me" }, ], }, { - title: "Qonun", - items: [ + title: "Qonun", items: [ { label: "Maxfiyslik Siyosati", href: "#" }, { label: "Foydalanish Shartlari", href: "#" }, { label: "Aloqa", href: "#contact" }, @@ -62,52 +57,32 @@ export default function MenuPage() { headingFontWeight="normal" >