Files
5aa97060-201e-4848-bb6f-2eb…/src/pages/HomePage.tsx
2026-06-18 12:21:07 +00:00

160 lines
8.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards';
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Expert Language Training"
title="Unlock Your Global Future"
description="TOEFL CENTER in Bishkek: Your gateway to international English and German language proficiency and elite university scholarships abroad."
primaryButton={{
text: "Start Learning", href: "#courses"}}
secondaryButton={{
text: "Free Level Test", href: "#contact"}}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/book-lover_1098-15611.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-talking-street-after-class_1301-4495.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pupil-creative-workplace-with-cork-board-laptop_23-2147878336.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-letters-notebook-with-globe-lightbulb_23-2148756592.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/architecture-evening-light-highrise-destination_1417-81.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/boy-thinking-looking-charging-board_259150-60316.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="About Us"
title="Bishkeks Premier TOEFL and Language Center"
description="We specialize in TOEFL iBT, IELTS, and comprehensive German language certification. Beyond language, we empower students to secure full scholarships in Germany, Austria, Italy, Canada, and beyond."
items={[
{ icon: "Book", title: "Expert English Courses", description: "From beginner levels to advanced mastery for TOEFL/IELTS." },
{ icon: "Globe", title: "German Language Tests", description: "Preparation for all levels, including Goethe Institute exams." },
{ icon: "Award", title: "Scholarship Guidance", description: "Expert help for Bachelor's, Master's, and Ph.D. abroad." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-man-eyeglasses-sitting-table-thoughtfully-writing-notepad-with-colleague-background-work-modern-office_574295-5197.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="courses" data-section="courses">
<SectionErrorBoundary name="courses">
<FeaturesMediaCards
tag="Our Courses"
title="Comprehensive Language Programs"
description="Choose from our wide range of English and German language tracks designed for success."
items={[
{ title: "English Certification", description: "Intensive TOEFL and IELTS preparation for global university admissions.", imageSrc: "http://img.b2bpic.net/free-photo/focused-black-female-student-describing-vr-experience_74855-1880.jpg" },
{ title: "German Language Tracks", description: "Master German levels A1 to C1 with Goethe Institute focus.", imageSrc: "http://img.b2bpic.net/free-photo/pile-books-bookstore_23-2148213783.jpg" },
{ title: "Study Abroad Consulting", description: "Navigate international applications for Canada, Turkey, USA, and Europe.", imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-cartoon-style_23-2151007489.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeOverlayCards
tag="Student Success"
title="Trusted by Successful Applicants"
description="See how our students achieve their goals through our programs."
testimonials={[
{
name: "Aisuluu K.", role: "Master's Student", company: "University of Berlin", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-joyful-guy-grey-jacket-shirt-wears-glasses-gray_291650-1303.jpg"},
{
name: "Bakyt B.", role: "PhD Candidate", company: "University of Vienna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-with-blue-backpack_176532-8153.jpg"},
{
name: "Elena R.", role: "Undergraduate", company: "University of Bologna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-blond-girl-red-beanie-yellow-hoodie-close-eyes-relieved-smiling-triumphing_1258-115959.jpg"},
{
name: "Timur M.", role: "Exchange Student", company: "Toronto University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg"},
{
name: "Nara A.", role: "Master's Student", company: "Istanbul University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/student-with-graduation-cap-holding-two-books_1169-119.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingSimpleCards
tag="Flexible Enrollment"
title="Simple Course Pricing"
description="Transparent plans for your language learning goals."
plans={[
{
tag: "Starter", price: "From $50", description: "Core language levels A1-B1.", features: ["Classroom access", "Learning materials", "Language assessment"],
},
{
tag: "Expert", price: "From $120", description: "Test preparation (TOEFL/IELTS/Goethe).", features: ["Mock exams", "Study counseling", "Priority tutoring"],
},
{
tag: "Consulting", price: "Custom", description: "University and scholarship applications.", features: ["Document review", "Application portal access", "Scholarship strategy"],
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTwoColumn
tag="Support"
title="Frequently Asked Questions"
description="Common questions about our courses and scholarship services."
items={[
{ question: "Can I take a level test?", answer: "Yes, we offer an initial assessment to determine your proficiency level upon registration." },
{ question: "Which countries do you help with?", answer: "We assist with applications to Europe (Germany, Austria, Italy, Hungary), North America (USA, Canada), and Turkey." },
{ question: "Is registration online?", answer: "Yes, you can register for classes through our website or visit our center in Bishkek." },
{ question: "Are classes flexible?", answer: "We offer tiered levels, from beginner to advanced, and specialize in intensive test preparation." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Our Impact"
title="Proven Academic Success"
description="Our numbers speak for themselves regarding student outcomes."
metrics={[
{ value: "500+", description: "Students Accepted Abroad" },
{ value: "95%", description: "Successful Test Scores" },
{ value: "15+", description: "Years of Experience" },
{ value: "20+", description: "Countries Served" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Contact Us"
text="Ready to study abroad? Lets help you get started today."
primaryButton={{ text: "Apply Now", href: "#" }}
secondaryButton={{ text: "Free Level Test", href: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}