diff --git a/src/app/aloqa/page.tsx b/src/app/aloqa/page.tsx index 88c3504..198d971 100644 --- a/src/app/aloqa/page.tsx +++ b/src/app/aloqa/page.tsx @@ -16,8 +16,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Restoran", - items: [ + title: "Restoran", items: [ { label: "Menyu", href: "/menyu" }, { label: "Galereya", href: "/galereya" }, { label: "Haqida", href: "#about" }, @@ -25,8 +24,7 @@ export default function ContactPage() { ], }, { - 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: "Instagram", href: "https://instagram.com" }, @@ -34,8 +32,7 @@ export default function ContactPage() { ], }, { - title: "Qonun", - items: [ + title: "Qonun", items: [ { label: "Maxfiyslik Siyosati", href: "#" }, { label: "Foydalanish Shartlari", href: "#" }, { label: "Aloqa", href: "#contact" }, @@ -57,48 +54,34 @@ export default function ContactPage() { headingFontWeight="normal" >
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" >
diff --git a/src/app/galereya/page.tsx b/src/app/galereya/page.tsx index fc794b9..9a2c81a 100644 --- a/src/app/galereya/page.tsx +++ b/src/app/galereya/page.tsx @@ -9,7 +9,7 @@ import Link from "next/link"; export default function GaleryaPage() { const navItems = [ - { name: "Bosh sahifa", id: "home" }, + { name: "Bosh sahifa", id: "/" }, { name: "Haqida", id: "about" }, { name: "Menyu", id: "menu" }, { name: "Galereya", id: "gallery" }, @@ -18,8 +18,7 @@ export default function GaleryaPage() { const footerColumns = [ { - title: "Restoran", - items: [ + title: "Restoran", items: [ { label: "Menyu", href: "/menyu" }, { label: "Galereya", href: "/galereya" }, { label: "Haqida", href: "#about" }, @@ -27,20 +26,16 @@ export default function GaleryaPage() { ], }, { - 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,43 +57,23 @@ export default function GaleryaPage() { headingFontWeight="normal" > @@ -142,7 +105,7 @@ export default function GaleryaPage() { Stol Bronini Qilish

- Colibri restoranida stol bronini qilish uchun quyidagi tugmani bosing + Broadway restoranida stol bronini qilish uchun quyidagi tugmani bosing

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" > diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a6be8..5b8938f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Restoran", - items: [ + title: "Restoran", items: [ { label: "Menyu", href: "/menyu" }, { label: "Galereya", href: "/galereya" }, { label: "Haqida", href: "#about" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - 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: "Instagram", href: "https://instagram.com" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Qonun", - items: [ + title: "Qonun", items: [ { label: "Maxfiyslik Siyosati", href: "#" }, { label: "Foydalanish Shartlari", href: "#" }, { label: "Aloqa", href: "#contact" }, @@ -63,12 +60,12 @@ export default function HomePage() { headingFontWeight="normal" >