diff --git a/src/app/bron/page.tsx b/src/app/bron/page.tsx index 49d90e0..9ad88d8 100644 --- a/src/app/bron/page.tsx +++ b/src/app/bron/page.tsx @@ -7,7 +7,7 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function BronPage() { const navItems = [ - { name: "Bosh sahifa", id: "home" }, + { name: "Bosh sahifa", id: "/" }, { name: "Haqida", id: "about" }, { name: "Menyu", id: "menu" }, { name: "Galereya", id: "gallery" }, @@ -16,8 +16,7 @@ export default function BronPage() { const footerColumns = [ { - title: "Restoran", - items: [ + title: "Restoran", items: [ { label: "Menyu", href: "/menyu" }, { label: "Galereya", href: "/galereya" }, { label: "Haqida", href: "#about" }, @@ -25,20 +24,16 @@ export default function BronPage() { ], }, { - 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" }, @@ -64,48 +59,34 @@ export default function BronPage() { headingFontWeight="normal" >