Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 11:42:30 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
logoAlt="TOPIK ZONE Logo"
brandName="TOPIK ZONE"
button={{
text: "Enroll Now", href: "#contact"}}
text: "Enroll Now", href: "#contact"}}
/>
</div>
@@ -274,12 +274,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
text="Ready to Embark on Your Korean Language Journey?"
text="Koreys tili sayohatingizni boshlashga tayyormisiz?"
buttons={[
{
text: "Contact Us Now", href: "mailto:info@topikzone.com"},
text: "Biz bilan hoziroq bog'laning", href: "mailto:info@topikzone.com"},
{
text: "Call: +998 99 413 14 44", href: "tel:+998994131444"},
text: "Qo'ng'iroq qiling: +998 99 413 14 44", href: "tel:+998994131444"},
]}
/>
</div>
@@ -288,45 +288,45 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "About", items: [
title: "Biz haqimizda", items: [
{
label: "Our Story", href: "#about"},
label: "Bizning hikoyamiz", href: "#about"},
{
label: "Our Team", href: "#team"},
label: "Bizning jamoamiz", href: "#team"},
{
label: "Testimonials", href: "#testimonials"},
label: "Mijozlar fikri", href: "#testimonials"},
],
},
{
title: "Courses", items: [
title: "Kurslar", items: [
{
label: "Beginner", href: "#courses"},
label: "Boshlang'ich", href: "#courses"},
{
label: "Intermediate", href: "#courses"},
label: "O'rta", href: "#courses"},
{
label: "Advanced TOPIK", href: "#courses"},
label: "TOPIK uchun tayyorlov", href: "#courses"},
{
label: "Cultural Programs", href: "#courses"},
label: "Madaniy dasturlar", href: "#courses"},
],
},
{
title: "Support", items: [
title: "Yordam", items: [
{
label: "FAQs", href: "#faq"},
label: "Tez-tez so'raladigan savollar", href: "#faq"},
{
label: "Contact Us", href: "#contact"},
label: "Biz bilan bog'laning", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
label: "Maxfiylik siyosati", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "Xizmat ko'rsatish shartlari", href: "#"},
],
},
]}
bottomLeftText="© 2024 TOPIK ZONE. All rights reserved."
bottomRightText="Crafted with passion in Seoul."
bottomLeftText="© 2024 TOPIK ZONE. Barcha huquqlar himoyalangan."
bottomRightText="Seulda ishtiyoq bilan yaratilgan."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}