Merge version_3 into main #3
@@ -9,7 +9,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Award, BookOpen, Star, DollarSign, Crown } from "lucide-react";
|
||||
import { Sparkles, Award, BookOpen, Star, DollarSign, Crown, Phone, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -179,34 +179,50 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Biz Bilan Bog'lanish"
|
||||
description="Chuqur konsultatsiya va ro'yxatdan o'tish uchun bizga aloqa qiling. Biz sizning so'rovingizga 24 soat ichida javob beramiz."
|
||||
inputs={[
|
||||
{
|
||||
name: "studentName", type: "text", placeholder: "O'quvchining ismi", required: true,
|
||||
},
|
||||
{
|
||||
name: "parentPhone", type: "tel", placeholder: "+998 __ ___ __ __", required: true,
|
||||
},
|
||||
{
|
||||
name: "courseInterest", type: "text", placeholder: "Qaysi kursga qiziqasiz?", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Elektron pochta", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Izohlar yoki savollar...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
<div className="py-20 px-4 md:px-8 flex flex-col items-center justify-center gap-6">
|
||||
<div className="w-full max-w-2xl flex flex-col items-center justify-center gap-4 text-center mb-4">
|
||||
<div className="flex flex-col items-center gap-3">
|
||||
<div className="flex items-center justify-center gap-2 text-sm md:text-base font-semibold text-primary-cta">
|
||||
<Phone className="w-4 h-4 md:w-5 md:h-5" />
|
||||
<span>24/7 Qo'llab-Quvvatlash</span>
|
||||
</div>
|
||||
<div className="flex items-center justify-center gap-2 text-sm md:text-base font-semibold text-primary-cta">
|
||||
<Users className="w-4 h-4 md:w-5 md:h-5" />
|
||||
<span>1,000+ O'quvchi Ro'yxatdan O'tgan</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-full">
|
||||
<ContactSplitForm
|
||||
title="Biz Bilan Bog'lanish"
|
||||
description="Chuqur konsultatsiya va ro'yxatdan o'tish uchun bizga aloqa qiling. Biz sizning so'rovingizga 24 soat ichida javob beramiz."
|
||||
inputs={[
|
||||
{
|
||||
name: "studentName", type: "text", placeholder: "O'quvchining ismi", required: true,
|
||||
},
|
||||
{
|
||||
name: "parentPhone", type: "tel", placeholder: "+998 __ ___ __ __", required: true,
|
||||
},
|
||||
{
|
||||
name: "courseInterest", type: "text", placeholder: "Qaysi kursga qiziqasiz?", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Elektron pochta", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Izohlar yoki savollar...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user