Merge version_1 into main #3
@@ -35,9 +35,7 @@ export default function AboutPage() {
|
||||
brandName="GermanFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "#courses",
|
||||
}}
|
||||
text: "Start Learning", href: "#courses"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,41 +49,26 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "/",
|
||||
},
|
||||
text: "Explore Courses", href: "/"},
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "/",
|
||||
},
|
||||
text: "View Pricing", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg?_wi=2"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg"
|
||||
imageAlt="GermanFlow team working together"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Expert Educators",
|
||||
handle: "Native German Teachers",
|
||||
testimonial: "All our courses are designed by certified German language professionals with years of teaching experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=3",
|
||||
},
|
||||
name: "Expert Educators", handle: "Native German Teachers", testimonial: "All our courses are designed by certified German language professionals with years of teaching experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
{
|
||||
name: "Modern Technology",
|
||||
handle: "Interactive Learning",
|
||||
testimonial: "We combine proven teaching methods with cutting-edge technology for the best learning experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg?_wi=3",
|
||||
},
|
||||
name: "Modern Technology", handle: "Interactive Learning", testimonial: "We combine proven teaching methods with cutting-edge technology for the best learning experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg"},
|
||||
{
|
||||
name: "Student Success",
|
||||
handle: "Proven Results",
|
||||
testimonial: "Over 10,000 students have successfully completed our courses and passed official exams.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=3",
|
||||
},
|
||||
name: "Student Success", handle: "Proven Results", testimonial: "Over 10,000 students have successfully completed our courses and passed official exams.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -103,22 +86,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Structured Learning Path",
|
||||
description: "Each course is carefully structured from A1 to B1 levels, ensuring you build a solid foundation before progressing. No gaps, no confusion - just clear progression.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg?_wi=3",
|
||||
},
|
||||
title: "Structured Learning Path", description: "Each course is carefully structured from A1 to B1 levels, ensuring you build a solid foundation before progressing. No gaps, no confusion - just clear progression.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Real-World Practical Skills",
|
||||
description: "We focus on practical German you'll actually use. Learn conversational phrases, professional vocabulary, and cultural context that matters in real situations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-workers-comparing-results_1170-66.jpg?_wi=3",
|
||||
},
|
||||
title: "Real-World Practical Skills", description: "We focus on practical German you'll actually use. Learn conversational phrases, professional vocabulary, and cultural context that matters in real situations.", imageSrc: "http://img.b2bpic.net/free-photo/serious-workers-comparing-results_1170-66.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Expert-Created Content",
|
||||
description: "Every lesson, exercise, and exam prep material is created by certified German language teachers with expertise in pedagogy and language acquisition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg?_wi=3",
|
||||
},
|
||||
title: "Expert-Created Content", description: "Every lesson, exercise, and exam prep material is created by certified German language teachers with expertise in pedagogy and language acquisition.", imageSrc: "http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -135,18 +109,13 @@ export default function AboutPage() {
|
||||
description="Join thousands of students who have successfully learned German with GermanFlow. Choose your level and start learning today."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Courses",
|
||||
href: "/",
|
||||
},
|
||||
text: "View All Courses", href: "/"},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/",
|
||||
},
|
||||
text: "Get Started", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,61 +128,37 @@ export default function AboutPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/",
|
||||
},
|
||||
label: "Courses", href: "/"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/",
|
||||
},
|
||||
label: "Pricing", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Exam Prep",
|
||||
href: "/exams",
|
||||
},
|
||||
label: "Exam Prep", href: "/exams"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/",
|
||||
},
|
||||
label: "FAQ", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/",
|
||||
},
|
||||
label: "Contact", href: "/"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:support@germanflow.com",
|
||||
},
|
||||
label: "Support", href: "mailto:support@germanflow.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function ExamsPage() {
|
||||
brandName="GermanFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Start Learning", href: "/"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,41 +49,26 @@ export default function ExamsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Choose Your Exam",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Choose Your Exam", href: "#pricing"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg?_wi=4"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg"
|
||||
imageAlt="Exam preparation and success"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "DTZ Success",
|
||||
handle: "Exam Passed",
|
||||
testimonial: "I passed my DTZ exam on the first try with this course. The mock tests were incredibly realistic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=4",
|
||||
},
|
||||
name: "DTZ Success", handle: "Exam Passed", testimonial: "I passed my DTZ exam on the first try with this course. The mock tests were incredibly realistic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
{
|
||||
name: "Telc Certified",
|
||||
handle: "Exam Passer",
|
||||
testimonial: "The Telc preparation course covered everything I needed. I felt prepared for every section.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg?_wi=4",
|
||||
},
|
||||
name: "Telc Certified", handle: "Exam Passer", testimonial: "The Telc preparation course covered everything I needed. I felt prepared for every section.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg"},
|
||||
{
|
||||
name: "Goethe Achievement",
|
||||
handle: "B1 Certified",
|
||||
testimonial: "The Goethe exam prep was thorough and well-organized. I passed with a B1 certification.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=4",
|
||||
},
|
||||
name: "Goethe Achievement", handle: "B1 Certified", testimonial: "The Goethe exam prep was thorough and well-organized. I passed with a B1 certification.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -102,52 +85,19 @@ export default function ExamsPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "dtz",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "€30",
|
||||
subtitle: "DTZ Exam Preparation",
|
||||
features: [
|
||||
"Complete DTZ format training",
|
||||
"Mock exam tests (3+)",
|
||||
"Listening comprehension drills",
|
||||
"Writing task practice with feedback",
|
||||
"Speaking simulation exercises",
|
||||
"Exam day tips and strategies",
|
||||
"Lifetime access to materials",
|
||||
],
|
||||
id: "dtz", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "€30", subtitle: "DTZ Exam Preparation", features: [
|
||||
"Complete DTZ format training", "Mock exam tests (3+)", "Listening comprehension drills", "Writing task practice with feedback", "Speaking simulation exercises", "Exam day tips and strategies", "Lifetime access to materials"],
|
||||
},
|
||||
{
|
||||
id: "telc",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Star,
|
||||
price: "€30",
|
||||
subtitle: "Telc Exam Preparation",
|
||||
features: [
|
||||
"Telc-specific test format training",
|
||||
"4+ practice tests with solutions",
|
||||
"Comprehensive listening practice",
|
||||
"Writing modules with scoring guidance",
|
||||
"Speaking practice scenarios",
|
||||
"Exam success strategies",
|
||||
"Lifetime course access",
|
||||
],
|
||||
id: "telc", badge: "Recommended", badgeIcon: Star,
|
||||
price: "€30", subtitle: "Telc Exam Preparation", features: [
|
||||
"Telc-specific test format training", "4+ practice tests with solutions", "Comprehensive listening practice", "Writing modules with scoring guidance", "Speaking practice scenarios", "Exam success strategies", "Lifetime course access"],
|
||||
},
|
||||
{
|
||||
id: "goethe",
|
||||
badge: "Comprehensive",
|
||||
badgeIcon: Zap,
|
||||
price: "€30",
|
||||
subtitle: "Goethe Exam Preparation",
|
||||
features: [
|
||||
"Authentic Goethe test materials",
|
||||
"Full exam simulation tests",
|
||||
"Expert-guided practice exercises",
|
||||
"Reading comprehension training",
|
||||
"Writing proficiency modules",
|
||||
"Spoken German practice",
|
||||
"Lifetime material access",
|
||||
],
|
||||
id: "goethe", badge: "Comprehensive", badgeIcon: Zap,
|
||||
price: "€30", subtitle: "Goethe Exam Preparation", features: [
|
||||
"Authentic Goethe test materials", "Full exam simulation tests", "Expert-guided practice exercises", "Reading comprehension training", "Writing proficiency modules", "Spoken German practice", "Lifetime material access"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -155,9 +105,7 @@ export default function ExamsPage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Today", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -173,18 +121,13 @@ export default function ExamsPage() {
|
||||
description="Don't leave your exam success to chance. Our comprehensive preparation courses give you everything you need to pass with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Enroll Now", href: "#pricing"},
|
||||
{
|
||||
text: "Back to Courses",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Courses", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,61 +140,37 @@ export default function ExamsPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/",
|
||||
},
|
||||
label: "Courses", href: "/"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/",
|
||||
},
|
||||
label: "Pricing", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Exam Prep",
|
||||
href: "/exams",
|
||||
},
|
||||
label: "Exam Prep", href: "/exams"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/",
|
||||
},
|
||||
label: "FAQ", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/",
|
||||
},
|
||||
label: "Contact", href: "/"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:support@germanflow.com",
|
||||
},
|
||||
label: "Support", href: "mailto:support@germanflow.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
314
src/app/page.tsx
314
src/app/page.tsx
@@ -40,9 +40,7 @@ export default function HomePage() {
|
||||
brandName="GermanFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "#courses",
|
||||
}}
|
||||
text: "Start Learning", href: "#courses"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,41 +54,26 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
text: "Explore Courses", href: "#courses"},
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Pricing", href: "#pricing"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg"
|
||||
imageAlt="Students learning German online"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mueller",
|
||||
handle: "Language Learner",
|
||||
testimonial: "This platform transformed my German skills in just 3 months!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Mueller", handle: "Language Learner", testimonial: "This platform transformed my German skills in just 3 months!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
{
|
||||
name: "Marco Schmidt",
|
||||
handle: "DTZ Exam Passer",
|
||||
testimonial: "The exam prep courses are incredibly comprehensive and helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg?_wi=1",
|
||||
},
|
||||
name: "Marco Schmidt", handle: "DTZ Exam Passer", testimonial: "The exam prep courses are incredibly comprehensive and helpful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg"},
|
||||
{
|
||||
name: "Lisa Weber",
|
||||
handle: "B1 Student",
|
||||
testimonial: "I loved the structured lessons and interactive exercises.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1",
|
||||
},
|
||||
name: "Lisa Weber", handle: "B1 Student", testimonial: "I loved the structured lessons and interactive exercises.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -107,9 +90,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"
|
||||
@@ -129,36 +110,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "A1 - Complete Beginner",
|
||||
description: "Master basic German from absolute zero. Learn essential vocabulary, foundational grammar, and everyday phrases for survival communication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg?_wi=1",
|
||||
},
|
||||
title: "A1 - Complete Beginner", description: "Master basic German from absolute zero. Learn essential vocabulary, foundational grammar, and everyday phrases for survival communication.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "A2 - Elementary",
|
||||
description: "Build on your foundation with expanded vocabulary and more complex grammar. Handle familiar topics with confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-workers-comparing-results_1170-66.jpg?_wi=1",
|
||||
},
|
||||
title: "A2 - Elementary", description: "Build on your foundation with expanded vocabulary and more complex grammar. Handle familiar topics with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/serious-workers-comparing-results_1170-66.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "B1 - Intermediate",
|
||||
description: "Reach intermediate proficiency. Discuss complex topics, understand longer texts, and express your opinions fluently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg?_wi=1",
|
||||
},
|
||||
title: "B1 - Intermediate", description: "Reach intermediate proficiency. Discuss complex topics, understand longer texts, and express your opinions fluently.", imageSrc: "http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Exam Preparation",
|
||||
description: "Prepare for DTZ, Telc, and Goethe exams with targeted practice. Mock tests, listening exercises, writing tasks, and speaking practice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149546197.jpg?_wi=1",
|
||||
},
|
||||
title: "Exam Preparation", description: "Prepare for DTZ, Telc, and Goethe exams with targeted practice. Mock tests, listening exercises, writing tasks, and speaking practice.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149546197.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Enroll Now", href: "#pricing"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -174,88 +141,34 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "a1",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "€30",
|
||||
subtitle: "Complete Beginner Level",
|
||||
features: [
|
||||
"20+ comprehensive lessons",
|
||||
"Vocabulary building exercises",
|
||||
"Grammar explanations & drills",
|
||||
"Reading and listening practice",
|
||||
"Lifetime course access",
|
||||
],
|
||||
id: "a1", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "€30", subtitle: "Complete Beginner Level", features: [
|
||||
"20+ comprehensive lessons", "Vocabulary building exercises", "Grammar explanations & drills", "Reading and listening practice", "Lifetime course access"],
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Star,
|
||||
price: "€30",
|
||||
subtitle: "Elementary Level",
|
||||
features: [
|
||||
"25+ structured lessons",
|
||||
"Expanded vocabulary units",
|
||||
"Advanced grammar topics",
|
||||
"Interactive practice exercises",
|
||||
"Lifetime course access",
|
||||
],
|
||||
id: "a2", badge: "Recommended", badgeIcon: Star,
|
||||
price: "€30", subtitle: "Elementary Level", features: [
|
||||
"25+ structured lessons", "Expanded vocabulary units", "Advanced grammar topics", "Interactive practice exercises", "Lifetime course access"],
|
||||
},
|
||||
{
|
||||
id: "b1",
|
||||
badge: "Advanced",
|
||||
badgeIcon: Zap,
|
||||
price: "€30",
|
||||
subtitle: "Intermediate Level",
|
||||
features: [
|
||||
"30+ in-depth lessons",
|
||||
"Complex grammar mastery",
|
||||
"Professional vocabulary",
|
||||
"Speaking & writing tasks",
|
||||
"Lifetime course access",
|
||||
],
|
||||
id: "b1", badge: "Advanced", badgeIcon: Zap,
|
||||
price: "€30", subtitle: "Intermediate Level", features: [
|
||||
"30+ in-depth lessons", "Complex grammar mastery", "Professional vocabulary", "Speaking & writing tasks", "Lifetime course access"],
|
||||
},
|
||||
{
|
||||
id: "dtz",
|
||||
badge: "Certification",
|
||||
badgeIcon: Award,
|
||||
price: "€30",
|
||||
subtitle: "DTZ Exam Preparation",
|
||||
features: [
|
||||
"Mock exam tests",
|
||||
"Listening exercises",
|
||||
"Writing task practice",
|
||||
"Speaking simulations",
|
||||
"Exam success tips",
|
||||
],
|
||||
id: "dtz", badge: "Certification", badgeIcon: Award,
|
||||
price: "€30", subtitle: "DTZ Exam Preparation", features: [
|
||||
"Mock exam tests", "Listening exercises", "Writing task practice", "Speaking simulations", "Exam success tips"],
|
||||
},
|
||||
{
|
||||
id: "telc",
|
||||
badge: "Certification",
|
||||
badgeIcon: Award,
|
||||
price: "€30",
|
||||
subtitle: "Telc Exam Preparation",
|
||||
features: [
|
||||
"Telc-specific practice tests",
|
||||
"Comprehensive listening drills",
|
||||
"Writing preparation modules",
|
||||
"Speaking practice sessions",
|
||||
"Pass guarantee support",
|
||||
],
|
||||
id: "telc", badge: "Certification", badgeIcon: Award,
|
||||
price: "€30", subtitle: "Telc Exam Preparation", features: [
|
||||
"Telc-specific practice tests", "Comprehensive listening drills", "Writing preparation modules", "Speaking practice sessions", "Pass guarantee support"],
|
||||
},
|
||||
{
|
||||
id: "goethe",
|
||||
badge: "Certification",
|
||||
badgeIcon: Award,
|
||||
price: "€30",
|
||||
subtitle: "Goethe Exam Preparation",
|
||||
features: [
|
||||
"Goethe test format drills",
|
||||
"Authentic practice materials",
|
||||
"Expert-guided exercises",
|
||||
"Full exam simulation",
|
||||
"Success strategies included",
|
||||
],
|
||||
id: "goethe", badge: "Certification", badgeIcon: Award,
|
||||
price: "€30", subtitle: "Goethe Exam Preparation", features: [
|
||||
"Goethe test format drills", "Authentic practice materials", "Expert-guided exercises", "Full exam simulation", "Success strategies included"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -263,9 +176,7 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Today", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -281,53 +192,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Rodriguez",
|
||||
role: "Language Enthusiast",
|
||||
company: "Spain",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Anna Rodriguez", role: "Language Enthusiast", company: "Spain", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Patterson",
|
||||
role: "Business Professional",
|
||||
company: "UK",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "James Patterson", role: "Business Professional", company: "UK", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Santos",
|
||||
role: "Student",
|
||||
company: "Portugal",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Maria Santos", role: "Student", company: "Portugal", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Bergmann",
|
||||
role: "Career Changer",
|
||||
company: "Austria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
},
|
||||
id: "4", name: "Thomas Bergmann", role: "Career Changer", company: "Austria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Moretti",
|
||||
role: "Exam Passer",
|
||||
company: "Italy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
},
|
||||
id: "5", name: "Sophia Moretti", role: "Exam Passer", company: "Italy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lucas Fernandes",
|
||||
role: "Professional",
|
||||
company: "Brazil",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
|
||||
},
|
||||
id: "6", name: "Lucas Fernandes", role: "Professional", company: "Brazil", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -346,45 +227,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does each course take to complete?",
|
||||
content: "The duration depends on your pace. Most students complete A1 or A2 courses in 2-3 months of consistent study (4-5 hours per week). B1 courses typically take 3-4 months. Exam preparation courses can be completed in 1-2 months depending on your current level.",
|
||||
},
|
||||
id: "1", title: "How long does each course take to complete?", content: "The duration depends on your pace. Most students complete A1 or A2 courses in 2-3 months of consistent study (4-5 hours per week). B1 courses typically take 3-4 months. Exam preparation courses can be completed in 1-2 months depending on your current level."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I get lifetime access to the course materials?",
|
||||
content: "Yes! Once you enroll in a course, you have lifetime access to all the lesson materials, exercises, and resources. You can learn at your own pace and revisit lessons anytime you need to refresh your knowledge.",
|
||||
},
|
||||
id: "2", title: "Do I get lifetime access to the course materials?", content: "Yes! Once you enroll in a course, you have lifetime access to all the lesson materials, exercises, and resources. You can learn at your own pace and revisit lessons anytime you need to refresh your knowledge."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are the exam preparation courses recognized by official exam bodies?",
|
||||
content: "Our exam prep courses are designed to match the official exam formats and requirements for DTZ, Telc, and Goethe exams. However, the courses themselves are not officially recognized - they prepare you for the official exams, which you must take separately through authorized testing centers.",
|
||||
},
|
||||
id: "3", title: "Are the exam preparation courses recognized by official exam bodies?", content: "Our exam prep courses are designed to match the official exam formats and requirements for DTZ, Telc, and Goethe exams. However, the courses themselves are not officially recognized - they prepare you for the official exams, which you must take separately through authorized testing centers."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if I don't pass my exam on the first try?",
|
||||
content: "While we aim for high success rates, if you don't pass, you can re-enroll in the exam prep course free of charge to refresh your skills before attempting again. We also offer additional support materials.",
|
||||
},
|
||||
id: "4", title: "What if I don't pass my exam on the first try?", content: "While we aim for high success rates, if you don't pass, you can re-enroll in the exam prep course free of charge to refresh your skills before attempting again. We also offer additional support materials."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I download course materials for offline use?",
|
||||
content: "Yes, most course materials can be downloaded for offline learning. This allows you to study anywhere, anytime - on your commute, travels, or whenever it's most convenient for you.",
|
||||
},
|
||||
id: "5", title: "Can I download course materials for offline use?", content: "Yes, most course materials can be downloaded for offline learning. This allows you to study anywhere, anytime - on your commute, travels, or whenever it's most convenient for you."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a certificate upon completion?",
|
||||
content: "Yes, you receive a completion certificate for each course you finish. While not an official language certification, it demonstrates your commitment and progress. For official language certification, you'll need to complete the recognized exams (DTZ, Telc, or Goethe).",
|
||||
},
|
||||
id: "6", title: "Is there a certificate upon completion?", content: "Yes, you receive a completion certificate for each course you finish. While not an official language certification, it demonstrates your commitment and progress. For official language certification, you'll need to complete the recognized exams (DTZ, Telc, or Goethe)."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Do you offer speaking practice with native speakers?",
|
||||
content: "Our courses include speaking practice exercises and simulations. For direct conversation with native speakers, we recommend complementing our courses with language exchange platforms or private tutoring, which are beyond our current offering.",
|
||||
},
|
||||
id: "7", title: "Do you offer speaking practice with native speakers?", content: "Our courses include speaking practice exercises and simulations. For direct conversation with native speakers, we recommend complementing our courses with language exchange platforms or private tutoring, which are beyond our current offering."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, Mastercard), PayPal, and bank transfers. All transactions are secure and encrypted. Payment is processed immediately upon enrollment.",
|
||||
},
|
||||
id: "8", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard), PayPal, and bank transfers. All transactions are secure and encrypted. Payment is processed immediately upon enrollment."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -403,18 +260,13 @@ export default function HomePage() {
|
||||
description="Choose your course level and start learning German at your own pace. All courses are just €30 and include lifetime access to all materials and resources."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Enroll Now", href: "#pricing"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@germanflow.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@germanflow.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -427,61 +279,37 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Courses", href: "#courses"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Exam Prep",
|
||||
href: "/exams",
|
||||
},
|
||||
label: "Exam Prep", href: "/exams"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:support@germanflow.com",
|
||||
},
|
||||
label: "Support", href: "mailto:support@germanflow.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user