Merge version_2 into main #3
103
src/app/page.tsx
103
src/app/page.tsx
@@ -16,76 +16,38 @@ export default function HomePage() {
|
||||
|
||||
const groupProducts = [
|
||||
{
|
||||
id: "1",
|
||||
name: "25.01",
|
||||
price: "15 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1",
|
||||
imageAlt: "25.01 guruh",
|
||||
},
|
||||
id: "1", name: "25.01", price: "15 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "25.01 guruh"},
|
||||
{
|
||||
id: "2",
|
||||
name: "25.02",
|
||||
price: "16 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2",
|
||||
imageAlt: "25.02 guruh",
|
||||
},
|
||||
id: "2", name: "25.02", price: "16 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "25.02 guruh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "25.03",
|
||||
price: "14 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3",
|
||||
imageAlt: "25.03 guruh",
|
||||
},
|
||||
id: "3", name: "25.03", price: "14 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "25.03 guruh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "25.04",
|
||||
price: "17 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4",
|
||||
imageAlt: "25.04 guruh",
|
||||
},
|
||||
id: "4", name: "25.04", price: "17 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "25.04 guruh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "25.05",
|
||||
price: "15 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5",
|
||||
imageAlt: "25.05 guruh",
|
||||
},
|
||||
id: "5", name: "25.05", price: "15 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "25.05 guruh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "25.06",
|
||||
price: "16 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6",
|
||||
imageAlt: "25.06 guruh",
|
||||
},
|
||||
id: "6", name: "25.06", price: "16 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "25.06 guruh"},
|
||||
{
|
||||
id: "7",
|
||||
name: "25.07",
|
||||
price: "14 ta talaba",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7",
|
||||
imageAlt: "25.07 guruh",
|
||||
},
|
||||
id: "7", name: "25.07", price: "14 ta talaba", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "25.07 guruh"},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Sahifalar",
|
||||
items: [
|
||||
title: "Sahifalar", items: [
|
||||
{ label: "Bosh sahifa", href: "/" },
|
||||
{ label: "Guruhlar", href: "#groups" },
|
||||
{ label: "Qo'llanma", href: "#help" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Tizim",
|
||||
items: [
|
||||
title: "Tizim", items: [
|
||||
{ label: "Davomat belgilash", href: "#" },
|
||||
{ label: "Hisobotlar", href: "#" },
|
||||
{ label: "Statistika", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Qonuniy",
|
||||
items: [
|
||||
title: "Qonuniy", items: [
|
||||
{ label: "Shartlar", href: "#" },
|
||||
{ label: "Maxfiylik siyosati", href: "#" },
|
||||
{ label: "Aloqa", href: "#" },
|
||||
@@ -112,9 +74,7 @@ export default function HomePage() {
|
||||
brandName="Kollej Davomat"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Kirish",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Kirish", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,49 +86,30 @@ export default function HomePage() {
|
||||
tag="Davomat"
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=8",
|
||||
imageAlt: "Talabalar ro'yxati",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Talabalar ro'yxati"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=9",
|
||||
imageAlt: "Davomat belgilash",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Davomat belgilash"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=10",
|
||||
imageAlt: "Guruhlar",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Guruhlar"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=11",
|
||||
imageAlt: "Hisobotlar",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=11", imageAlt: "Hisobotlar"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=12",
|
||||
imageAlt: "Interfeys",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=12", imageAlt: "Interfeys"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=13",
|
||||
imageAlt: "Mobil ko'rinishi",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=13", imageAlt: "Mobil ko'rinishi"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=14",
|
||||
imageAlt: "Tizim xususiyatlari",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=14", imageAlt: "Tizim xususiyatlari"},
|
||||
{
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=15",
|
||||
imageAlt: "Statistika",
|
||||
},
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=15", imageAlt: "Statistika"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Boshlash",
|
||||
href: "#groups",
|
||||
},
|
||||
text: "Boshlash", href: "#groups"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,7 +119,7 @@ export default function HomePage() {
|
||||
<div id="groups" data-section="groups">
|
||||
<ProductCardOne
|
||||
title="Guruhlarni tanlang"
|
||||
description="Talabalarning davomat belgilash uchun kerakli guruhni tanlab oling"
|
||||
description="Har bir guruhning davomat holati va statistikasini real vaqtda kuzating. Talabalarning davomat belgilash uchun kerakli guruhni tanlab oling va to'liq statistikaga ega bo'ling."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user