Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-08 20:05:05 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Materials",
id: "products",
},
name: "Materials", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="EduStudy"
/>
@@ -54,81 +46,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "sparkles-gradient",
}}
title="Master Your Exams with Expert Study Notes"
description="Comprehensive CBSE, JEE, and NEET resources to help you excel. From chapter-wise notes to PYQs and mind maps, get everything you need for success."
variant: "sparkles-gradient"}}
title="Master Your Exams with AI-Powered Insights"
description="Leverage our AI-integrated study platform to optimize your CBSE, JEE, and NEET preparation. Get personalized study paths, adaptive learning, and intelligent revision tools."
buttons={[
{
text: "Get Started",
href: "#products",
},
text: "Get Started", href: "#products"},
]}
carouselItems={[
{
id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ljjc9",
imageAlt: "student desk study setup",
},
{
id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bcjqy",
imageAlt: "students studying in library",
},
{
id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r124c",
imageAlt: "student writing notes",
},
{
id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wgeczf",
imageAlt: "education resources digital books",
},
{
id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wsbrga",
imageAlt: "happy student success",
},
{
id: "6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjx4cw",
imageAlt: "digital learning platform interface",
},
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ljjc9", imageAlt: "student desk study setup" },
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0bcjqy", imageAlt: "students studying in library" },
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r124c", imageAlt: "student writing notes" },
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wgeczf", imageAlt: "education resources digital books" },
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wsbrga", imageAlt: "happy student success" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rjx4cw", imageAlt: "digital learning platform interface" },
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyOne
<FeatureCardTwentySeven
useInvertedBackground={true}
title="Everything You Need for Top Scores"
description="Our platform provides curated, high-quality materials designed to make your preparation faster and more effective."
accordionItems={[
animationType="slide-up"
textboxLayout="split"
title="Intelligent AI-Driven Preparation"
description="Our AI engine analyzes your performance to provide tailored insights and study improvements."
features={[
{
id: "1",
title: "Chapter-wise Notes",
content: "Detailed, concise summaries for every chapter in CBSE, JEE, and NEET curriculums.",
id: "f1", title: "Adaptive Study Paths", descriptions: ["AI automatically adjusts study schedules based on your proficiency levels.", "Focus more on challenging topics with real-time feedback."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=onaos2"
},
{
id: "2",
title: "PYQs & Solutions",
content: "Previous years' questions solved by experts to help you understand common patterns.",
},
{
id: "3",
title: "Mind Maps & Formula Sheets",
content: "Visual study aids and short tricks to help you memorize key concepts faster.",
},
{
id: "4",
title: "Map Work & Sample Papers",
content: "Practice sets based on real exam patterns for hands-on experience.",
},
id: "f2", title: "Smart Doubt Resolution", descriptions: ["Instant, AI-powered explanations for your hardest exam questions.", "Clarify complex concepts within seconds."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw"
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=onaos2"
mediaAnimation="slide-up"
imageAlt="study organization mind maps"
/>
</div>
@@ -139,98 +91,25 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "CBSE",
name: "Chemistry Mind Maps",
price: "Free",
rating: 5,
reviewCount: "120",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw",
imageAlt: "chemistry cheat sheet design",
},
{
id: "p2",
brand: "JEE",
name: "Physics Short Tricks",
price: "Free",
rating: 5,
reviewCount: "250",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj6wln",
imageAlt: "math formula sheet",
},
{
id: "p3",
brand: "NEET",
name: "Biology Notes Folder",
price: "Free",
rating: 5,
reviewCount: "310",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=temflj",
imageAlt: "biology mind map diagram",
},
{
id: "p4",
brand: "CBSE",
name: "Map Work Set",
price: "Free",
rating: 5,
reviewCount: "90",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3pdw8w",
imageAlt: "history map work practice",
},
{
id: "p5",
brand: "JEE",
name: "Mock Exam Papers",
price: "Free",
rating: 5,
reviewCount: "400",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=35tkuz",
imageAlt: "JEE entrance exam paper",
},
{
id: "p6",
brand: "NEET",
name: "Complete Bio Guide",
price: "Free",
rating: 5,
reviewCount: "550",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3qk4hw",
imageAlt: "NEET biology study notes",
},
{ id: "p1", brand: "CBSE", name: "AI Chemistry Maps", price: "Free", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9e1hw" },
{ id: "p2", brand: "JEE", name: "AI Physics Engine", price: "Free", rating: 5, reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj6wln" },
{ id: "p3", brand: "NEET", name: "AI Biology Tutor", price: "Free", rating: 5, reviewCount: "310", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=temflj" },
]}
title="Curated Study Resources"
description="Browse through our collection of premium study materials tailored for your success."
title="AI-Optimized Resources"
description="Our collection of premium study materials, now augmented with AI insights for better retention."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={true}
title="Empowering Student Success"
tag="Our Impact"
title="AI-Powered Performance Results"
tag="Our Metrics"
metrics={[
{
id: "m1",
value: "50k+",
description: "Happy Students",
},
{
id: "m2",
value: "2k+",
description: "Study Chapters",
},
{
id: "m3",
value: "100+",
description: "Expert Educators",
},
{
id: "m4",
value: "95%",
description: "Success Rate",
},
{ id: "m1", value: "40% Faster", description: "Average improvement in concept recall time" },
{ id: "m2", value: "98%", description: "Student satisfaction with AI tutoring" },
{ id: "m3", value: "500k+", description: "AI queries resolved successfully" },
{ id: "m4", value: "30% Higher", description: "Increase in exam success rates" },
]}
metricsAnimation="slide-up"
/>
@@ -242,49 +121,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Aman Verma",
handle: "@aman_v",
testimonial: "These notes simplified my physics preparation significantly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0eftt6",
imageAlt: "happy student portrait",
},
{
id: "2",
name: "Priya Sharma",
handle: "@priya_s",
testimonial: "The mind maps are incredibly helpful for biology last-minute revisions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=67fzzn",
imageAlt: "focused high school student",
},
{
id: "3",
name: "Rahul Gupta",
handle: "@rahul_g",
testimonial: "The PYQ solutions are clear and easy to follow. Highly recommended!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8ongb",
imageAlt: "college student portrait",
},
{
id: "4",
name: "Sneha Patil",
handle: "@sneha_p",
testimonial: "Best platform for CBSE exam preparation. Everything in one place.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w8cyk5",
imageAlt: "ambitious young student",
},
{
id: "5",
name: "Vikram Singh",
handle: "@vikram_s",
testimonial: "The short tricks helped me save so much time in exams.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=abprqc",
imageAlt: "happy student portrait",
},
{ id: "1", name: "Aman Verma", handle: "@aman_v", testimonial: "The AI adaptive path changed my JEE preparation completely. I score 30% higher now!" },
{ id: "2", name: "Priya Sharma", handle: "@priya_s", testimonial: "AI-powered doubt resolution is a lifesaver. No more waiting hours for explanations." },
{ id: "3", name: "Rahul Gupta", handle: "@rahul_g", testimonial: "Studying for NEET became much simpler thanks to the intelligent mind maps generated for me." },
]}
title="What Students Say"
description="Join thousands of students who have achieved their goals using our resources."
title="Success Stories with AI"
description="Thousands of students are leveling up their preparation with our AI tools."
/>
</div>
@@ -293,57 +135,27 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are these materials free?",
content: "Yes, all our basic study notes and PYQs are absolutely free for students.",
},
{
id: "f2",
title: "Which exams do you cover?",
content: "We cover CBSE, JEE, and NEET examinations comprehensively.",
},
{
id: "f3",
title: "How often is content updated?",
content: "We update our study materials every semester to ensure they align with the latest syllabus.",
},
{ id: "f1", title: "Is the AI tool free?", content: "Yes, basic AI-driven study insights are free for all our students." },
{ id: "f2", title: "How does AI personalize my learning?", content: "Our AI analyzes your practice test results to customize notes and study suggestions." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fudg9l"
title="Got Questions?"
description="Here are common answers to help you get started with our platform."
title="AI Integration FAQ"
description="Common questions about how our new AI features enhance your learning."
faqsAnimation="slide-up"
imageAlt="student support help desk"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Have suggestions?"
description="We are constantly improving. Tell us which chapter or material you need next!"
title="Request New AI Tools"
description="We're constantly adding new AI capabilities. Let us know which features you want next!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{
name: "message",
placeholder: "What do you need help with?",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "What AI feature should we build next?", rows: 4, required: true }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x1kk52"
imageAlt="student support help desk"
/>
</div>
@@ -351,49 +163,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="EduStudy"
columns={[
{
title: "Resources",
items: [
{
label: "Notes",
href: "#products",
},
{
label: "PYQs",
href: "#products",
},
],
},
{
title: "Exams",
items: [
{
label: "CBSE",
href: "#",
},
{
label: "JEE",
href: "#",
},
{
label: "NEET",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Resources", items: [{ label: "Notes", href: "#products" }, { label: "AI Tools", href: "#products" }] },
{ title: "Exams", items: [{ label: "CBSE", href: "#" }, { label: "JEE", href: "#" }, { label: "NEET", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }] },
]}
copyrightText="© 2024 EduStudy Inc. All rights reserved."
/>