diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index b0f0225..c87de37 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -10,43 +10,49 @@ import { Users, Info, Phone, GraduationCap, School, Award, Users as UsersIcon } export default function AdmissionsPage() { const navItems = [ + { name: "Bosh sahifa", id: "home", href: "/" }, { name: "Qabul", id: "admissions", href: "/admissions" }, - { name: "Yangiliklar", id: "news", href: "/news" } + { name: "Yangiliklar", id: "news", href: "/news" }, + { name: "O'qituvchilar", id: "team", href: "/team" }, + { name: "Bog'lanish", id: "contact", href: "/contact" } ]; - const navbarButton = { text: "Bog'lanish" }; + const navbarButton = { text: "Bog'lanish", href: "/contact" }; const footerColumns = [ { title: "Litsey haqida", items: [ - { label: "Qabul", href: "/admissions" } + { label: "Qabul", href: "/admissions" }, + { label: "Jamoa", href: "/team" } ] }, { title: "Resurslar", items: [ { label: "Yangiliklar", href: "/news" }, - { label: "FAQ", href: "/admissions" } + { label: "FAQ", href: "/admissions#admissions-faq" } ] }, { title: "Bog'lanish", items: [ - { label: "Email", href: "mailto:iiv_buxoro_al@mail.ru" } + { label: "Manzil", href: "/contact" }, + { label: "Email", href: "mailto:iiv_buxoro_al@mail.ru" }, + { label: "Telefon", href: "/contact" } ] } ]; return (