Merge version_1 into main #2
117
src/app/page.tsx
117
src/app/page.tsx
@@ -29,29 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh sahifa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Bosh sahifa", id: "hero"},
|
||||
{
|
||||
name: "Biz haqimizda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Biz haqimizda", id: "about"},
|
||||
{
|
||||
name: "Yangiliklar",
|
||||
id: "news",
|
||||
},
|
||||
name: "Yangiliklar", id: "news"},
|
||||
{
|
||||
name: "Maktab hayoti",
|
||||
id: "life",
|
||||
},
|
||||
name: "Maktab hayoti", id: "life"},
|
||||
{
|
||||
name: "Galereya",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Galereya", id: "gallery"},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Aloqa", id: "contact"},
|
||||
]}
|
||||
brandName="MAKAB"
|
||||
/>
|
||||
@@ -60,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="MAKAB Umumiy O'rta Ta'lim Maktabi"
|
||||
description="Maktabimizdagi eng so'nggi yangiliklar va yutuqlar bilan tanishib boring."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg?_wi=1",
|
||||
imageAlt: "O'quvchilar sinfda",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", imageAlt: "O'quvchilar sinfda"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg?_wi=2",
|
||||
imageAlt: "Maktab koridorlari",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", imageAlt: "Maktab koridorlari"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg?_wi=3",
|
||||
imageAlt: "Zamonaviy ta'lim",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", imageAlt: "Zamonaviy ta'lim"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg?_wi=4",
|
||||
imageAlt: "O'quv jarayoni",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", imageAlt: "O'quv jarayoni"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg?_wi=5",
|
||||
imageAlt: "Faol o'quvchilar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", imageAlt: "Faol o'quvchilar"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -99,35 +76,11 @@ export default function LandingPage() {
|
||||
description="Maktabimizdagi voqealar va muhim yangiliklar."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Yutuqlar",
|
||||
title: "Fan olimpiadasi g'oliblari",
|
||||
excerpt: "Maktabimiz o'quvchilari respublika fan olimpiadasida faxrli o'rinlarni qo'lga kiritishdi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradution-diploma-toga-hat_23-2148928770.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg",
|
||||
date: "2024-05-10",
|
||||
},
|
||||
id: "1", category: "Yutuqlar", title: "Fan olimpiadasi g'oliblari", excerpt: "Maktabimiz o'quvchilari respublika fan olimpiadasida faxrli o'rinlarni qo'lga kiritishdi.", imageSrc: "http://img.b2bpic.net/free-photo/gradution-diploma-toga-hat_23-2148928770.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", date: "2024-05-10"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Tadbirlar",
|
||||
title: "Ochiq dars kuni",
|
||||
excerpt: "Maktabimizda ochiq darslar o'tkazildi, ota-onalar dars jarayoni bilan yaqindan tanishdilar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-observing-boy-looking-flask-with-liquid_259150-60283.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg",
|
||||
date: "2024-05-12",
|
||||
},
|
||||
id: "2", category: "Tadbirlar", title: "Ochiq dars kuni", excerpt: "Maktabimizda ochiq darslar o'tkazildi, ota-onalar dars jarayoni bilan yaqindan tanishdilar.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-observing-boy-looking-flask-with-liquid_259150-60283.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", date: "2024-05-12"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Yangiliklar",
|
||||
title: "Sport musobaqalari",
|
||||
excerpt: "Maktab o'quvchilari o'rtasida futbol bo'yicha musobaqa tashkil etildi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-being-happy-after-winning-football-match_23-2148631571.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg",
|
||||
date: "2024-05-15",
|
||||
},
|
||||
id: "3", category: "Yangiliklar", title: "Sport musobaqalari", excerpt: "Maktab o'quvchilari o'rtasida futbol bo'yicha musobaqa tashkil etildi.", imageSrc: "http://img.b2bpic.net/free-photo/kids-being-happy-after-winning-football-match_23-2148631571.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-students-with-devices_23-2149127090.jpg", date: "2024-05-15"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,16 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mas'uliyatli yondashuv",
|
||||
"Doimiy rivojlanish",
|
||||
],
|
||||
"Mas'uliyatli yondashuv", "Doimiy rivojlanish"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Sifatli ta'lim",
|
||||
"Zamonaviy sharoitlar",
|
||||
"Iqtidorli ustozlar",
|
||||
],
|
||||
"Sifatli ta'lim", "Zamonaviy sharoitlar", "Iqtidorli ustozlar"],
|
||||
}}
|
||||
title="Direktor Murojaati"
|
||||
description="Hurmatli ota-onalar va o'quvchilar, maktabimiz sizga bilim va ma'rifat sari eshiklarni ochadi."
|
||||
@@ -161,6 +109,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Maktab Mahsulotlari"
|
||||
description="Maktabimizning o'quv qurollari va esdalik sovg'alari."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,8 +118,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Aloqa"
|
||||
title="Savollaringiz bormi?"
|
||||
description="Biz bilan bog'laning, sizga yordam berishdan mamnunmiz."
|
||||
@@ -183,33 +132,21 @@ export default function LandingPage() {
|
||||
logoText="MAKAB Umumiy O'rta Ta'lim Maktabi"
|
||||
columns={[
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
title: "Menyu", items: [
|
||||
{
|
||||
label: "Bosh sahifa",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Bosh sahifa", href: "#hero"},
|
||||
{
|
||||
label: "Yangiliklar",
|
||||
href: "#news",
|
||||
},
|
||||
label: "Yangiliklar", href: "#news"},
|
||||
{
|
||||
label: "Aloqa",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Aloqa", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ma'lumot",
|
||||
items: [
|
||||
title: "Ma'lumot", items: [
|
||||
{
|
||||
label: "Direktor",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Direktor", href: "#about"},
|
||||
{
|
||||
label: "Galereya",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Galereya", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user