Merge version_2 into main #1
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
]}
|
||||
brandName="StudyCoach AI"
|
||||
/>
|
||||
@@ -52,43 +44,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Master Your Exams with StudyCoach AI"
|
||||
logoText="Ace Your Exams with AI-Powered Study Plans"
|
||||
description="Personalized AI-powered study plans, smart doubt solvers, and progress tracking designed to keep you motivated and on track."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
{
|
||||
text: "View Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Plans", href: "#pricing"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/modern-classroom-setting-with-a-student--1774589301014-6d360906.png",
|
||||
imageAlt: "Students studying",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/modern-classroom-setting-with-a-student--1774589301014-6d360906.png", imageAlt: "Students studying"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/ai-interface-visualization-showing-smart-1774589301554-3aaf13a2.png",
|
||||
imageAlt: "AI interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/ai-interface-visualization-showing-smart-1774589301554-3aaf13a2.png", imageAlt: "AI interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/calendar-showing-study-milestones-and-co-1774589300560-875b533e.png",
|
||||
imageAlt: "Calendar planning",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/calendar-showing-study-milestones-and-co-1774589300560-875b533e.png", imageAlt: "Calendar planning"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/analytics-graph-showing-progress-percent-1774589300382-bd04ecb9.png",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/analytics-graph-showing-progress-percent-1774589300382-bd04ecb9.png", imageAlt: "Analytics dashboard"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/chat-bubbles-interacting-with-ai-chatbot-1774589302355-7a0728a8.png",
|
||||
imageAlt: "Chat interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/chat-bubbles-interacting-with-ai-chatbot-1774589302355-7a0728a8.png", imageAlt: "Chat interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/students-celebrating-exam-success-with-t-1774589300254-2cf5eead.png",
|
||||
imageAlt: "Success motivation",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/students-celebrating-exam-success-with-t-1774589300254-2cf5eead.png", imageAlt: "Success motivation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,9 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Personal AI Study Coach"
|
||||
description={[
|
||||
"StudyCoach AI turns overwhelming study loads into manageable, daily milestones. Our AI creates customized plans tailored to your specific subject and exam date.",
|
||||
"We combine expert pedagogy with intelligent technology to ensure you stay ahead of your schedule, solve doubts instantly, and hit your target goals.",
|
||||
]}
|
||||
"StudyCoach AI turns overwhelming study loads into manageable, daily milestones. Our AI creates customized plans tailored to your specific subject and exam date.", "We combine expert pedagogy with intelligent technology to ensure you stay ahead of your schedule, solve doubts instantly, and hit your target goals."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,25 +85,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AI Study Planner",
|
||||
description: "Generate custom daily study schedules based on your exams.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/planner-schedule-icon-modern-flat-vector-1774589300026-25a23ace.png",
|
||||
imageAlt: "Planner icon",
|
||||
},
|
||||
title: "AI Study Planner", description: "Generate custom daily study schedules based on your exams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/planner-schedule-icon-modern-flat-vector-1774589300026-25a23ace.png", imageAlt: "Planner icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Doubt Solver Chat",
|
||||
description: "Get simple, expert answers to your toughest questions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/ai-chat-bubble-icon-simple-vector-style-1774589299545-8515e640.png",
|
||||
imageAlt: "Chat icon",
|
||||
},
|
||||
title: "Doubt Solver Chat", description: "Get simple, expert answers to your toughest questions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/ai-chat-bubble-icon-simple-vector-style-1774589299545-8515e640.png", imageAlt: "Chat icon"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Progress Tracking",
|
||||
description: "Visualize your completion percentage and stay consistent.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/percentage-track-progress-gauge-clean-ui-1774589299354-8593f6d6.png",
|
||||
imageAlt: "Tracking icon",
|
||||
},
|
||||
title: "Progress Tracking", description: "Visualize your completion percentage and stay consistent.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/percentage-track-progress-gauge-clean-ui-1774589299354-8593f6d6.png", imageAlt: "Tracking icon"},
|
||||
]}
|
||||
title="Built for Student Success"
|
||||
description="Powerful features to optimize your learning journey."
|
||||
@@ -143,52 +105,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Free",
|
||||
price: "$0",
|
||||
subtitle: "Basic AI features",
|
||||
buttons: [
|
||||
id: "basic", badge: "Free", price: "$0", subtitle: "Basic AI features", buttons: [
|
||||
{
|
||||
text: "Start Free",
|
||||
},
|
||||
text: "Start Free"},
|
||||
],
|
||||
features: [
|
||||
"5 Questions/Day",
|
||||
"Basic Study Plans",
|
||||
"General Progress",
|
||||
],
|
||||
"5 Questions/Day", "Basic Study Plans", "General Progress"],
|
||||
},
|
||||
{
|
||||
id: "premium-monthly",
|
||||
badge: "Pro",
|
||||
price: "$30/mo",
|
||||
subtitle: "Monthly access",
|
||||
buttons: [
|
||||
id: "premium-monthly", badge: "Pro", price: "$30/mo", subtitle: "Monthly access", buttons: [
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
},
|
||||
text: "Subscribe Now"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Help",
|
||||
"Priority Plans",
|
||||
"Detailed Analytics",
|
||||
],
|
||||
"Unlimited AI Help", "Priority Plans", "Detailed Analytics"],
|
||||
},
|
||||
{
|
||||
id: "premium-annual",
|
||||
badge: "Best Value",
|
||||
price: "$25/mo",
|
||||
subtitle: "Billed annually",
|
||||
buttons: [
|
||||
id: "premium-annual", badge: "Best Value", price: "$25/mo", subtitle: "Billed annually", buttons: [
|
||||
{
|
||||
text: "Save Yearly",
|
||||
},
|
||||
text: "Save Yearly"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Help",
|
||||
"Annual Savings",
|
||||
"Premium Badges",
|
||||
],
|
||||
"Unlimited AI Help", "Annual Savings", "Premium Badges"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing Options"
|
||||
@@ -202,45 +140,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maya R.",
|
||||
date: "Jan 2025",
|
||||
title: "Medical Student",
|
||||
quote: "I passed my finals thanks to the daily plans!",
|
||||
tag: "Exam Success",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/professional-student-avatar-happy-and-ch-1774589301195-dd6c4179.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/medical-study-textbooks-on-desk-1774589299811-84045d16.png",
|
||||
},
|
||||
id: "1", name: "Maya R.", date: "Jan 2025", title: "Medical Student", quote: "I passed my finals thanks to the daily plans!", tag: "Exam Success", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/professional-student-avatar-happy-and-ch-1774589301195-dd6c4179.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/medical-study-textbooks-on-desk-1774589299811-84045d16.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James K.",
|
||||
date: "Dec 2024",
|
||||
title: "Engineering",
|
||||
quote: "The AI explanations are incredibly simple.",
|
||||
tag: "Math Pro",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/student-with-glasses-studious-looking-1774589300149-ddcf0037.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/math-equation-notebook-1774589300522-e3f0d875.png",
|
||||
},
|
||||
id: "2", name: "James K.", date: "Dec 2024", title: "Engineering", quote: "The AI explanations are incredibly simple.", tag: "Math Pro", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/student-with-glasses-studious-looking-1774589300149-ddcf0037.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/math-equation-notebook-1774589300522-e3f0d875.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena S.",
|
||||
date: "Nov 2024",
|
||||
title: "History Major",
|
||||
quote: "The streak system kept me on top of my reading.",
|
||||
tag: "Consistent",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/smiling-student-avatar-1774589299926-03e511a6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/literature-and-history-books-library-she-1774589300500-1f5c8436.png",
|
||||
},
|
||||
id: "3", name: "Elena S.", date: "Nov 2024", title: "History Major", quote: "The streak system kept me on top of my reading.", tag: "Consistent", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/smiling-student-avatar-1774589299926-03e511a6.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/literature-and-history-books-library-she-1774589300500-1f5c8436.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rahul P.",
|
||||
date: "Oct 2024",
|
||||
title: "CS Student",
|
||||
quote: "Perfect for debugging my study schedule daily.",
|
||||
tag: "Top Scorer",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/confident-student-portrait-1774589300940-a43ecabf.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/coding-screen-dashboard-laptop-1774589301943-469e6684.png",
|
||||
},
|
||||
id: "4", name: "Rahul P.", date: "Oct 2024", title: "CS Student", quote: "Perfect for debugging my study schedule daily.", tag: "Top Scorer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/confident-student-portrait-1774589300940-a43ecabf.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/coding-screen-dashboard-laptop-1774589301943-469e6684.png"},
|
||||
]}
|
||||
title="Trusted by Students"
|
||||
description="Hear how StudyCoach AI transformed their preparation."
|
||||
@@ -253,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the study plan work?",
|
||||
content: "Our AI analyzes your exam date and subject content to generate a balanced daily study schedule.",
|
||||
},
|
||||
id: "q1", title: "How does the study plan work?", content: "Our AI analyzes your exam date and subject content to generate a balanced daily study schedule."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods are supported?",
|
||||
content: "We support Payoneer for secure, global subscription payments.",
|
||||
},
|
||||
id: "q2", title: "What payment methods are supported?", content: "We support Payoneer for secure, global subscription payments."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content: "Yes, you can manage your subscription directly from your dashboard settings.",
|
||||
},
|
||||
id: "q3", title: "Can I cancel my subscription anytime?", content: "Yes, you can manage your subscription directly from your dashboard settings."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/help-center-support-illustration-simple--1774589300274-1edf3213.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -280,29 +177,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user