Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-21 10:37:41 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Courses",
id: "/courses",
},
name: "Courses", id: "/courses"},
{
name: "Methodology",
id: "/methodology",
},
name: "Methodology", id: "/methodology"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Success",
id: "/success",
},
name: "Success", id: "/success"},
]}
brandName="LinguaFlow"
/>
@@ -59,11 +49,9 @@ export default function LandingPage() {
description="Master any language with science-backed immersion. From zero to fluency with our expert-led, interactive pathways."
buttons={[
{
text: "Try Free Lesson",
href: "/courses",
},
text: "Try Free Lesson", href: "/courses"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-studio-films-tablet-video-review-tech-enthusiasts_482257-116480.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXZcWYDLa7hmHWJP4uVOY4QMbc/uploaded-1776767846641-nbqqnj7w.png"
imageAlt="Language learning technology background"
/>
</div>
@@ -75,26 +63,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Akira Tanaka",
role: "Japanese Expert",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg",
imageAlt: "professional language instructor portrait",
},
id: "t1", name: "Akira Tanaka", role: "Japanese Expert", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageAlt: "professional language instructor portrait"},
{
id: "t2",
name: "Elena Rodriguez",
role: "Spanish Tutor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-diary-desk_23-2147925432.jpg",
imageAlt: "friendly spanish language tutor portrait",
},
id: "t2", name: "Elena Rodriguez", role: "Spanish Tutor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-diary-desk_23-2147925432.jpg", imageAlt: "friendly spanish language tutor portrait"},
{
id: "t3",
name: "Pierre Dubois",
role: "French Professor",
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg",
imageAlt: "french language professor portrait",
},
id: "t3", name: "Pierre Dubois", role: "French Professor", imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", imageAlt: "french language professor portrait"},
]}
title="Learn from the Best"
description="Our instructors are more than just teachers—they are cultural experts dedicated to your success."
@@ -106,20 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is the free lesson really free?",
content: "Yes, your first lesson is on us. No credit card required.",
},
id: "q1", title: "Is the free lesson really free?", content: "Yes, your first lesson is on us. No credit card required."},
{
id: "q2",
title: "Do I need a prior degree?",
content: "No, our courses are designed for everyone from beginners to pros.",
},
id: "q2", title: "Do I need a prior degree?", content: "No, our courses are designed for everyone from beginners to pros."},
{
id: "q3",
title: "Can I switch plans later?",
content: "You can upgrade or downgrade your plan at any time in settings.",
},
id: "q3", title: "Can I switch plans later?", content: "You can upgrade or downgrade your plan at any time in settings."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -135,28 +99,16 @@ export default function LandingPage() {
description="Join thousands of successful language learners globally."
metrics={[
{
id: "m1",
value: "50k+",
title: "Active Students",
items: [
"Across 120 countries",
],
id: "m1", value: "50k+", title: "Active Students", items: [
"Across 120 countries"],
},
{
id: "m2",
value: "98%",
title: "Satisfaction Rate",
items: [
"Based on student reviews",
],
id: "m2", value: "98%", title: "Satisfaction Rate", items: [
"Based on student reviews"],
},
{
id: "m3",
value: "4.9/5",
title: "Teacher Rating",
items: [
"Expert-led curriculum",
],
id: "m3", value: "4.9/5", title: "Teacher Rating", items: [
"Expert-led curriculum"],
},
]}
/>
@@ -166,8 +118,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Ready to Start Your Journey?"
description="Unlock our beginner vocab lists and start your first lesson today."
tag="Join Now"
@@ -179,42 +130,27 @@ export default function LandingPage() {
logoText="LinguaFlow"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Courses",
href: "/courses",
},
label: "Courses", href: "/courses"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}
@@ -223,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}