Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-04 16:55:55 +00:00

View File

@@ -49,6 +49,7 @@ export default function LandingPage() {
{ value: "1M+", label: "Active Students" },
{ value: "95%", label: "Fluency Rate" }
]}
enableKpiAnimation={true}
buttons={[{ text: "Start Learning", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-chatting-laptop-outdoors_23-2148154983.jpg"
imageAlt="LinguistPro platform"
@@ -60,7 +61,6 @@ export default function LandingPage() {
<TextAbout
tag="About Us"
title="Bridging Cultures Through Technology"
description="We believe language is the most powerful tool for human connection. Our mission is to make high-quality, personalized language education accessible to everyone, everywhere."
useInvertedBackground={true}
/>
</div>
@@ -132,6 +132,7 @@ export default function LandingPage() {
description="Join over a million learners reaching their fluency goals today."
buttons={[{ text: "Start Learning Now", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>