Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Mic, Share2, TrendingUp, Video } from "lucide-react";
|
||||
import { Award, Mic, Share2, TrendingUp, Video, BrainCircuit } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "AI Tutor",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "AI Tutor", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
]}
|
||||
brandName="LinguaAI"
|
||||
/>
|
||||
@@ -57,16 +45,10 @@ export default function LandingPage() {
|
||||
logoText="LinguaAI"
|
||||
description="Master Italian and Japanese with your own real-time 3D AI tutor. Immersive, adaptive, and live."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062916.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062916.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,67 +63,38 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTen
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Voice Recognition AI",
|
||||
description: "Speak naturally and receive real-time corrections on pronunciation and grammar.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-volume-knob-multimedia-controller-auto-textured-adjustment-wheel_169016-68661.jpg",
|
||||
title: "Voice Recognition AI", description: "Speak naturally and receive real-time corrections on pronunciation and grammar.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-volume-knob-multimedia-controller-auto-textured-adjustment-wheel_169016-68661.jpg", imageAlt: "voice recognition digital wave tech"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Mic,
|
||||
text: "Real-time speech feedback",
|
||||
},
|
||||
{
|
||||
icon: BrainCircuit,
|
||||
text: "Advanced AI corrections",
|
||||
},
|
||||
{ icon: Mic, text: "Real-time speech feedback" },
|
||||
{ icon: BrainCircuit, text: "Advanced AI corrections" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062916.jpg?_wi=2",
|
||||
imageAlt: "voice recognition digital wave tech",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Live Classroom Experience",
|
||||
description: "Join interactive sessions hosted by experts with screen sharing and collaborative tools.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906186.jpg",
|
||||
title: "Live Classroom Experience", description: "Join interactive sessions hosted by experts with screen sharing and collaborative tools.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906186.jpg", imageAlt: "3d virtual classroom tech"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Video,
|
||||
text: "High-quality video sessions",
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
text: "Live screen sharing",
|
||||
},
|
||||
{ icon: Video, text: "High-quality video sessions" },
|
||||
{ icon: Share2, text: "Live screen sharing" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style-with-robots_23-2150998722.jpg?_wi=1",
|
||||
imageAlt: "voice recognition digital wave tech",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Contextual Progress Metrics",
|
||||
description: "Visualize your journey with AI-driven analytics tracking streaks, XP, and growth.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-droplet-black-backdrop_23-2147748894.jpg",
|
||||
title: "Contextual Progress Metrics", description: "Visualize your journey with AI-driven analytics tracking streaks, XP, and growth.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-droplet-black-backdrop_23-2147748894.jpg", imageAlt: "ai progress tracking dashboard"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Personalized growth path",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Gamified rewards system",
|
||||
},
|
||||
{ icon: TrendingUp, text: "Personalized growth path" },
|
||||
{ icon: Award, text: "Gamified rewards system" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-looking-tablet_23-2148363577.jpg?_wi=1",
|
||||
imageAlt: "voice recognition digital wave tech",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Next-Level Learning Tools"
|
||||
@@ -153,31 +106,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-looking-tablet_23-2148363577.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Yuki S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178652.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-modern-girl-with-red-hair-holds-digital-tablet-sits-stairs-near-museum_1258-196643.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kenji T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-using-tablet_23-2148793484.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-creative-female-designer-works-with-tablet-stylus-outdoors-dressed-blue-sweatshirt-has-smile-face-glad-finish-work-college-student-prepares-project-online_273609-55887.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco V.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-looking-tablet_23-2148363577.jpg" },
|
||||
{ id: "2", name: "Yuki S.", imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178652.jpg" },
|
||||
{ id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-modern-girl-with-red-hair-holds-digital-tablet-sits-stairs-near-museum_1258-196643.jpg" },
|
||||
{ id: "4", name: "Kenji T.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-using-tablet_23-2148793484.jpg" },
|
||||
{ id: "5", name: "Sophie M.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-creative-female-designer-works-with-tablet-stylus-outdoors-dressed-blue-sweatshirt-has-smile-face-glad-finish-work-college-student-prepares-project-online_273609-55887.jpg" },
|
||||
]}
|
||||
cardTitle="Global Learners Trust Us"
|
||||
cardTag="Success Stories"
|
||||
@@ -192,28 +125,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "trial",
|
||||
badge: "Trial Offer",
|
||||
price: "€90",
|
||||
subtitle: "7 Days Full Access",
|
||||
features: [
|
||||
"AI Language Tutor",
|
||||
"Live Classes",
|
||||
"Voice Recognition",
|
||||
"Progress Tracking",
|
||||
],
|
||||
id: "trial", badge: "Trial Offer", price: "€90", subtitle: "7 Days Full Access", features: [
|
||||
"AI Language Tutor", "Live Classes", "Voice Recognition", "Progress Tracking"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro Plan",
|
||||
price: "€290",
|
||||
subtitle: "Monthly Subscription",
|
||||
features: [
|
||||
"Everything in Trial",
|
||||
"Advanced Grammar AI",
|
||||
"Personalized Mentor",
|
||||
"Leaderboard Access",
|
||||
],
|
||||
id: "pro", badge: "Pro Plan", price: "€290", subtitle: "Monthly Subscription", features: [
|
||||
"Everything in Trial", "Advanced Grammar AI", "Personalized Mentor", "Leaderboard Access"],
|
||||
},
|
||||
]}
|
||||
title="Start Your Journey"
|
||||
@@ -226,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How does the AI tutor work?",
|
||||
content: "Our AI uses advanced LLM technology to adapt to your proficiency level, correcting your speech and grammar in real-time.",
|
||||
},
|
||||
id: "f1", title: "How does the AI tutor work?", content: "Our AI uses advanced LLM technology to adapt to your proficiency level, correcting your speech and grammar in real-time."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I join live classes?",
|
||||
content: "Yes, our admin hosts daily live classes accessible directly via your dashboard.",
|
||||
},
|
||||
id: "f2", title: "Can I join live classes?", content: "Yes, our admin hosts daily live classes accessible directly via your dashboard."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What payment methods are supported?",
|
||||
content: "We support Stripe, PayPal, UPI, and Razorpay for seamless global payments.",
|
||||
},
|
||||
id: "f3", title: "What payment methods are supported?", content: "We support Stripe, PayPal, UPI, and Razorpay for seamless global payments."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -250,13 +158,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Start Learning Today"
|
||||
description="Join LinguaAI and begin your path to language mastery with your own AI-powered mentor."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/international-day-education-futuristic-style-with-robots_23-2150998722.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/international-day-education-futuristic-style-with-robots_23-2150998722.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user