diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b5bb66..0f45d07 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -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"
/>
@@ -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() {
);
-}
+}
\ No newline at end of file