Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
362
src/app/page.tsx
362
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, BookOpen, CheckCircle, Edit, Gauge, GraduationCap, Heart, HelpCircle, Lightbulb, MessageCircle, Sparkles, Users } from "lucide-react";
|
||||
import { Award, BookOpen, CheckCircle, Edit, Gauge, GraduationCap, Heart, HelpCircle, Lightbulb, MessageCircle, Sparkles, Users, MonitorUp, HeartHandshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,49 +34,32 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
name: "Courses", id: "courses"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/school-education-logo-template_23-2149713042.jpg"
|
||||
logoAlt="TOPIK ZONE Logo"
|
||||
brandName="TOPIK ZONE"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enroll Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Unlock Your Korean Fluency: Premium Education at TOPIK ZONE"
|
||||
description="Experience unparalleled Korean language instruction designed for ambitious learners. Immerse yourself in a luxurious learning environment and achieve mastery with certified experts."
|
||||
@@ -85,13 +68,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
text: "Explore Courses", href: "#courses"},
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-professor-preparing-her-learning-materials-resources_482257-119597.jpg"
|
||||
@@ -100,52 +79,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-dark-skinned-female-with-afro-hairstyle-has-pleased-expression-shows-white-perfect-teeth-being-good-mood-after-date-with-boyfriend-isolated-yellow-wall-emotions-concept_273609-15603.jpg",
|
||||
alt: "Smiling student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-dark-skinned-female-with-afro-hairstyle-has-pleased-expression-shows-white-perfect-teeth-being-good-mood-after-date-with-boyfriend-isolated-yellow-wall-emotions-concept_273609-15603.jpg", alt: "Smiling student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-standing-with-crossed-arms-isolated-gray-background_231208-14065.jpg",
|
||||
alt: "Confident young man avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-standing-with-crossed-arms-isolated-gray-background_231208-14065.jpg", alt: "Confident young man avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg",
|
||||
alt: "Friendly female student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg", alt: "Friendly female student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200170.jpg",
|
||||
alt: "Focused student profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200170.jpg", alt: "Focused student profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-charming-dark-skinned-man-with-afro-hairstyle-walking-with-girlfriend-park-smiling-broadly-camera-while-being-good-mood-siblings-spending-time-together_176420-42416.jpg",
|
||||
alt: "Happy international student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-charming-dark-skinned-man-with-afro-hairstyle-walking-with-girlfriend-park-smiling-broadly-camera-while-being-good-mood-siblings-spending-time-together_176420-42416.jpg", alt: "Happy international student avatar"},
|
||||
]}
|
||||
avatarText="Join our community of 1000+ successful learners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Master Hangeul",
|
||||
icon: Edit,
|
||||
type: "text-icon", text: "Master Hangeul", icon: Edit,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "TOPIK Exam Success",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "TOPIK Exam Success", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cultural Immersion",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Cultural Immersion", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Coaching",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Personalized Coaching", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fluent Conversation",
|
||||
icon: MessageCircle,
|
||||
type: "text-icon", text: "Fluent Conversation", icon: MessageCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -172,32 +131,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Immersive Digital Classrooms",
|
||||
description: "Engage with interactive lessons and virtual reality tools that bring Korea directly to you, making every session dynamic and memorable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exiting-asian-child-male-boy-enjoy-metaverse-gaming-with-wearable-vr-headset-with-control-handle-playing-sport-gaming-online-living-room-homehome-technology-young-teen-using-vr-technology_609648-2529.jpg",
|
||||
imageAlt: "Student with VR headset learning Korean",
|
||||
buttonIcon: "MonitorUp",
|
||||
title: "Immersive Digital Classrooms", description: "Engage with interactive lessons and virtual reality tools that bring Korea directly to you, making every session dynamic and memorable.", imageSrc: "http://img.b2bpic.net/free-photo/exiting-asian-child-male-boy-enjoy-metaverse-gaming-with-wearable-vr-headset-with-control-handle-playing-sport-gaming-online-living-room-homehome-technology-young-teen-using-vr-technology_609648-2529.jpg", imageAlt: "Student with VR headset learning Korean", buttonIcon: MonitorUp,
|
||||
},
|
||||
{
|
||||
title: "Certified TOPIK Expertise",
|
||||
description: "Our instructors are highly certified TOPIK specialists, guiding you with proven strategies to excel in the Korean Proficiency Test and achieve your highest scores.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-call-centre-girl-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-looking-camera-doing-yes-gesture-isolated-pink-wall_141793-113507.jpg",
|
||||
imageAlt: "TOPIK certificate with gold seal",
|
||||
buttonIcon: "Award",
|
||||
title: "Certified TOPIK Expertise", description: "Our instructors are highly certified TOPIK specialists, guiding you with proven strategies to excel in the Korean Proficiency Test and achieve your highest scores.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-call-centre-girl-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-looking-camera-doing-yes-gesture-isolated-pink-wall_141793-113507.jpg", imageAlt: "TOPIK certificate with gold seal", buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Rich Cultural Immersion",
|
||||
description: "Beyond grammar, our programs include authentic cultural workshops—from traditional crafts to K-Pop dance—to deepen your connection with Korea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/making-new-sole-workpiece_1098-14885.jpg",
|
||||
imageAlt: "Students participating in a Korean cultural art class",
|
||||
buttonIcon: "HeartHandshake",
|
||||
title: "Rich Cultural Immersion", description: "Beyond grammar, our programs include authentic cultural workshops—from traditional crafts to K-Pop dance—to deepen your connection with Korea.", imageSrc: "http://img.b2bpic.net/free-photo/making-new-sole-workpiece_1098-14885.jpg", imageAlt: "Students participating in a Korean cultural art class", buttonIcon: HeartHandshake,
|
||||
},
|
||||
{
|
||||
title: "Personalized Learning Paths",
|
||||
description: "Benefit from tailored instruction with small class sizes and one-on-one mentorship, ensuring your unique learning style and goals are met.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pupils-doing-japanese-calligraphy-called-shodo_23-2149105339.jpg",
|
||||
imageAlt: "One-on-one Korean tutoring session",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Personalized Learning Paths", description: "Benefit from tailored instruction with small class sizes and one-on-one mentorship, ensuring your unique learning style and goals are met.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pupils-doing-japanese-calligraphy-called-shodo_23-2149105339.jpg", imageAlt: "One-on-one Korean tutoring session", buttonIcon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Why Choose TOPIK ZONE?"
|
||||
@@ -215,47 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "beginner-course",
|
||||
name: "Beginner Hangeul & Essentials",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-word-made-rice_23-2148195619.jpg",
|
||||
imageAlt: "Beginner Korean textbook",
|
||||
},
|
||||
id: "beginner-course", name: "Beginner Hangeul & Essentials", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/sushi-word-made-rice_23-2148195619.jpg", imageAlt: "Beginner Korean textbook"},
|
||||
{
|
||||
id: "intermediate-course",
|
||||
name: "Intermediate Conversation & Grammar",
|
||||
price: "$499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pupils-doing-japanese-calligraphy-called-shodo_23-2149105361.jpg",
|
||||
imageAlt: "Intermediate Korean conversation book",
|
||||
},
|
||||
id: "intermediate-course", name: "Intermediate Conversation & Grammar", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pupils-doing-japanese-calligraphy-called-shodo_23-2149105361.jpg", imageAlt: "Intermediate Korean conversation book"},
|
||||
{
|
||||
id: "advanced-course",
|
||||
name: "Advanced TOPIK Preparation",
|
||||
price: "$699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-doing-her-english-lessons-online_23-2148999567.jpg",
|
||||
imageAlt: "Advanced TOPIK preparation book",
|
||||
},
|
||||
id: "advanced-course", name: "Advanced TOPIK Preparation", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/teacher-doing-her-english-lessons-online_23-2148999567.jpg", imageAlt: "Advanced TOPIK preparation book"},
|
||||
{
|
||||
id: "business-korean",
|
||||
name: "Business Korean & Etiquette",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-influencer-designer-working-with-cheerful-enthusiastic-business-entrepreneur-startup-ideas-concept_609648-1953.jpg",
|
||||
imageAlt: "Business Korean textbook",
|
||||
},
|
||||
id: "business-korean", name: "Business Korean & Etiquette", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-influencer-designer-working-with-cheerful-enthusiastic-business-entrepreneur-startup-ideas-concept_609648-1953.jpg", imageAlt: "Business Korean textbook"},
|
||||
{
|
||||
id: "cultural-studies",
|
||||
name: "Korean Culture & History",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-brush-close-up_23-2148966902.jpg",
|
||||
imageAlt: "Korean cultural studies book",
|
||||
},
|
||||
id: "cultural-studies", name: "Korean Culture & History", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-brush-close-up_23-2148966902.jpg", imageAlt: "Korean cultural studies book"},
|
||||
{
|
||||
id: "private-tutoring",
|
||||
name: "Premium 1-on-1 Tutoring",
|
||||
price: "$89/hour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-work-having-video-call_23-2148902317.jpg",
|
||||
imageAlt: "Private Korean tutoring session",
|
||||
},
|
||||
id: "private-tutoring", name: "Premium 1-on-1 Tutoring", price: "$89/hour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-work-having-video-call_23-2148902317.jpg", imageAlt: "Private Korean tutoring session"},
|
||||
]}
|
||||
title="Our Exclusive Course Offerings"
|
||||
description="Choose from our meticulously designed programs, ranging from foundational Hangeul to advanced TOPIK mastery and specialized cultural immersion."
|
||||
@@ -271,29 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "students-taught",
|
||||
value: "1000+",
|
||||
title: "Successful Students",
|
||||
description: "Empowering learners to achieve their Korean language dreams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-mentor-guides-young-learners-through-schoolwork-assignments_482257-123118.jpg",
|
||||
imageAlt: "Diverse group of successful Korean students",
|
||||
},
|
||||
id: "students-taught", value: "1000+", title: "Successful Students", description: "Empowering learners to achieve their Korean language dreams.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-mentor-guides-young-learners-through-schoolwork-assignments_482257-123118.jpg", imageAlt: "Diverse group of successful Korean students"},
|
||||
{
|
||||
id: "topik-certifications",
|
||||
value: "95%",
|
||||
title: "TOPIK Pass Rate",
|
||||
description: "Our students consistently excel in the official Korean proficiency exams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg",
|
||||
imageAlt: "Stack of TOPIK certificates",
|
||||
},
|
||||
id: "topik-certifications", value: "95%", title: "TOPIK Pass Rate", description: "Our students consistently excel in the official Korean proficiency exams.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg", imageAlt: "Stack of TOPIK certificates"},
|
||||
{
|
||||
id: "retention-rate",
|
||||
value: "98%",
|
||||
title: "Student Retention",
|
||||
description: "Learners stay with us, continuing their journey to advanced fluency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-holding-arrow-raising-hand-surrender-standing-white-wall_141793-48016.jpg",
|
||||
imageAlt: "Graph showing high student retention",
|
||||
},
|
||||
id: "retention-rate", value: "98%", title: "Student Retention", description: "Learners stay with us, continuing their journey to advanced fluency.", imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-holding-arrow-raising-hand-surrender-standing-white-wall_141793-48016.jpg", imageAlt: "Graph showing high student retention"},
|
||||
]}
|
||||
title="Achieve Your Highest Potential"
|
||||
description="Our commitment to excellence is reflected in the tangible success of our students and the quality of their learning journey."
|
||||
@@ -310,26 +205,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "instructor-1",
|
||||
name: "Professor Kim Jina",
|
||||
role: "Head Instructor, TOPIK Master",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman_171337-3523.jpg",
|
||||
imageAlt: "Professional Korean female instructor",
|
||||
},
|
||||
id: "instructor-1", name: "Professor Kim Jina", role: "Head Instructor, TOPIK Master", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman_171337-3523.jpg", imageAlt: "Professional Korean female instructor"},
|
||||
{
|
||||
id: "instructor-2",
|
||||
name: "Mr. Park Seo-joon",
|
||||
role: "Cultural Specialist, Conversationalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-dictionary_23-2150171150.jpg",
|
||||
imageAlt: "Charismatic Korean male instructor",
|
||||
},
|
||||
id: "instructor-2", name: "Mr. Park Seo-joon", role: "Cultural Specialist, Conversationalist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-dictionary_23-2150171150.jpg", imageAlt: "Charismatic Korean male instructor"},
|
||||
{
|
||||
id: "instructor-3",
|
||||
name: "Ms. Lee Hye-won",
|
||||
role: "Curriculum Developer, Beginner Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696352.jpg",
|
||||
imageAlt: "Experienced female Korean tutor",
|
||||
},
|
||||
id: "instructor-3", name: "Ms. Lee Hye-won", role: "Curriculum Developer, Beginner Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696352.jpg", imageAlt: "Experienced female Korean tutor"},
|
||||
]}
|
||||
title="Meet Our Dedicated Instructors"
|
||||
description="Our team of highly qualified and passionate educators is committed to making your Korean learning journey enriching and successful. Learn from the best."
|
||||
@@ -344,77 +224,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mina Lee",
|
||||
date: "March 2023",
|
||||
title: "Achieved TOPIK Level 5!",
|
||||
quote: "TOPIK ZONE's structured approach and dedicated instructors helped me achieve my dream of scoring Level 5 on the TOPIK exam. The cultural insights were a bonus!",
|
||||
tag: "TOPIK Success",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
|
||||
avatarAlt: "Mina Lee avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentration_1098-15607.jpg",
|
||||
imageAlt: "Student successfully completing TOPIK exam",
|
||||
},
|
||||
id: "t1", name: "Mina Lee", date: "March 2023", title: "Achieved TOPIK Level 5!", quote: "TOPIK ZONE's structured approach and dedicated instructors helped me achieve my dream of scoring Level 5 on the TOPIK exam. The cultural insights were a bonus!", tag: "TOPIK Success", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", avatarAlt: "Mina Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/concentration_1098-15607.jpg", imageAlt: "Student successfully completing TOPIK exam"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Daniel Kim",
|
||||
date: "February 2023",
|
||||
title: "Fluent in Conversation",
|
||||
quote: "I started as a complete beginner, and now I can confidently hold conversations in Korean. The immersive lessons truly made a difference!",
|
||||
tag: "Conversational Fluency",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
avatarAlt: "Daniel Kim avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/discussing-planet_1098-13550.jpg",
|
||||
imageAlt: "Student presenting a Korean cultural project",
|
||||
},
|
||||
id: "t2", name: "Daniel Kim", date: "February 2023", title: "Fluent in Conversation", quote: "I started as a complete beginner, and now I can confidently hold conversations in Korean. The immersive lessons truly made a difference!", tag: "Conversational Fluency", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", avatarAlt: "Daniel Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/discussing-planet_1098-13550.jpg", imageAlt: "Student presenting a Korean cultural project"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Cho",
|
||||
date: "January 2023",
|
||||
title: "Beyond Expectations",
|
||||
quote: "The personalized attention and premium resources at TOPIK ZONE surpassed all my expectations. It's truly a luxurious learning experience.",
|
||||
tag: "Premium Experience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
avatarAlt: "Sophia Cho avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-graduate-students_23-2148499038.jpg",
|
||||
imageAlt: "Student receiving award for Korean proficiency",
|
||||
},
|
||||
id: "t3", name: "Sophia Cho", date: "January 2023", title: "Beyond Expectations", quote: "The personalized attention and premium resources at TOPIK ZONE surpassed all my expectations. It's truly a luxurious learning experience.", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", avatarAlt: "Sophia Cho avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-graduate-students_23-2148499038.jpg", imageAlt: "Student receiving award for Korean proficiency"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alex Wong",
|
||||
date: "December 2022",
|
||||
title: "Cultural Immersion at Its Best",
|
||||
quote: "The cultural programs are fantastic! I've not only learned the language but also gained a deep appreciation for Korean traditions. Highly recommended!",
|
||||
tag: "Cultural Insights",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/3d-portrait-senior-woman-tet-vietnamese-new-year_23-2151077471.jpg",
|
||||
avatarAlt: "Alex Wong avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-women-carrying-backpack-searching-books-library_1150-24657.jpg",
|
||||
imageAlt: "Student interacting with native Korean speaker",
|
||||
},
|
||||
id: "t4", name: "Alex Wong", date: "December 2022", title: "Cultural Immersion at Its Best", quote: "The cultural programs are fantastic! I've not only learned the language but also gained a deep appreciation for Korean traditions. Highly recommended!", tag: "Cultural Insights", avatarSrc: "http://img.b2bpic.net/free-photo/3d-portrait-senior-woman-tet-vietnamese-new-year_23-2151077471.jpg", avatarAlt: "Alex Wong avatar", imageSrc: "http://img.b2bpic.net/free-photo/men-women-carrying-backpack-searching-books-library_1150-24657.jpg", imageAlt: "Student interacting with native Korean speaker"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jasmine Chen",
|
||||
date: "November 2022",
|
||||
title: "Engaging & Effective",
|
||||
quote: "Every class is engaging and pushes me to improve. The instructors are incredibly supportive and make learning complex grammar enjoyable.",
|
||||
tag: "Engaging Lessons",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-kid_23-2151426251.jpg",
|
||||
avatarAlt: "Jasmine Chen avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648810.jpg",
|
||||
imageAlt: "Student enjoying a Korean cooking class",
|
||||
},
|
||||
id: "t5", name: "Jasmine Chen", date: "November 2022", title: "Engaging & Effective", quote: "Every class is engaging and pushes me to improve. The instructors are incredibly supportive and make learning complex grammar enjoyable.", tag: "Engaging Lessons", avatarSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-kid_23-2151426251.jpg", avatarAlt: "Jasmine Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648810.jpg", imageAlt: "Student enjoying a Korean cooking class"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Sung-ho Choi",
|
||||
date: "October 2022",
|
||||
title: "Deepened My Cultural Understanding",
|
||||
quote: "The cultural immersion programs are truly exceptional. I learned so much beyond the language, gaining a profound appreciation for Korean traditions and history.",
|
||||
tag: "Cultural Appreciation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-teenager-home_23-2149332868.jpg",
|
||||
avatarAlt: "Sung-ho Choi avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-library-desks-with-historic-charm-beautiful-decorations_482257-125708.jpg",
|
||||
imageAlt: "Student reading a traditional Korean book",
|
||||
},
|
||||
id: "t6", name: "Sung-ho Choi", date: "October 2022", title: "Deepened My Cultural Understanding", quote: "The cultural immersion programs are truly exceptional. I learned so much beyond the language, gaining a profound appreciation for Korean traditions and history.", tag: "Cultural Appreciation", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-teenager-home_23-2149332868.jpg", avatarAlt: "Sung-ho Choi avatar", imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-library-desks-with-historic-charm-beautiful-decorations_482257-125708.jpg", imageAlt: "Student reading a traditional Korean book"},
|
||||
]}
|
||||
title="What Our Students Say"
|
||||
description="Hear directly from our successful students about their transformative experiences and achievements at TOPIK ZONE."
|
||||
@@ -429,35 +249,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What levels of Korean do you offer?",
|
||||
content: "We offer comprehensive courses from absolute beginner (Hangeul mastery) to advanced TOPIK preparation (Levels 1-6), as well as specialized courses in Business Korean and Korean Culture.",
|
||||
},
|
||||
id: "q1", title: "What levels of Korean do you offer?", content: "We offer comprehensive courses from absolute beginner (Hangeul mastery) to advanced TOPIK preparation (Levels 1-6), as well as specialized courses in Business Korean and Korean Culture."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your instructors certified?",
|
||||
content: "Absolutely. All our instructors are highly qualified, native Korean speakers with extensive experience in teaching Korean as a foreign language, and many are certified TOPIK specialists.",
|
||||
},
|
||||
id: "q2", title: "Are your instructors certified?", content: "Absolutely. All our instructors are highly qualified, native Korean speakers with extensive experience in teaching Korean as a foreign language, and many are certified TOPIK specialists."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What makes TOPIK ZONE 'premium'?",
|
||||
content: "Our premium experience stems from small class sizes, personalized learning paths, state-of-the-art digital classrooms, a luxurious learning environment, and a curriculum enriched with deep cultural immersion.",
|
||||
},
|
||||
id: "q3", title: "What makes TOPIK ZONE 'premium'?", content: "Our premium experience stems from small class sizes, personalized learning paths, state-of-the-art digital classrooms, a luxurious learning environment, and a curriculum enriched with deep cultural immersion."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer private tutoring?",
|
||||
content: "Yes, we offer exclusive one-on-one premium tutoring sessions tailored to your individual pace and learning objectives. Please contact us for more details and scheduling.",
|
||||
},
|
||||
id: "q4", title: "Do you offer private tutoring?", content: "Yes, we offer exclusive one-on-one premium tutoring sessions tailored to your individual pace and learning objectives. Please contact us for more details and scheduling."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is the TOPIK exam?",
|
||||
content: "The Test of Proficiency in Korean (TOPIK) is a standardized test designed to measure the proficiency of non-native Korean speakers. Our programs are designed to help you excel in this exam.",
|
||||
},
|
||||
id: "q5", title: "What is the TOPIK exam?", content: "The Test of Proficiency in Korean (TOPIK) is a standardized test designed to measure the proficiency of non-native Korean speakers. Our programs are designed to help you excel in this exam."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "How can I enroll?",
|
||||
content: "You can enroll by filling out the contact form below, or by calling us directly. Our admissions team will guide you through the process and help you choose the best course.",
|
||||
},
|
||||
id: "q6", title: "How can I enroll?", content: "You can enroll by filling out the contact form below, or by calling us directly. Our admissions team will guide you through the process and help you choose the best course."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common inquiries about our courses, methodology, and the TOPIK ZONE experience."
|
||||
@@ -471,18 +273,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to Embark on Your Korean Language Journey?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@topikzone.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:info@topikzone.com"},
|
||||
{
|
||||
text: "Call: +998 99 413 14 44",
|
||||
href: "tel:+998994131444",
|
||||
},
|
||||
text: "Call: +998 99 413 14 44", href: "tel:+998994131444"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -491,62 +288,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{
|
||||
label: "Beginner",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Beginner", href: "#courses"},
|
||||
{
|
||||
label: "Intermediate",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Intermediate", href: "#courses"},
|
||||
{
|
||||
label: "Advanced TOPIK",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Advanced TOPIK", href: "#courses"},
|
||||
{
|
||||
label: "Cultural Programs",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Cultural Programs", href: "#courses"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user