Merge version_1_1781594033670 into main #1
@@ -12,246 +12,136 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplit
|
||||
tag="Your Guide to Korea"
|
||||
title="Learn Korean. Navigate Korea. Connect with Confidence."
|
||||
description="Whether you're planning to study, work, travel, or relocate to Korea, KONVO helps you build practical communication skills and make smarter decisions about life in Korea."
|
||||
primaryButton={{
|
||||
text: "Start Learning Korean",
|
||||
href: "#goals",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Get Free Readiness Review",
|
||||
href: "#review",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/self-employed-young-korean-woman-working-remote-typing-laptop-studying-home-living-room_1258-191437.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Your Guide to Korea"
|
||||
title="Learn Korean. Navigate Korea. Connect with Confidence."
|
||||
description="Whether you're planning to study, work, travel, or relocate to Korea, KONVO helps you build practical communication skills and make smarter decisions about life in Korea."
|
||||
primaryButton={{ text: "Start Learning Korean", href: "#goals" }}
|
||||
secondaryButton={{ text: "Get Free Readiness Review", href: "#review" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/self-employed-young-korean-woman-working-remote-typing-laptop-studying-home-living-room_1258-191437.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="goals" data-section="goals">
|
||||
<SectionErrorBoundary name="goals">
|
||||
<div id="goals" data-section="goals">
|
||||
<SectionErrorBoundary name="goals">
|
||||
<FeaturesDetailedSteps
|
||||
tag="What Brings You Here?"
|
||||
title="Define Your Path"
|
||||
description="Find the perfect support for your specific goals."
|
||||
steps={[
|
||||
{
|
||||
tag: "Communication",
|
||||
title: "Learn Korean",
|
||||
subtitle: "Language Mastery",
|
||||
description: "Build practical speaking skills through personalized lessons focused on real-life communication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-reading-bed_23-2147896835.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Education",
|
||||
title: "Study in Korea",
|
||||
subtitle: "Academic Prep",
|
||||
description: "Prepare for language school, university life, and daily interactions in Korea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-male-riding-electric-scooter_23-2148779906.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Career",
|
||||
title: "Work in Korea",
|
||||
subtitle: "Professional Growth",
|
||||
description: "Develop the language and cultural skills needed to succeed in Korean workplaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-wooden-desk-shelves-large-window_9975-33114.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="What Brings You Here?"
|
||||
title="Define Your Path"
|
||||
description="Find the perfect support for your specific goals."
|
||||
steps={[
|
||||
{
|
||||
tag: "Communication", title: "Learn Korean", subtitle: "Language Mastery", description: "Build practical speaking skills through personalized lessons focused on real-life communication.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-reading-bed_23-2147896835.jpg"},
|
||||
{
|
||||
tag: "Education", title: "Study in Korea", subtitle: "Academic Prep", description: "Prepare for language school, university life, and daily interactions in Korea.", imageSrc: "http://img.b2bpic.net/free-photo/adult-male-riding-electric-scooter_23-2148779906.jpg"},
|
||||
{
|
||||
tag: "Career", title: "Work in Korea", subtitle: "Professional Growth", description: "Develop the language and cultural skills needed to succeed in Korean workplaces.", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-wooden-desk-shelves-large-window_9975-33114.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="How KONVO Helps"
|
||||
title="Comprehensive Support"
|
||||
description="Our core services designed for your success."
|
||||
items={[
|
||||
{
|
||||
title: "1:1 Korean Lessons",
|
||||
description: "Customized live Zoom sessions for practical confidence.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-with-computer-remotely_1328-3388.jpg",
|
||||
},
|
||||
{
|
||||
title: "Language Exchange",
|
||||
description: "Connect with learners and natives in a supportive community.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87462.jpg",
|
||||
},
|
||||
{
|
||||
title: "Transition Guidance",
|
||||
description: "Personalized advice for life transitions.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-map-wooden-background_23-2148909596.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cultural Mentorship",
|
||||
description: "Bridge the gap between languages.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-style-earth-globe-with-silhouettes_23-2149377743.jpg",
|
||||
},
|
||||
{
|
||||
title: "Business Etiquette",
|
||||
description: "Professional Korean success.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-computer-scientists-using-laptop-conducting-security-audits_482257-117832.jpg",
|
||||
},
|
||||
{
|
||||
title: "University Prep",
|
||||
description: "Academic language standards.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-book-pile_23-2147978172.jpg",
|
||||
},
|
||||
{
|
||||
title: "Resource Hub",
|
||||
description: "Exclusive tools for residents.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-using-digital-device_23-2149212021.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="How KONVO Helps"
|
||||
title="Comprehensive Support"
|
||||
description="Our core services designed for your success."
|
||||
items={[
|
||||
{ title: "1:1 Korean Lessons", description: "Customized live Zoom sessions for practical confidence.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-with-computer-remotely_1328-3388.jpg" },
|
||||
{ title: "Language Exchange", description: "Connect with learners and natives in a supportive community.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87462.jpg" },
|
||||
{ title: "Transition Guidance", description: "Personalized advice for life transitions.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-map-wooden-background_23-2148909596.jpg" },
|
||||
{ title: "Cultural Mentorship", description: "Bridge the gap between languages.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-earth-globe-with-silhouettes_23-2149377743.jpg" },
|
||||
{ title: "Business Etiquette", description: "Professional Korean success.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/data-center-computer-scientists-using-laptop-conducting-security-audits_482257-117832.jpg" },
|
||||
{ title: "University Prep", description: "Academic language standards.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-book-pile_23-2147978172.jpg" },
|
||||
{ title: "Resource Hub", description: "Exclusive tools for residents.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-using-digital-device_23-2149212021.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="why" data-section="why">
|
||||
<SectionErrorBoundary name="why">
|
||||
<div id="why" data-section="why">
|
||||
<SectionErrorBoundary name="why">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Expertise"
|
||||
title="Why Learn with KONVO?"
|
||||
description="KONVO combines language education, cross-cultural communication, and real-world experience to help international learners confidently navigate life in Korea."
|
||||
primaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-notebooks-statistics_23-2149386344.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Expertise"
|
||||
title="Why Learn with KONVO?"
|
||||
description="KONVO combines language education, cross-cultural communication, and real-world experience to help international learners confidently navigate life in Korea."
|
||||
primaryButton={{ text: "Learn More", href: "#" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-notebooks-statistics_23-2149386344.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="proof" data-section="proof">
|
||||
<SectionErrorBoundary name="proof">
|
||||
<div id="proof" data-section="proof">
|
||||
<SectionErrorBoundary name="proof">
|
||||
<SocialProofMarquee
|
||||
tag="Global Partnerships"
|
||||
title="Trusted by Global Clients"
|
||||
names={[
|
||||
"Sejong Institute",
|
||||
"Global Event Org",
|
||||
"Seoul University",
|
||||
"Tech Innovation Hub",
|
||||
"Intl Gov Agencies",
|
||||
"Cultural Exchange Int",
|
||||
"Start-up Connect",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Global Partnerships"
|
||||
title="Trusted by Global Clients"
|
||||
description="We partner with leading institutions to ensure top-tier quality and cultural relevance."
|
||||
names={[
|
||||
"Sejong Institute", "Global Event Org", "Seoul University", "Tech Innovation Hub", "Intl Gov Agencies", "Cultural Exchange Int", "Start-up Connect"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialQuoteCards
|
||||
tag="Success Stories"
|
||||
title="What Our Students Say"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Student",
|
||||
quote: "The lessons helped me feel confident speaking Korean in daily life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67073.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael C.",
|
||||
role: "Professional",
|
||||
quote: "The most practical Korean classes I've ever taken.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-man-showing-finger-hearts-smiling-happy-standing-casual-striped-tshirt-white-background_176420-49355.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
role: "Expat",
|
||||
quote: "KONVO gave me a realistic understanding of what life in Korea would be like.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-ceremonial-make-up_23-2148187417.jpg",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "University Student",
|
||||
quote: "Sue is an incredibly patient and knowledgeable instructor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-goodlooking-outgoing-bearded-modern-man-grey-sweater-asking-out-coffee-pointing-left-smiling-inviting-check-out-see-new-promo-recommend-corporate-banner_176420-51818.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anna S.",
|
||||
role: "Digital Nomad",
|
||||
quote: "Best transition advice I've received for living in Seoul.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-ceo-having-fun-after-successful-deal-with-foreign-partners-showing-thumbs-up-indoor-portrait-happy-freelance-african-specialist-fooling-around-office-with-chinese-colleague_197531-3857.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Success Stories"
|
||||
title="What Our Students Say"
|
||||
description="Hear from learners who have successfully navigated life in Korea with our support."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", role: "Student", quote: "The lessons helped me feel confident speaking Korean in daily life.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67073.jpg" },
|
||||
{ name: "Michael C.", role: "Professional", quote: "The most practical Korean classes I've ever taken.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-man-showing-finger-hearts-smiling-happy-standing-casual-striped-tshirt-white-background_176420-49355.jpg" },
|
||||
{ name: "Emily R.", role: "Expat", quote: "KONVO gave me a realistic understanding of what life in Korea would be like.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-ceremonial-make-up_23-2148187417.jpg" },
|
||||
{ name: "David K.", role: "University Student", quote: "Sue is an incredibly patient and knowledgeable instructor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-goodlooking-outgoing-bearded-modern-man-grey-sweater-asking-out-coffee-pointing-left-smiling-inviting-check-out-see-new-promo-recommend-corporate-banner_176420-51818.jpg" },
|
||||
{ name: "Anna S.", role: "Digital Nomad", quote: "Best transition advice I've received for living in Seoul.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-ceo-having-fun-after-successful-deal-with-foreign-partners-showing-thumbs-up-indoor-portrait-happy-freelance-african-specialist-fooling-around-office-with-chinese-colleague_197531-3857.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<SectionErrorBoundary name="blog">
|
||||
<div id="blog" data-section="blog">
|
||||
<SectionErrorBoundary name="blog">
|
||||
<FaqSimple
|
||||
tag="Insights & Tips"
|
||||
title="Explore Korea with Confidence"
|
||||
items={[
|
||||
{
|
||||
question: "How much Korean do you really need?",
|
||||
answer: "Practical communication is key for daily interactions and navigating local life.",
|
||||
},
|
||||
{
|
||||
question: "The real cost of living in Seoul?",
|
||||
answer: "We provide realistic budget insights to help you plan your life in Korea effectively.",
|
||||
},
|
||||
{
|
||||
question: "Can you work without Korean?",
|
||||
answer: "It depends on your field, roles, and location; we help you navigate these professional barriers.",
|
||||
},
|
||||
{
|
||||
question: "Top mistakes to avoid?",
|
||||
answer: "Avoid common cultural and communication pitfalls with our expert guidance.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Insights & Tips"
|
||||
title="Explore Korea with Confidence"
|
||||
description="Frequently asked questions to help you prepare for your Korean journey."
|
||||
items={[
|
||||
{ question: "How much Korean do you really need?", answer: "Practical communication is key for daily interactions and navigating local life." },
|
||||
{ question: "The real cost of living in Seoul?", answer: "We provide realistic budget insights to help you plan your life in Korea effectively." },
|
||||
{ question: "Can you work without Korean?", answer: "It depends on your field, roles, and location; we help you navigate these professional barriers." },
|
||||
{ question: "Top mistakes to avoid?", answer: "Avoid common cultural and communication pitfalls with our expert guidance." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<TeamOverlayCards
|
||||
tag="Meet Our Founder"
|
||||
title="Sue N."
|
||||
description="Founder & Korean Communication Strategist. Helping learners communicate naturally through education and cultural expertise."
|
||||
members={[
|
||||
{
|
||||
name: "Sue N.",
|
||||
role: "Founder & Instructor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Meet Our Founder"
|
||||
title="Sue N."
|
||||
description="Founder & Korean Communication Strategist. Helping learners communicate naturally through education and cultural expertise."
|
||||
members={[
|
||||
{ name: "Sue N.", role: "Founder & Instructor", imageSrc: "http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="review" data-section="review">
|
||||
<SectionErrorBoundary name="review">
|
||||
<div id="review" data-section="review">
|
||||
<SectionErrorBoundary name="review">
|
||||
<ContactCta
|
||||
tag="AI-Powered Assessment"
|
||||
text="Not sure if Korea is the right fit for your goals? Receive a personalized AI-powered readiness review designed to help you make informed decisions before studying, working, or relocating."
|
||||
primaryButton={{
|
||||
text: "Get My Free Review",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="AI-Powered Assessment"
|
||||
text="Not sure if Korea is the right fit for your goals? Receive a personalized AI-powered readiness review designed to help you make informed decisions before studying, working, or relocating."
|
||||
primaryButton={{ text: "Get My Free Review", href: "#" }}
|
||||
secondaryButton={{ text: "Learn More", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user