From 7160cdba7731856de219617920685d56f4f3a652 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c43236..5d86318 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,19 +155,19 @@ export default function LandingPage() { plans={[ { id: "basic", badge: "Boshlang'ich", badgeIcon: BookOpen, - price: "99,000 so'm/oy", subtitle: "Bir predmet bo'yicha individual dars", buttons: [{ text: "Ro'yxatdan O'tish", href: "#contact" }], + price: "99,000 so'm/oy", subtitle: "Bir predmet bo'yicha individual dars", buttons: [{ text: "Bepul Konsultatsiya Oling", href: "#contact" }], features: [ "Haftada 2 ta dars", "Har bir dars 60 minut", "Shaxsiy o'qituvchi", "Dars materiallarini taqdim etish", "Uyga vazifa beriladi"], }, { id: "pro", badge: "Mashhur", badgeIcon: Sparkles, - price: "189,000 so'm/oy", subtitle: "Ikki predmet bo'yicha darslar", buttons: [{ text: "Hozir Ro'yxatdan O'tish", href: "#contact" }], + price: "189,000 so'm/oy", subtitle: "Ikki predmet bo'yicha darslar", buttons: [{ text: "Bepul Konsultatsiya Oling", href: "#contact" }], features: [ "Haftada 4 ta dars (har bir predmet uchun 2)", "Har bir dars 60 minut", "Mavzular bo'yicha testlar", "Bepul konsultatsiya", "Imtihonga tayyorlash", "Muvaffaqyyat garantiyasi"], }, { id: "premium", badge: "Eng Yaxshi", badgeIcon: Crown, - price: "299,000 so'm/oy", subtitle: "Keng dastur - 3 predmet + imtihon tayyorlash", buttons: [{ text: "Yangilangan Ro'yxat", href: "#contact" }], + price: "299,000 so'm/oy", subtitle: "Keng dastur - 3 predmet + imtihon tayyorlash", buttons: [{ text: "Bepul Konsultatsiya Oling", href: "#contact" }], features: [ "Haftada 6 ta dars", "Har bir dars 90 minut", "Tugallangan test paketlari", "Imtihonlarga maxsus tayyorlash", "Shaxsiy qayd qilish xizmati", "Haftalik progress amaliyoti", "Ota-onalar bilan muloqot"], }, @@ -200,7 +200,7 @@ export default function LandingPage() { name: "message", placeholder: "Izohlar yoki savollar...", rows: 4, required: false, }} - buttonText="Ro'yxatdan O'tish" + buttonText="Bepul Konsultatsiya Oling" useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/cheerful-students-having-conversation_23-2147655798.jpg" imageAlt="O'quvchilar darsda hamjamiyat qilayotgan holda" -- 2.49.1