Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-09 01:47:15 +00:00
2 changed files with 61 additions and 67 deletions

View File

@@ -1,52 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "EdLearn - Convert Topics Into Structured Lessons & Interactive Quizzes", description: "Transform any topic into comprehensive lessons with diagrams, videos, quizzes, and class reminders. Master new subjects faster with EdLearn's AI-powered learning platform.", keywords: "AI learning platform, structured lessons, interactive quizzes, educational technology, class reminders, learning platform, edtech", metadataBase: new URL("https://edlearn.example.com"),
alternates: {
canonical: "https://edlearn.example.com"},
openGraph: {
title: "EdLearn - Transform Learning Into Structured Success", description: "Create instant structured lessons from any topic with diagrams, videos, quizzes and reminders.", url: "https://edlearn.example.com", siteName: "EdLearn", type: "website"},
twitter: {
card: "summary_large_image", title: "EdLearn - Instant Structured Learning", description: "Convert topics into complete lessons with diagrams, videos, quizzes and smart reminders."},
robots: {
index: true,
follow: true,
},
};
title: "EdLearn - Transform Topics Into Structured Lessons", description: "Enter any topic and EdLearn instantly converts it into a comprehensive lesson with diagrams, interactive quizzes, explainer videos, and class reminders."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1414,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -70,16 +70,20 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Enter Your Topic", author: "Step 1", description: "Simply type any topic or subject you want to learn about. Our AI analyzes the topic and prepares to create a comprehensive learning path.", tags: ["Input", "Simple"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-clean-minimalist-screenshot-showing-a--1773020327677-0008b25c.png", imageAlt: "Topic input interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-clean-minimalist-screenshot-showing-a--1773020327677-0008b25c.png", imageAlt: "Topic input interface"
},
{
id: "2", title: "Structured Lesson Generated", author: "Step 2", description: "The system automatically generates a structured lesson outline with clear learning objectives, key concepts, and organized sections for systematic learning.", tags: ["AI-Powered", "Organized"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-visual-representation-of-a-structured--1773020329882-0e56c498.png", imageAlt: "Lesson structure visualization"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-visual-representation-of-a-structured--1773020329882-0e56c498.png", imageAlt: "Lesson structure visualization"
},
{
id: "3", title: "Interactive Learning Elements", author: "Step 3", description: "Access diagrams, explainer videos, detailed explanations, and visual aids that make complex concepts easy to understand and remember.", tags: ["Multimedia", "Interactive"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-colorful-composite-showing-various-int-1773020329782-12b44835.png", imageAlt: "Interactive learning elements"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-colorful-composite-showing-various-int-1773020329782-12b44835.png", imageAlt: "Interactive learning elements"
},
{
id: "4", title: "Test Your Knowledge", author: "Step 4", description: "Complete interactive quizzes and assessments to verify your understanding, get instant feedback, and track your learning progress.", tags: ["Assessment", "Progress"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-clean-quiz-interface-showing-multiple--1773020328729-a5e7b2d8.png", imageAlt: "Quiz interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-clean-quiz-interface-showing-multiple--1773020328729-a5e7b2d8.png", imageAlt: "Quiz interface"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -95,17 +99,23 @@ export default function LandingPage() {
tagIcon={Star}
products={[
{
id: "1", name: "AI-Generated Lessons", price: "Instant Creation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/an-icon-or-illustration-representing-ai--1773020328740-e377411b.png", imageAlt: "AI lessons icon"},
id: "1", name: "AI-Generated Lessons", price: "Instant Creation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/an-icon-or-illustration-representing-ai--1773020328740-e377411b.png", imageAlt: "AI lessons icon"
},
{
id: "2", name: "Interactive Diagrams", price: "Visual Learning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-visual-showing-various-diagram-types-f-1773020329436-d162e0f1.png", imageAlt: "Diagrams icon"},
id: "2", name: "Interactive Diagrams", price: "Visual Learning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-visual-showing-various-diagram-types-f-1773020329436-d162e0f1.png", imageAlt: "Diagrams icon"
},
{
id: "3", name: "Explainer Videos", price: "Multimedia Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-video-player-interface-with-a-play-but-1773020328829-98391013.png", imageAlt: "Video player icon"},
id: "3", name: "Explainer Videos", price: "Multimedia Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-video-player-interface-with-a-play-but-1773020328829-98391013.png", imageAlt: "Video player icon"
},
{
id: "4", name: "Smart Quizzes", price: "Knowledge Check", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-quiz-card-showing-a-question-prompt-fo-1773020328248-a9cc97d3.png", imageAlt: "Quiz icon"},
id: "4", name: "Smart Quizzes", price: "Knowledge Check", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-quiz-card-showing-a-question-prompt-fo-1773020328248-a9cc97d3.png", imageAlt: "Quiz icon"
},
{
id: "5", name: "Class Reminders", price: "Stay Organized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-calendar-or-notification-interface-sho-1773020328877-b6b6cf52.png", imageAlt: "Reminders icon"},
id: "5", name: "Class Reminders", price: "Stay Organized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-calendar-or-notification-interface-sho-1773020328877-b6b6cf52.png", imageAlt: "Reminders icon"
},
{
id: "6", name: "Progress Tracking", price: "Monitor Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-progress-tracking-dashboard-showing-va-1773020329540-cbf47e10.png", imageAlt: "Progress tracking icon"},
id: "6", name: "Progress Tracking", price: "Monitor Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-progress-tracking-dashboard-showing-va-1773020329540-cbf47e10.png", imageAlt: "Progress tracking icon"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -128,7 +138,7 @@ export default function LandingPage() {
id: "2", value: "3", title: "x Faster", description: "Learn topics 3x faster than traditional methods", icon: Zap,
},
{
id: "3", value: "50", title: "+ Topics", description: "Master over 50 different subject categories", icon: BookOpen,
id: "3", value: "50", title: "+Topics", description: "Master over 50 different subject categories", icon: BookOpen,
},
{
id: "4", value: "24", title: "/7 Support", description: "Always available reminders and study aids", icon: Clock,
@@ -149,17 +159,23 @@ export default function LandingPage() {
tagIcon={Award}
testimonials={[
{
id: "1", title: "Mastered Machine Learning in 2 Weeks", quote: "EdLearn's structured approach made complex ML concepts incredibly clear. The diagrams and videos saved me hours of confusion. I went from beginner to confident in just two weeks!", name: "Alex Chen", role: "CS Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020328218-c06f4f86.png", imageAlt: "Alex Chen"},
id: "1", title: "Mastered Machine Learning in 2 Weeks", quote: "EdLearn's structured approach made complex ML concepts incredibly clear. The diagrams and videos saved me hours of confusion. I went from beginner to confident in just two weeks!", name: "Alex Chen", role: "CS Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020328218-c06f4f86.png", imageAlt: "Alex Chen"
},
{
id: "2", title: "Finally Understanding Chemistry", quote: "The interactive quizzes and reminders kept me on track. I never thought I'd excel in chemistry, but EdLearn's personalized lessons made all the difference.", name: "Maria Rodriguez", role: "High School Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020327903-a7dcb6b2.png", imageAlt: "Maria Rodriguez"},
id: "2", title: "Finally Understanding Chemistry", quote: "The interactive quizzes and reminders kept me on track. I never thought I'd excel in chemistry, but EdLearn's personalized lessons made all the difference.", name: "Maria Rodriguez", role: "High School Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020327903-a7dcb6b2.png", imageAlt: "Maria Rodriguez"
},
{
id: "3", title: "Perfect for Self-Paced Learning", quote: "As a working professional, EdLearn let me learn at my own pace. The instant topic conversion and clear structure fit perfectly into my busy schedule.", name: "James Peterson", role: "Professional Learner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-mi-1773020327623-cd9bfc77.png", imageAlt: "James Peterson"},
id: "3", title: "Perfect for Self-Paced Learning", quote: "As a working professional, EdLearn let me learn at my own pace. The instant topic conversion and clear structure fit perfectly into my busy schedule.", name: "James Peterson", role: "Professional Learner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-mi-1773020327623-cd9bfc77.png", imageAlt: "James Peterson"
},
{
id: "4", title: "Best Study Tool I've Found", quote: "The combination of lessons, videos, and quizzes is unbeatable. I've improved my grades by 25% since I started using EdLearn regularly.", name: "Sophia Williams", role: "University Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020328264-65ac47c4.png", imageAlt: "Sophia Williams"},
id: "4", title: "Best Study Tool I've Found", quote: "The combination of lessons, videos, and quizzes is unbeatable. I've improved my grades by 25% since I started using EdLearn regularly.", name: "Sophia Williams", role: "University Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-yo-1773020328264-65ac47c4.png", imageAlt: "Sophia Williams"
},
{
id: "5", title: "Game Changer for Test Prep", quote: "I used EdLearn to prepare for my certification exams. The smart reminders kept me studying consistently, and I passed on the first attempt!", name: "David Kumar", role: "Certification Seeker", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-so-1773020327759-31046d47.png", imageAlt: "David Kumar"},
id: "5", title: "Game Changer for Test Prep", quote: "I used EdLearn to prepare for my certification exams. The smart reminders kept me studying consistently, and I passed on the first attempt!", name: "David Kumar", role: "Certification Seeker", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-so-1773020327759-31046d47.png", imageAlt: "David Kumar"
},
{
id: "6", title: "Teaching My Kids Has Never Been Easier", quote: "As a tutor, EdLearn helps me create better lessons for my students. The structured format saves prep time and improves outcomes.", name: "Emily Thompson", role: "Private Tutor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-mi-1773020327922-5ab83a2c.png", imageAlt: "Emily Thompson"},
id: "6", title: "Teaching My Kids Has Never Been Easier", quote: "As a tutor, EdLearn helps me create better lessons for my students. The structured format saves prep time and improves outcomes.", name: "Emily Thompson", role: "Private Tutor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AghI3jF4Uu5dSjBnnRFy1hEjb5/a-professional-headshot-portrait-of-a-mi-1773020327922-5ab83a2c.png", imageAlt: "Emily Thompson"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -176,17 +192,20 @@ export default function LandingPage() {
{
id: "starter", badge: "Great Start", badgeIcon: Sparkles,
price: "$9/mo", subtitle: "Perfect for exploring new topics", features: [
"5 topics per month", "Basic diagrams and notes", "Standard quizzes", "Email support", "Progress tracking"],
"5 topics per month", "Basic diagrams and notes", "Standard quizzes", "Email support", "Progress tracking"
],
},
{
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "$29/mo", subtitle: "Best for dedicated learners", features: [
"Unlimited topics", "Advanced diagrams & mind maps", "Explainer videos", "Smart quizzes with AI feedback", "Class reminders", "Priority support", "Progress analytics", "Study groups access"],
"Unlimited topics", "Advanced diagrams & mind maps", "Explainer videos", "Smart quizzes with AI feedback", "Class reminders", "Priority support", "Progress analytics", "Study groups access"
],
},
{
id: "premium", badge: "Maximum Value", badgeIcon: Zap,
price: "$59/mo", subtitle: "For ambitious learners and educators", features: [
"Everything in Pro", "Custom lesson creation", "Export lessons (PDF/Video)", "1-on-1 mentor sessions", "Advanced analytics", "Team collaboration", "API access", "White-label options"],
"Everything in Pro", "Custom lesson creation", "Export lessons (PDF/Video)", "1-on-1 mentor sessions", "Advanced analytics", "Team collaboration", "API access", "White-label options"
],
},
]}
animationType="slide-up"
@@ -201,21 +220,29 @@ export default function LandingPage() {
sideDescription="Everything you need to know about EdLearn and how it works"
faqs={[
{
id: "1", title: "How long does it take to generate a lesson?", content: "Most lessons are generated instantly! Our AI processes your topic and creates a structured lesson with content, diagrams, and quiz questions within seconds. More complex topics may take up to 2-3 minutes for comprehensive coverage."},
id: "1", title: "How long does it take to generate a lesson?", content: "Most lessons are generated instantly! Our AI processes your topic and creates a structured lesson with content, diagrams, and quiz questions within seconds. More complex topics may take up to 2-3 minutes for comprehensive coverage."
},
{
id: "2", title: "Can I customize the generated lessons?", content: "Yes! With Pro and Premium plans, you can edit and customize any generated lesson. You can add your own notes, modify diagrams, adjust quiz difficulty, and reorganize sections to match your learning style."},
id: "2", title: "Can I customize the generated lessons?", content: "Yes! With Pro and Premium plans, you can edit and customize any generated lesson. You can add your own notes, modify diagrams, adjust quiz difficulty, and reorganize sections to match your learning style."
},
{
id: "3", title: "How do class reminders work?", content: "You can set custom reminders for specific study times or class days. EdLearn will send you notifications to keep you on track with your learning schedule. Premium users get smart reminders that adapt based on your study patterns."},
id: "3", title: "How do class reminders work?", content: "You can set custom reminders for specific study times or class days. EdLearn will send you notifications to keep you on track with your learning schedule. Premium users get smart reminders that adapt based on your study patterns."
},
{
id: "4", title: "What topics can EdLearn cover?", content: "EdLearn can handle virtually any topic: math, science, history, languages, programming, professional skills, business concepts, and more. If you can think of it, our AI can create a lesson for it."},
id: "4", title: "What topics can EdLearn cover?", content: "EdLearn can handle virtually any topic: math, science, history, languages, programming, professional skills, business concepts, and more. If you can think of it, our AI can create a lesson for it."
},
{
id: "5", title: "Are the explainer videos AI-generated?", content: "Yes, our explainer videos are AI-generated to match your lesson content. They're automatically created to explain key concepts, though Pro+ users can request human-created videos for premium content."},
id: "5", title: "Are the explainer videos AI-generated?", content: "Yes, our explainer videos are AI-generated to match your lesson content. They're automatically created to explain key concepts, though Pro+ users can request human-created videos for premium content."
},
{
id: "6", title: "Can I track my progress across multiple topics?", content: "Absolutely! EdLearn tracks your quiz scores, time spent learning, topics completed, and knowledge retention. You get detailed analytics showing your learning trends and areas for improvement."},
id: "6", title: "Can I track my progress across multiple topics?", content: "Absolutely! EdLearn tracks your quiz scores, time spent learning, topics completed, and knowledge retention. You get detailed analytics showing your learning trends and areas for improvement."
},
{
id: "7", title: "Is there a free trial?", content: "Yes, we offer a 14-day free trial of the Pro plan. No credit card required. Try all features and see how EdLearn transforms your learning experience."},
id: "7", title: "Is there a free trial?", content: "Yes, we offer a 14-day free trial of the Pro plan. No credit card required. Try all features and see how EdLearn transforms your learning experience."
},
{
id: "8", title: "Can I use EdLearn for teaching my class?", content: "Definitely! Teachers love EdLearn. Generate lessons for your curriculum, share with students, and assign quizzes. Premium plans include team collaboration features perfect for educational institutions."},
id: "8", title: "Can I use EdLearn for teaching my class?", content: "Definitely! Teachers love EdLearn. Generate lessons for your curriculum, share with students, and assign quizzes. Premium plans include team collaboration features perfect for educational institutions."
},
]}
textPosition="left"
useInvertedBackground={true}