Merge version_1 into main #2
167
src/app/page.tsx
167
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="LinguistPro"
|
||||
/>
|
||||
@@ -50,21 +44,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Master Any Language Effortlessly"
|
||||
description="LinguistPro uses cutting-edge AI to personalize your learning journey. Start speaking fluently in record time with our interactive platform."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Learning", href: "#"},
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "#features",
|
||||
},
|
||||
text: "See How It Works", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-employee-working-with-charts-papers-computer-doing-annual-data-analysis-plan-business-project-woman-holding-files-with-financial-information-development_482257-32215.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-employee-working-with-charts-papers-computer-doing-annual-data-analysis-plan-business-project-woman-holding-files-with-financial-information-development_482257-32215.jpg"
|
||||
imageAlt="LinguistPro learning interface"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -77,19 +66,13 @@ export default function LandingPage() {
|
||||
description="We believe language is the bridge to new cultures. Our approach combines neuroscience-backed methodology with intuitive AI tools to ensure your growth is consistent and fun."
|
||||
metrics={[
|
||||
{
|
||||
value: "50+",
|
||||
title: "Languages",
|
||||
},
|
||||
value: "50+", title: "Languages"},
|
||||
{
|
||||
value: "1M+",
|
||||
title: "Users",
|
||||
},
|
||||
value: "1M+", title: "Users"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Retention",
|
||||
},
|
||||
value: "95%", title: "Retention"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-chatting-laptop-outdoors_23-2148154983.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-chatting-laptop-outdoors_23-2148154983.jpg"
|
||||
imageAlt="Studying language anywhere"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -103,67 +86,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Speech Recognition",
|
||||
description: "Perfect your pronunciation with AI-driven voice analysis.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831038.jpg?_wi=1",
|
||||
imageAlt: "Speech recognition feature",
|
||||
},
|
||||
title: "Speech Recognition", description: "Perfect your pronunciation with AI-driven voice analysis.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831038.jpg", imageAlt: "Speech recognition feature"},
|
||||
items: [
|
||||
{
|
||||
icon: Mic,
|
||||
text: "Instant feedback",
|
||||
},
|
||||
text: "Instant feedback"},
|
||||
{
|
||||
icon: Volume2,
|
||||
text: "Native speaker audio",
|
||||
},
|
||||
text: "Native speaker audio"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-working-with-charts-papers-computer-doing-annual-data-analysis-plan-business-project-woman-holding-files-with-financial-information-development_482257-32215.jpg?_wi=2",
|
||||
imageAlt: "language learning dashboard ui",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Gamified Goals",
|
||||
description: "Stay motivated with streaks, badges, and daily challenges.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-badges-teacher-s-day_23-2147570651.jpg",
|
||||
imageAlt: "Gamified progress feature",
|
||||
},
|
||||
title: "Gamified Goals", description: "Stay motivated with streaks, badges, and daily challenges.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-badges-teacher-s-day_23-2147570651.jpg", imageAlt: "Gamified progress feature"},
|
||||
items: [
|
||||
{
|
||||
icon: Trophy,
|
||||
text: "Leaderboards",
|
||||
},
|
||||
text: "Leaderboards"},
|
||||
{
|
||||
icon: Calendar,
|
||||
text: "Daily goals",
|
||||
},
|
||||
text: "Daily goals"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-chatting-laptop-outdoors_23-2148154983.jpg?_wi=2",
|
||||
imageAlt: "student studying language in cafe",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Global Immersion",
|
||||
description: "Learn cultures with context-rich content and real-world scenarios.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg",
|
||||
imageAlt: "Global immersion feature",
|
||||
},
|
||||
title: "Global Immersion", description: "Learn cultures with context-rich content and real-world scenarios.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg", imageAlt: "Global immersion feature"},
|
||||
items: [
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Real scenarios",
|
||||
},
|
||||
text: "Real scenarios"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
text: "Contextual learning",
|
||||
},
|
||||
text: "Contextual learning"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831038.jpg?_wi=2",
|
||||
imageAlt: "speech recognition tech icon",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Everything You Need to Succeed"
|
||||
@@ -179,25 +138,15 @@ export default function LandingPage() {
|
||||
author="Elena Rossi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-pretty-mixed-race-girl-has-perfect-charming-smile-shows-white-teeth-wears-blue-headband-head-busy-with-writing-necessary-notes_273609-18155.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-pretty-mixed-race-girl-has-perfect-charming-smile-shows-white-teeth-wears-blue-headband-head-busy-with-writing-necessary-notes_273609-18155.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-studio_23-2150172205.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-studio_23-2150172205.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -211,39 +160,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Basic",
|
||||
price: "$12/mo",
|
||||
subtitle: "Perfect for casual learners.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Basic", price: "$12/mo", subtitle: "Perfect for casual learners.", buttons: [
|
||||
{
|
||||
text: "Subscribe",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"1 Language",
|
||||
"Standard AI feedback",
|
||||
"Daily challenges",
|
||||
],
|
||||
"1 Language", "Standard AI feedback", "Daily challenges"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
price: "$29/mo",
|
||||
subtitle: "The ultimate learning package.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Pro", price: "$29/mo", subtitle: "The ultimate learning package.", buttons: [
|
||||
{
|
||||
text: "Get Pro",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Pro", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Languages",
|
||||
"Advanced AI analytics",
|
||||
"Offline access",
|
||||
"Live support",
|
||||
],
|
||||
"Unlimited Languages", "Advanced AI analytics", "Offline access", "Live support"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -255,8 +185,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Join thousands of learners today and reach your fluency goals."
|
||||
@@ -269,29 +198,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user