Merge version_2 into main #2
365
src/app/page.tsx
365
src/app/page.tsx
@@ -32,34 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Biz Haqimizda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Imkoniyatlar",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Statistika",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Sharhlar",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Savollar",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
{ name: "Bosh Sahifa", id: "hero" },
|
||||
{ name: "Biz Haqimizda", id: "about" },
|
||||
{ name: "Imkoniyatlar", id: "features" },
|
||||
{ name: "Statistika", id: "metrics" },
|
||||
{ name: "Sharhlar", id: "testimonials" },
|
||||
{ name: "Savollar", id: "faq" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
{ name: "Aloqa", id: "contact" }
|
||||
]}
|
||||
brandName="Ta'limUz"
|
||||
/>
|
||||
@@ -67,97 +47,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Kelajak ta'limi bugundan boshlanadi"
|
||||
description="Eng zamonaviy texnologiyalar yordamida bilim olish jarayonini yangi bosqichga olib chiqing."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Azizbek Rahimov",
|
||||
handle: "@azizbek",
|
||||
testimonial: "Platforma orqali bilimlarimni sezilarli darajada oshirdim.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg?_wi=1",
|
||||
imageAlt: "modern classroom digital",
|
||||
},
|
||||
{
|
||||
name: "Madina Karimova",
|
||||
handle: "@madina",
|
||||
testimonial: "O'qituvchilar bilan ishlash juda qulay va interaktiv.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=1",
|
||||
imageAlt: "modern classroom digital",
|
||||
},
|
||||
{
|
||||
name: "Rustam Sodiqov",
|
||||
handle: "@rustam",
|
||||
testimonial: "Darslar juda sifatli va tushunarli tuzilgan.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg?_wi=1",
|
||||
imageAlt: "modern classroom digital",
|
||||
},
|
||||
{
|
||||
name: "Dildora Yo'ldosheva",
|
||||
handle: "@dildora",
|
||||
testimonial: "Platformadan foydalanish juda oson va qulay.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg?_wi=1",
|
||||
imageAlt: "modern classroom digital",
|
||||
},
|
||||
{
|
||||
name: "Sherzodbek Olimov",
|
||||
handle: "@sherzod",
|
||||
testimonial: "Ta'lim sifati talab darajasida ekanligini ko'rdim.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=1",
|
||||
imageAlt: "modern classroom digital",
|
||||
},
|
||||
{ name: "Azizbek Rahimov", handle: "@azizbek", testimonial: "Platforma orqali bilimlarimni sezilarli darajada oshirdim.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg", imageAlt: "modern classroom digital" },
|
||||
{ name: "Madina Karimova", handle: "@madina", testimonial: "O'qituvchilar bilan ishlash juda qulay va interaktiv.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg", imageAlt: "modern classroom digital" },
|
||||
{ name: "Rustam Sodiqov", handle: "@rustam", testimonial: "Darslar juda sifatli va tushunarli tuzilgan.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg", imageAlt: "modern classroom digital" },
|
||||
{ name: "Dildora Yo'ldosheva", handle: "@dildora", testimonial: "Platformadan foydalanish juda oson va qulay.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg", imageAlt: "modern classroom digital" },
|
||||
{ name: "Sherzodbek Olimov", handle: "@sherzod", testimonial: "Ta'lim sifati talab darajasida ekanligini ko'rdim.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "modern classroom digital" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-man-looking-front-him_23-2148422273.jpg",
|
||||
alt: "Smiling man portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
|
||||
alt: "Smiling young man portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-positive-human-expressions-studio-shot-friendly-young-male-student-with-fair-hair-blue-eyes-laughing-good-joke-smiling-with-braces-looking-with-carefree-smile_176420-13661.jpg",
|
||||
alt: "Friendly student portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg",
|
||||
alt: "Smiling guy portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148827181.jpg",
|
||||
alt: "Smiling woman portrait",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-man-looking-front-him_23-2148422273.jpg", alt: "Smiling man portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", alt: "Smiling young man portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happiness-positive-human-expressions-studio-shot-friendly-young-male-student-with-fair-hair-blue-eyes-laughing-good-joke-smiling-with-braces-looking-with-carefree-smile_176420-13661.jpg", alt: "Friendly student portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt_141793-89199.jpg", alt: "Smiling guy portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148827181.jpg", alt: "Smiling woman portrait" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Interaktiv o'qitish",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real vaqtda nazorat",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sertifikatli kurslar",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zamonaviy platforma",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional jamoa",
|
||||
},
|
||||
{ type: "text", text: "Interaktiv o'qitish" },
|
||||
{ type: "text", text: "Real vaqtda nazorat" },
|
||||
{ type: "text", text: "Sertifikatli kurslar" },
|
||||
{ type: "text", text: "Zamonaviy platforma" },
|
||||
{ type: "text", text: "Professional jamoa" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,20 +81,11 @@ export default function LandingPage() {
|
||||
title="Biz haqimizda"
|
||||
description="Biz ta'lim tizimini raqamlashtirish orqali o'quvchilar va o'qituvchilar o'rtasida sifatli ko'prik yaratamiz."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "O'quvchilar",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Kurslar",
|
||||
},
|
||||
{
|
||||
value: "200+",
|
||||
title: "O'qituvchilar",
|
||||
},
|
||||
{ value: "10k+", title: "O'quvchilar" },
|
||||
{ value: "500+", title: "Kurslar" },
|
||||
{ value: "200+", title: "O'qituvchilar" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,41 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Interaktiv darslar",
|
||||
description: "Har bir dars vizual va amaliy mashqlar bilan to'ldirilgan.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg?_wi=3",
|
||||
imageAlt: "mobile app ui design",
|
||||
title: "Interaktiv darslar", description: "Har bir dars vizual va amaliy mashqlar bilan to'ldirilgan.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Real vaqtda kuzatuv",
|
||||
description: "O'quvchi natijalarini real vaqt rejimida nazorat qiling.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=3",
|
||||
imageAlt: "mobile app ui design",
|
||||
title: "Real vaqtda kuzatuv", description: "O'quvchi natijalarini real vaqt rejimida nazorat qiling.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Sertifikatlar",
|
||||
description: "Kursni yakunlagach, rasmiy sertifikatga ega bo'ling.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yuplij",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sim-card-with-smartphone-clipboard_23-2148779290.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-wooden-chalkboard-school-businessman_1134-912.jpg?_wi=1",
|
||||
imageAlt: "mobile app ui design",
|
||||
},
|
||||
title: "Sertifikatlar", description: "Kursni yakunlagach, rasmiy sertifikatga ega bo'ling.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yuplij" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sim-card-with-smartphone-clipboard_23-2148779290.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Bizning asosiy imkoniyatlar"
|
||||
@@ -242,24 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Faol foydalanuvchilar",
|
||||
value: "12,500+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: BookOpen,
|
||||
title: "Yuklangan darslar",
|
||||
value: "2,300+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Berilgan sertifikatlar",
|
||||
value: "8,900+",
|
||||
},
|
||||
{ id: "m1", icon: Users, title: "Faol foydalanuvchilar", value: "12,500+" },
|
||||
{ id: "m2", icon: BookOpen, title: "Yuklangan darslar", value: "2,300+" },
|
||||
{ id: "m3", icon: Award, title: "Berilgan sertifikatlar", value: "8,900+" }
|
||||
]}
|
||||
title="Statistik ma'lumotlar"
|
||||
description="Platformamiz rivojlanish ko'rsatkichlari."
|
||||
@@ -272,60 +137,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Azizbek Rahimov",
|
||||
role: "O'quvchi",
|
||||
company: "Maktab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-wooden-chalkboard-school-businessman_1134-912.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Madina Karimova",
|
||||
role: "Talaba",
|
||||
company: "Universitet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rustam Sodiqov",
|
||||
role: "Dasturchi",
|
||||
company: "IT kompaniya",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dildora Yo'ldosheva",
|
||||
role: "O'qituvchi",
|
||||
company: "O'quv markaz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sherzodbek Olimov",
|
||||
role: "Menjer",
|
||||
company: "Biznes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Azizbek Rahimov", role: "O'quvchi", company: "Maktab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/education-wooden-chalkboard-school-businessman_1134-912.jpg" },
|
||||
{ id: "t2", name: "Madina Karimova", role: "Talaba", company: "Universitet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg" },
|
||||
{ id: "t3", name: "Rustam Sodiqov", role: "Dasturchi", company: "IT kompaniya", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" },
|
||||
{ id: "t4", name: "Dildora Yo'ldosheva", role: "O'qituvchi", company: "O'quv markaz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg" },
|
||||
{ id: "t5", name: "Sherzodbek Olimov", role: "Menjer", company: "Biznes", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Reyting",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Qoniqish",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Qo'llab-quvvatlash",
|
||||
},
|
||||
{ value: "4.9", label: "Reyting" },
|
||||
{ value: "95%", label: "Qoniqish" },
|
||||
{ value: "24/7", label: "Qo'llab-quvvatlash" }
|
||||
]}
|
||||
title="O'quvchilarimiz fikrlari"
|
||||
description="Biz haqimizda nima deyishmoqda?"
|
||||
@@ -337,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Platformaga qanday ro'yxatdan o'tish mumkin?",
|
||||
content: "Saytning yuqori o'ng burchagidagi 'Ro'yxatdan o'tish' tugmasini bosing.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Darslar qancha vaqt davom etadi?",
|
||||
content: "Har bir dars o'rtacha 15-30 daqiqa davom etadi.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Sertifikat qanday olinadi?",
|
||||
content: "Kursni tugatgach, yakuniy imtihondan muvaffaqiyatli o'tishingiz kerak.",
|
||||
},
|
||||
{ id: "q1", title: "Platformaga qanday ro'yxatdan o'tish mumkin?", content: "Saytning yuqori o'ng burchagidagi 'Ro'yxatdan o'tish' tugmasini bosing." },
|
||||
{ id: "q2", title: "Darslar qancha vaqt davom etadi?", content: "Har bir dars o'rtacha 15-30 daqiqa davom etadi." },
|
||||
{ id: "q3", title: "Sertifikat qanday olinadi?", content: "Kursni tugatgach, yakuniy imtihondan muvaffaqiyatli o'tishingiz kerak." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-cafe-with-laptop-making-notes-smiling-camera-working-having_1258-189145.jpg"
|
||||
title="Ko'p beriladigan savollar"
|
||||
@@ -368,36 +177,9 @@ export default function LandingPage() {
|
||||
title="So'nggi yangiliklar"
|
||||
description="Ta'lim olami haqida qiziqarli maqolalar."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "IT",
|
||||
title: "Dasturlash sirlari",
|
||||
excerpt: "Eng kerakli ko'nikmalar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18912.jpg",
|
||||
authorName: "Ali",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/teenager-boy-listening-music_23-2148105676.jpg",
|
||||
date: "2024-05-10",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Ta'lim",
|
||||
title: "Samarali o'qish",
|
||||
excerpt: "Vaqtdan to'g'ri foydalaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notepad-glasses-pen-paper-reminders-white-background_169016-38064.jpg",
|
||||
authorName: "Vali",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
date: "2024-05-12",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Biznes",
|
||||
title: "Biznes asoslari",
|
||||
excerpt: "Muvaffaqiyatga erishish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-data_23-2151937257.jpg",
|
||||
authorName: "Gani",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-happy-young-man-traditional-dress-showing-sale-icon-pointing-it-blue-wave-background_140725-157700.jpg",
|
||||
date: "2024-05-15",
|
||||
},
|
||||
{ id: "b1", category: "IT", title: "Dasturlash sirlari", excerpt: "Eng kerakli ko'nikmalar.", imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18912.jpg", authorName: "Ali", authorAvatar: "http://img.b2bpic.net/free-photo/teenager-boy-listening-music_23-2148105676.jpg", date: "2024-05-10" },
|
||||
{ id: "b2", category: "Ta'lim", title: "Samarali o'qish", excerpt: "Vaqtdan to'g'ri foydalaning.", imageSrc: "http://img.b2bpic.net/free-photo/notepad-glasses-pen-paper-reminders-white-background_169016-38064.jpg", authorName: "Vali", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", date: "2024-05-12" },
|
||||
{ id: "b3", category: "Biznes", title: "Biznes asoslari", excerpt: "Muvaffaqiyatga erishish.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-data_23-2151937257.jpg", authorName: "Gani", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-happy-young-man-traditional-dress-showing-sale-icon-pointing-it-blue-wave-background_140725-157700.jpg", date: "2024-05-15" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -405,50 +187,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Aloqa"
|
||||
title="Biz bilan bog'laning"
|
||||
description="Savollaringiz bormi? Bizga xabar qoldiring."
|
||||
buttons={[
|
||||
{
|
||||
text: "Xabar yuborish",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Xabar yuborish", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platforma",
|
||||
items: [
|
||||
{
|
||||
label: "Haqimizda",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Kurslar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yordam",
|
||||
items: [
|
||||
{
|
||||
label: "Savol-javob",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Bog'lanish",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platforma", items: [{ label: "Haqimizda", href: "#" }, { label: "Kurslar", href: "#" }] },
|
||||
{ title: "Yordam", items: [{ label: "Savol-javob", href: "#" }, { label: "Bog'lanish", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Ta'limUz. Barcha huquqlar himoyalangan."
|
||||
bottomRightText="Maxfiylik siyosati"
|
||||
@@ -457,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user