Merge version_1 into main #1
332
src/app/page.tsx
332
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "#dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "#dashboard"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
brandName="StudyGenius AI"
|
||||
/>
|
||||
</div>
|
||||
@@ -68,53 +54,30 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Unlock Your Potential with AI-Powered Learning"
|
||||
description="StudyGenius AI revolutionizes your academic journey with intelligent tools like an AI Tutor, Flashcard & Quiz Generators, and a personalized Study Planner."
|
||||
tag="Study Smarter, Not Harder"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started Free", href: "#contact"},
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137417.jpg",
|
||||
imageAlt: "AI Tutor explaining math problem",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137417.jpg", imageAlt: "AI Tutor explaining math problem"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg",
|
||||
imageAlt: "AI generating flashcards",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg", imageAlt: "AI generating flashcards"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061664.jpg",
|
||||
imageAlt: "AI quiz generator",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061664.jpg", imageAlt: "AI quiz generator"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001115.jpg",
|
||||
imageAlt: "AI study planner",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001115.jpg", imageAlt: "AI study planner"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/game-network-technology-enjoyment-internet_53876-120069.jpg",
|
||||
imageAlt: "Student progress dashboard",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/game-network-technology-enjoyment-internet_53876-120069.jpg", imageAlt: "Student progress dashboard"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-typesetting-parts_23-2149609833.jpg",
|
||||
imageAlt: "AI notes summarizer",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-typesetting-parts_23-2149609833.jpg", imageAlt: "AI notes summarizer"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -128,17 +91,11 @@ export default function LandingPage() {
|
||||
description="Our platform harnesses the power of artificial intelligence to adapt to your unique learning style, providing tailored explanations, efficient study tools, and actionable insights to boost your academic performance."
|
||||
metrics={[
|
||||
{
|
||||
value: "90%+",
|
||||
title: "Improved Scores",
|
||||
},
|
||||
value: "90%+", title: "Improved Scores"},
|
||||
{
|
||||
value: "20M+",
|
||||
title: "Questions Answered",
|
||||
},
|
||||
value: "20M+", title: "Questions Answered"},
|
||||
{
|
||||
value: "100K+",
|
||||
title: "Active Students",
|
||||
},
|
||||
value: "100K+", title: "Active Students"},
|
||||
]}
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104621.jpg"
|
||||
@@ -156,35 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Tutor",
|
||||
description: "Get instant, clear explanations for any subject and step-by-step solutions for complex problems, tailored to your understanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/examining-molecular-model_1098-19572.jpg",
|
||||
imageAlt: "AI Tutor explaining scientific concepts",
|
||||
},
|
||||
title: "AI Tutor", description: "Get instant, clear explanations for any subject and step-by-step solutions for complex problems, tailored to your understanding.", imageSrc: "http://img.b2bpic.net/free-photo/examining-molecular-model_1098-19572.jpg", imageAlt: "AI Tutor explaining scientific concepts"},
|
||||
{
|
||||
title: "Flashcard Generator",
|
||||
description: "Transform your notes into comprehensive flashcards automatically. Save, review, and master key concepts with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
||||
imageAlt: "AI generating flashcards from notes",
|
||||
},
|
||||
title: "Flashcard Generator", description: "Transform your notes into comprehensive flashcards automatically. Save, review, and master key concepts with ease.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "AI generating flashcards from notes"},
|
||||
{
|
||||
title: "Quiz Generator",
|
||||
description: "Create customized multiple-choice quizzes from your study materials with adjustable difficulty. Get instant scores and detailed explanations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-holding-movie-emoticons_53876-71066.jpg",
|
||||
imageAlt: "Student taking an AI-generated quiz",
|
||||
},
|
||||
title: "Quiz Generator", description: "Create customized multiple-choice quizzes from your study materials with adjustable difficulty. Get instant scores and detailed explanations.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-holding-movie-emoticons_53876-71066.jpg", imageAlt: "Student taking an AI-generated quiz"},
|
||||
{
|
||||
title: "Study Planner",
|
||||
description: "Receive a personalized study schedule based on your upcoming exams. Stay organized and motivated with daily reminders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg",
|
||||
imageAlt: "AI-powered study planner on a digital device",
|
||||
},
|
||||
title: "Study Planner", description: "Receive a personalized study schedule based on your upcoming exams. Stay organized and motivated with daily reminders.", imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "AI-powered study planner on a digital device"},
|
||||
{
|
||||
title: "Notes Summarizer",
|
||||
description: "Condense lengthy notes into concise study guides and key points. Quickly grasp essential information and prepare for exams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candies-school-materials_23-2147654409.jpg",
|
||||
imageAlt: "AI summarizing notes into key points",
|
||||
},
|
||||
title: "Notes Summarizer", description: "Condense lengthy notes into concise study guides and key points. Quickly grasp essential information and prepare for exams.", imageSrc: "http://img.b2bpic.net/free-photo/candies-school-materials_23-2147654409.jpg", imageAlt: "AI summarizing notes into key points"},
|
||||
]}
|
||||
title="Intelligent Features Designed for Student Success"
|
||||
description="From instant tutoring to automated study materials, StudyGenius AI integrates cutting-edge technology to make learning intuitive and effective."
|
||||
@@ -199,26 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "streak",
|
||||
value: "24",
|
||||
title: "Study Streak (Days)",
|
||||
description: "Keep your streak alive and build consistent study habits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117764.jpg",
|
||||
},
|
||||
id: "streak", value: "24", title: "Study Streak (Days)", description: "Keep your streak alive and build consistent study habits.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117764.jpg"},
|
||||
{
|
||||
id: "quizzes",
|
||||
value: "150+",
|
||||
title: "Quizzes Completed",
|
||||
description: "Challenging yourself with regular quizzes boosts retention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-med-school-scholar-studying-taking-notes-using-online-information_482257-123111.jpg",
|
||||
},
|
||||
id: "quizzes", value: "150+", title: "Quizzes Completed", description: "Challenging yourself with regular quizzes boosts retention.", imageSrc: "http://img.b2bpic.net/free-photo/black-med-school-scholar-studying-taking-notes-using-online-information_482257-123111.jpg"},
|
||||
{
|
||||
id: "improvement",
|
||||
value: "75%",
|
||||
title: "Subjects Improved",
|
||||
description: "Identify areas of growth and focus your efforts effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169840.jpg",
|
||||
},
|
||||
id: "improvement", value: "75%", title: "Subjects Improved", description: "Identify areas of growth and focus your efforts effectively.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169840.jpg"},
|
||||
]}
|
||||
title="Your Progress Dashboard"
|
||||
description="Monitor your academic growth with comprehensive tracking of your study habits, quiz performance, and subject mastery. Stay motivated with gamified elements."
|
||||
@@ -233,45 +155,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_learns",
|
||||
testimonial: "StudyGenius AI has been a game-changer! The AI tutor explains complex topics so clearly, and the flashcard generator saves me so much time. My grades have never been better!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-working-study-group_23-2149281170.jpg",
|
||||
imageAlt: "Sarah Johnson, satisfied student",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_learns", testimonial: "StudyGenius AI has been a game-changer! The AI tutor explains complex topics so clearly, and the flashcard generator saves me so much time. My grades have never been better!", imageSrc: "http://img.b2bpic.net/free-photo/students-working-study-group_23-2149281170.jpg", imageAlt: "Sarah Johnson, satisfied student"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@math_whiz",
|
||||
testimonial: "As a math student, the step-by-step solutions are invaluable. It's like having a personal tutor available 24/7. Highly recommend for anyone struggling with STEM subjects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200188.jpg",
|
||||
imageAlt: "Michael Chen, math student",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@math_whiz", testimonial: "As a math student, the step-by-step solutions are invaluable. It's like having a personal tutor available 24/7. Highly recommend for anyone struggling with STEM subjects.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200188.jpg", imageAlt: "Michael Chen, math student"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@study_pro",
|
||||
testimonial: "The quiz generator is my favorite feature. I can create custom quizzes for any material, and the instant feedback helps me pinpoint what I need to review. Absolutely brilliant!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-employee-talking-with-remote-friend-videocall_482257-77679.jpg",
|
||||
imageAlt: "Emily Rodriguez, study pro",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@study_pro", testimonial: "The quiz generator is my favorite feature. I can create custom quizzes for any material, and the instant feedback helps me pinpoint what I need to review. Absolutely brilliant!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-employee-talking-with-remote-friend-videocall_482257-77679.jpg", imageAlt: "Emily Rodriguez, study pro"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davids_notes",
|
||||
testimonial: "Summarizing long notes used to take forever. Now, with the AI summarizer, I get key points and exam tips in seconds. More time for actual studying!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-teacher-teaching-students-learning-concept_53876-139652.jpg",
|
||||
imageAlt: "David Kim, organized student",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davids_notes", testimonial: "Summarizing long notes used to take forever. Now, with the AI summarizer, I get key points and exam tips in seconds. More time for actual studying!", imageSrc: "http://img.b2bpic.net/free-photo/school-teacher-teaching-students-learning-concept_53876-139652.jpg", imageAlt: "David Kim, organized student"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@tech_student",
|
||||
testimonial: "The personalized study planner keeps me on track, and the progress tracking is incredibly motivating. It's truly an all-in-one platform for modern students.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-student-participates-online-webinar-course-with-headphones_482257-117829.jpg",
|
||||
imageAlt: "Jessica Lee, tech student",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@tech_student", testimonial: "The personalized study planner keeps me on track, and the progress tracking is incredibly motivating. It's truly an all-in-one platform for modern students.", imageSrc: "http://img.b2bpic.net/free-photo/college-student-participates-online-webinar-course-with-headphones_482257-117829.jpg", imageAlt: "Jessica Lee, tech student"},
|
||||
]}
|
||||
title="Hear From Our Genius Students"
|
||||
description="Our users are achieving academic excellence and transforming their study routines with StudyGenius AI. Read their success stories."
|
||||
@@ -287,30 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What subjects does the AI Tutor cover?",
|
||||
content: "Our AI Tutor covers a wide range of subjects, including Math, Science (Physics, Chemistry, Biology), History, English, and more. It's designed to provide explanations at various academic levels.",
|
||||
},
|
||||
id: "faq-1", title: "What subjects does the AI Tutor cover?", content: "Our AI Tutor covers a wide range of subjects, including Math, Science (Physics, Chemistry, Biology), History, English, and more. It's designed to provide explanations at various academic levels."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How accurate is the Flashcard Generator?",
|
||||
content: "The Flashcard Generator uses advanced AI to extract key information and create highly relevant flashcards from your notes. While highly accurate, we recommend a quick review to ensure they meet your specific needs.",
|
||||
},
|
||||
id: "faq-2", title: "How accurate is the Flashcard Generator?", content: "The Flashcard Generator uses advanced AI to extract key information and create highly relevant flashcards from your notes. While highly accurate, we recommend a quick review to ensure they meet your specific needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I customize the Quiz difficulty?",
|
||||
content: "Yes, our Quiz Generator allows you to choose from Easy, Medium, or Hard difficulty levels, ensuring the quizzes are challenging yet appropriate for your current understanding.",
|
||||
},
|
||||
id: "faq-3", title: "Can I customize the Quiz difficulty?", content: "Yes, our Quiz Generator allows you to choose from Easy, Medium, or Hard difficulty levels, ensuring the quizzes are challenging yet appropriate for your current understanding."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Is my data secure and private?",
|
||||
content: "Absolutely. We prioritize your privacy and data security with industry-standard encryption and robust security protocols. Your notes and personal information are always protected.",
|
||||
},
|
||||
id: "faq-4", title: "Is my data secure and private?", content: "Absolutely. We prioritize your privacy and data security with industry-standard encryption and robust security protocols. Your notes and personal information are always protected."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What payment options are available?",
|
||||
content: "We accept all major credit cards, PayPal, and Google Pay for subscription payments. You can choose monthly or annual billing options.",
|
||||
},
|
||||
id: "faq-5", title: "What payment options are available?", content: "We accept all major credit cards, PayPal, and Google Pay for subscription payments. You can choose monthly or annual billing options."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-124369.jpg"
|
||||
imageAlt="Student interacting with FAQ section on a tablet"
|
||||
@@ -330,70 +207,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Free",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$0",
|
||||
subtitle: "Essential AI Tools",
|
||||
buttons: [
|
||||
id: "basic", badge: "Free", badgeIcon: Sparkles,
|
||||
price: "$0", subtitle: "Essential AI Tools", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Limited AI Tutor access",
|
||||
"Basic Flashcard Generator",
|
||||
"10 Quizzes/month",
|
||||
"Cloud Storage (500MB)",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/e-learning-education-networking-website-study-concept_53876-167089.jpg",
|
||||
imageAlt: "Basic plan icon",
|
||||
"Limited AI Tutor access", "Basic Flashcard Generator", "10 Quizzes/month", "Cloud Storage (500MB)"]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Award,
|
||||
price: "$9.99/month",
|
||||
subtitle: "Advanced Learning Suite",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Award,
|
||||
price: "$9.99/month", subtitle: "Advanced Learning Suite", buttons: [
|
||||
{
|
||||
text: "Get Pro Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Pro Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Tutor",
|
||||
"Advanced Flashcard & Quiz Generator",
|
||||
"Personalized Study Planner",
|
||||
"Progress Tracking & Dashboard",
|
||||
"Cloud Storage (10GB)",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-employee-checking-text-message-smartphone-browsing-internet-after-working-financial-strategy-male-worker-using-mobile-phone-create-business-charts-handheld-shot-close-up_482257-41139.jpg",
|
||||
imageAlt: "Pro plan icon",
|
||||
"Unlimited AI Tutor", "Advanced Flashcard & Quiz Generator", "Personalized Study Planner", "Progress Tracking & Dashboard", "Cloud Storage (10GB)"]
|
||||
},
|
||||
{
|
||||
id: "ultimate",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Zap,
|
||||
price: "$19.99/month",
|
||||
subtitle: "Complete Academic Solution",
|
||||
buttons: [
|
||||
id: "ultimate", badge: "Best Value", badgeIcon: Zap,
|
||||
price: "$19.99/month", subtitle: "Complete Academic Solution", buttons: [
|
||||
{
|
||||
text: "Get Ultimate Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Ultimate Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Pro features",
|
||||
"Past Paper Practice & Solutions",
|
||||
"Notes Summarizer",
|
||||
"Gamification & Leaderboards",
|
||||
"Priority Support",
|
||||
"Cloud Storage (Unlimited)",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-artificial-intelligence-elements-flat-design_23-2147884937.jpg",
|
||||
imageAlt: "Ultimate plan icon",
|
||||
"All Pro features", "Past Paper Practice & Solutions", "Notes Summarizer", "Gamification & Leaderboards", "Priority Support", "Cloud Storage (Unlimited)"]
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Student"
|
||||
@@ -406,18 +244,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to Transform Your Study Habits?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up for Free",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up for Free", href: "#"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -426,70 +259,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Features",
|
||||
items: [
|
||||
title: "Features", items: [
|
||||
{
|
||||
label: "AI Tutor",
|
||||
href: "#features",
|
||||
},
|
||||
label: "AI Tutor", href: "#features"},
|
||||
{
|
||||
label: "Flashcards",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Flashcards", href: "#features"},
|
||||
{
|
||||
label: "Quizzes",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Quizzes", href: "#features"},
|
||||
{
|
||||
label: "Study Planner",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Study Planner", href: "#features"},
|
||||
{
|
||||
label: "Summarizer",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Summarizer", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user