Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7348bfdf10 | |||
| 0337a56f39 | |||
| 7d49108b43 | |||
| 229e8171d3 |
@@ -27,31 +27,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "/features",
|
||||
},
|
||||
name: "Features", id: "/features"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "/analytics",
|
||||
},
|
||||
name: "Analytics", id: "/analytics"},
|
||||
{
|
||||
name: "Notes",
|
||||
id: "/notes",
|
||||
},
|
||||
name: "Notes", id: "/notes"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
brandName="StudyFlow"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Sign Up", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,32 +51,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
title: "Study Hours",
|
||||
description: "Total hours spent studying across all subjects.",
|
||||
icon: Gauge,
|
||||
id: "1", value: "100+", title: "Study Hours", description: "Total hours spent studying across all subjects.", icon: Gauge,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "12",
|
||||
title: "Study Streak",
|
||||
description: "Consecutive days you've consistently met your study goals.",
|
||||
icon: Flame,
|
||||
id: "2", value: "12", title: "Study Streak", description: "Consecutive days you've consistently met your study goals.", icon: Flame,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "85%",
|
||||
title: "Completion Rate",
|
||||
description: "Percentage of tasks and assignments successfully completed on time.",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "85%", title: "Completion Rate", description: "Percentage of tasks and assignments successfully completed on time.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Top 5%",
|
||||
title: "Productivity Score",
|
||||
description: "How your productivity compares to other StudyFlow users.",
|
||||
icon: Award,
|
||||
id: "4", value: "Top 5%", title: "Productivity Score", description: "How your productivity compares to other StudyFlow users.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Track Your Success with Comprehensive Metrics"
|
||||
@@ -104,47 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "chart-1",
|
||||
name: "Study Hours per Week",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-shapes-indoors-background_23-2150697366.jpg",
|
||||
imageAlt: "Bar chart showing study hours per week",
|
||||
},
|
||||
id: "chart-1", name: "Study Hours per Week", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-shapes-indoors-background_23-2150697366.jpg", imageAlt: "Bar chart showing study hours per week"},
|
||||
{
|
||||
id: "chart-2",
|
||||
name: "Strongest Subjects",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-infographic-elements-pack_23-2148372568.jpg",
|
||||
imageAlt: "Pie chart showing strongest subjects",
|
||||
},
|
||||
id: "chart-2", name: "Strongest Subjects", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-vector/realistic-infographic-elements-pack_23-2148372568.jpg", imageAlt: "Pie chart showing strongest subjects"},
|
||||
{
|
||||
id: "chart-3",
|
||||
name: "Productivity Trends",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg",
|
||||
imageAlt: "Line graph showing productivity trends",
|
||||
},
|
||||
id: "chart-3", name: "Productivity Trends", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg", imageAlt: "Line graph showing productivity trends"},
|
||||
{
|
||||
id: "chart-4",
|
||||
name: "Weakest Subjects",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/neon-infographic-collection_52683-30592.jpg",
|
||||
imageAlt: "Radar chart showing weakest subjects",
|
||||
},
|
||||
id: "chart-4", name: "Weakest Subjects", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-vector/neon-infographic-collection_52683-30592.jpg", imageAlt: "Radar chart showing weakest subjects"},
|
||||
{
|
||||
id: "chart-5",
|
||||
name: "Time Spent per Task",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891755.jpg",
|
||||
imageAlt: "Stacked bar chart showing time spent per task category",
|
||||
},
|
||||
id: "chart-5", name: "Time Spent per Task", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891755.jpg", imageAlt: "Stacked bar chart showing time spent per task category"},
|
||||
{
|
||||
id: "chart-6",
|
||||
name: "Study Session Density",
|
||||
price: "View Chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-recent-company-results_329181-16265.jpg",
|
||||
imageAlt: "Heat map showing study session density",
|
||||
},
|
||||
id: "chart-6", name: "Study Session Density", price: "View Chart", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-recent-company-results_329181-16265.jpg", imageAlt: "Heat map showing study session density"},
|
||||
]}
|
||||
title="In-depth Study Analytics"
|
||||
description="Understand your strengths, weaknesses, and productivity trends with comprehensive charts."
|
||||
@@ -156,58 +98,35 @@ export default function LandingPage() {
|
||||
logoText="StudyFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
label: "Features", href: "/features"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "/analytics",
|
||||
},
|
||||
label: "Analytics", href: "/analytics"},
|
||||
{
|
||||
label: "Notes",
|
||||
href: "/notes",
|
||||
},
|
||||
label: "Notes", href: "/notes"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/notes#faq",
|
||||
},
|
||||
label: "FAQ", href: "/notes#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -25,31 +25,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "/features",
|
||||
},
|
||||
name: "Features", id: "/features"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "/analytics",
|
||||
},
|
||||
name: "Analytics", id: "/analytics"},
|
||||
{
|
||||
name: "Notes",
|
||||
id: "/notes",
|
||||
},
|
||||
name: "Notes", id: "/notes"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
brandName="StudyFlow"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Sign Up", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,29 +48,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "AI Summarizer",
|
||||
description: "Paste long notes and instantly get short, concise revision notes, saving you hours of effort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg",
|
||||
imageAlt: "AI summarizer icon",
|
||||
},
|
||||
title: "AI Summarizer", description: "Paste long notes and instantly get short, concise revision notes, saving you hours of effort.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg", imageAlt: "AI summarizer icon"},
|
||||
{
|
||||
title: "AI Quiz Generator",
|
||||
description: "Automatically generate multiple-choice questions from your notes, making self-assessment a breeze.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ai-chip-brain-lineal-flat_78370-9690.jpg",
|
||||
imageAlt: "AI quiz generator icon",
|
||||
},
|
||||
title: "AI Quiz Generator", description: "Automatically generate multiple-choice questions from your notes, making self-assessment a breeze.", imageSrc: "http://img.b2bpic.net/free-vector/ai-chip-brain-lineal-flat_78370-9690.jpg", imageAlt: "AI quiz generator icon"},
|
||||
{
|
||||
title: "AI Weakness Detection",
|
||||
description: "Our AI identifies subjects you struggle with, suggests more revision, and recommends easier tasks first.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-neon-colors-futuristic-technology_23-2151672012.jpg",
|
||||
imageAlt: "AI weakness detection icon",
|
||||
},
|
||||
title: "AI Weakness Detection", description: "Our AI identifies subjects you struggle with, suggests more revision, and recommends easier tasks first.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-neon-colors-futuristic-technology_23-2151672012.jpg", imageAlt: "AI weakness detection icon"},
|
||||
{
|
||||
title: "AI Motivation System",
|
||||
description: "Receive daily motivation messages and progress updates like 'You’re 80% prepared for Math!' to keep you going.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/encouragement-quote-note-starting-with-dear_23-2150105094.jpg",
|
||||
imageAlt: "AI motivation system icon",
|
||||
},
|
||||
title: "AI Motivation System", description: "Receive daily motivation messages and progress updates like 'You’re 80% prepared for Math!' to keep you going.", imageSrc: "http://img.b2bpic.net/free-photo/encouragement-quote-note-starting-with-dear_23-2150105094.jpg", imageAlt: "AI motivation system icon"},
|
||||
]}
|
||||
title="Revolutionize Your Study with AI"
|
||||
description="Leverage cutting-edge artificial intelligence to personalize and accelerate your learning journey."
|
||||
@@ -96,23 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Study Schedules",
|
||||
description: "Based on your inputs, our system automatically creates a balanced and effective study schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1391.jpg",
|
||||
imageAlt: "Automated study schedule icon",
|
||||
},
|
||||
title: "Automated Study Schedules", description: "Based on your inputs, our system automatically creates a balanced and effective study schedule.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1391.jpg", imageAlt: "Automated study schedule icon"},
|
||||
{
|
||||
title: "Balanced Workload",
|
||||
description: "StudyFlow intelligently balances your tasks and study sessions to prevent burnout and maximize retention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-triangle_23-2151293937.jpg",
|
||||
imageAlt: "Balanced workload icon",
|
||||
},
|
||||
title: "Balanced Workload", description: "StudyFlow intelligently balances your tasks and study sessions to prevent burnout and maximize retention.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-triangle_23-2151293937.jpg", imageAlt: "Balanced workload icon"},
|
||||
{
|
||||
title: "Smart Reminders",
|
||||
description: "Receive timely reminders for upcoming exams, homework deadlines, and scheduled study sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-notepad-paper-reminder-with-text-good-day-flat-lay_169016-36823.jpg",
|
||||
imageAlt: "Smart reminders icon",
|
||||
},
|
||||
title: "Smart Reminders", description: "Receive timely reminders for upcoming exams, homework deadlines, and scheduled study sessions.", imageSrc: "http://img.b2bpic.net/free-photo/notebook-notepad-paper-reminder-with-text-good-day-flat-lay_169016-36823.jpg", imageAlt: "Smart reminders icon"},
|
||||
]}
|
||||
title="Intelligent Scheduling & Priority at Your Fingertips"
|
||||
description="Let AI optimize your study plan, balancing workload and prioritizing tasks for maximum efficiency."
|
||||
@@ -124,58 +84,35 @@ export default function LandingPage() {
|
||||
logoText="StudyFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
label: "Features", href: "/features"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "/analytics",
|
||||
},
|
||||
label: "Analytics", href: "/analytics"},
|
||||
{
|
||||
label: "Notes",
|
||||
href: "/notes",
|
||||
},
|
||||
label: "Notes", href: "/notes"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/notes#faq",
|
||||
},
|
||||
label: "FAQ", href: "/notes#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,31 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "/features",
|
||||
},
|
||||
name: "Features", id: "/features"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "/analytics",
|
||||
},
|
||||
name: "Analytics", id: "/analytics"},
|
||||
{
|
||||
name: "Notes",
|
||||
id: "/notes",
|
||||
},
|
||||
name: "Notes", id: "/notes"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
brandName="StudyFlow"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Sign Up", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,47 +50,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "note-1",
|
||||
name: "Smart Note Editor",
|
||||
price: "Create",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148565811.jpg",
|
||||
imageAlt: "Smart note editor interface",
|
||||
},
|
||||
id: "note-1", name: "Smart Note Editor", price: "Create", imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148565811.jpg", imageAlt: "Smart note editor interface"},
|
||||
{
|
||||
id: "note-2",
|
||||
name: "Interactive Flashcards",
|
||||
price: "Practice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-with-pink-post-it_23-2149645139.jpg",
|
||||
imageAlt: "Interactive flashcards interface",
|
||||
},
|
||||
id: "note-2", name: "Interactive Flashcards", price: "Practice", imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-with-pink-post-it_23-2149645139.jpg", imageAlt: "Interactive flashcards interface"},
|
||||
{
|
||||
id: "note-3",
|
||||
name: "Difficult Topics Review",
|
||||
price: "Review",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-night-workplace_169016-17871.jpg",
|
||||
imageAlt: "Difficult topics review interface",
|
||||
},
|
||||
id: "note-3", name: "Difficult Topics Review", price: "Review", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-night-workplace_169016-17871.jpg", imageAlt: "Difficult topics review interface"},
|
||||
{
|
||||
id: "note-4",
|
||||
name: "Document Uploader",
|
||||
price: "Upload",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756322.jpg",
|
||||
imageAlt: "Document uploader and organizer",
|
||||
},
|
||||
id: "note-4", name: "Document Uploader", price: "Upload", imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756322.jpg", imageAlt: "Document uploader and organizer"},
|
||||
{
|
||||
id: "note-5",
|
||||
name: "Collaborative Notes",
|
||||
price: "Collaborate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037277.jpg",
|
||||
imageAlt: "Collaborative note-taking interface",
|
||||
},
|
||||
id: "note-5", name: "Collaborative Notes", price: "Collaborate", imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037277.jpg", imageAlt: "Collaborative note-taking interface"},
|
||||
{
|
||||
id: "note-6",
|
||||
name: "Revision Mode",
|
||||
price: "Activate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg",
|
||||
imageAlt: "Revision mode dashboard",
|
||||
},
|
||||
id: "note-6", name: "Revision Mode", price: "Activate", imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg", imageAlt: "Revision mode dashboard"},
|
||||
]}
|
||||
title="Organize & Master Your Knowledge"
|
||||
description="Upload notes, create flashcards, and review difficult topics efficiently, inspired by Anki and Quizlet."
|
||||
@@ -115,30 +73,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How does the AI Study Schedule Generator work?",
|
||||
content: "Our AI analyzes your exam dates, subject difficulty, and available free time to create a personalized, optimized study plan, ensuring balanced workload and effective revision.",
|
||||
},
|
||||
id: "faq-1", title: "How does the AI Study Schedule Generator work?", content: "Our AI analyzes your exam dates, subject difficulty, and available free time to create a personalized, optimized study plan, ensuring balanced workload and effective revision."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is my study data private and secure?",
|
||||
content: "Yes, we prioritize your privacy and data security. All your study data is encrypted and stored securely, complying with industry best practices.",
|
||||
},
|
||||
id: "faq-2", title: "Is my study data private and secure?", content: "Yes, we prioritize your privacy and data security. All your study data is encrypted and stored securely, complying with industry best practices."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I import existing notes or flashcards?",
|
||||
content: "Absolutely! StudyFlow supports importing notes and flashcards from various formats, making your transition seamless and easy.",
|
||||
},
|
||||
id: "faq-3", title: "Can I import existing notes or flashcards?", content: "Absolutely! StudyFlow supports importing notes and flashcards from various formats, making your transition seamless and easy."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What devices does StudyFlow support?",
|
||||
content: "StudyFlow is a web-based platform accessible on any device with a modern browser. We also have mobile apps in development for iOS and Android.",
|
||||
},
|
||||
id: "faq-4", title: "What devices does StudyFlow support?", content: "StudyFlow is a web-based platform accessible on any device with a modern browser. We also have mobile apps in development for iOS and Android."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How accurate is the AI Weakness Detection?",
|
||||
content: "Our AI uses advanced algorithms to analyze your performance and identify areas where you struggle, providing highly accurate and actionable insights for improvement.",
|
||||
},
|
||||
id: "faq-5", title: "How accurate is the AI Weakness Detection?", content: "Our AI uses advanced algorithms to analyze your performance and identify areas where you struggle, providing highly accurate and actionable insights for improvement."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about StudyFlow's features, AI capabilities, and data management."
|
||||
@@ -151,58 +94,35 @@ export default function LandingPage() {
|
||||
logoText="StudyFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
label: "Features", href: "/features"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "/analytics",
|
||||
},
|
||||
label: "Analytics", href: "/analytics"},
|
||||
{
|
||||
label: "Notes",
|
||||
href: "/notes",
|
||||
},
|
||||
label: "Notes", href: "/notes"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/notes#faq",
|
||||
},
|
||||
label: "FAQ", href: "/notes#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
215
src/app/page.tsx
215
src/app/page.tsx
@@ -29,82 +29,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "/features",
|
||||
},
|
||||
name: "Features", id: "/features"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "/analytics",
|
||||
},
|
||||
name: "Analytics", id: "/analytics"},
|
||||
{
|
||||
name: "Notes",
|
||||
id: "/notes",
|
||||
},
|
||||
name: "Notes", id: "/notes"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
]}
|
||||
brandName="StudyFlow"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Sign Up", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Powerful, Intelligent Study Planner"
|
||||
description="Remembering is easier with StudyFlow. Our planner helps you focus on challenging material, and less on what you already know."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "/features",
|
||||
},
|
||||
text: "Start Learning", href: "/features"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-image-desk-planner-calendar-laptop_1163-2588.jpg",
|
||||
imageAlt: "StudyFlow Dashboard showing upcoming exams, study hours, and streaks",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-image-desk-planner-calendar-laptop_1163-2588.jpg", imageAlt: "StudyFlow Dashboard showing upcoming exams, study hours, and streaks"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bullet-journal-desk-supplies_23-2149740047.jpg",
|
||||
imageAlt: "AI Study Schedule Generator with calendar view of tasks",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bullet-journal-desk-supplies_23-2149740047.jpg", imageAlt: "AI Study Schedule Generator with calendar view of tasks"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-task-management-app-set_23-2148667058.jpg",
|
||||
imageAlt: "Smart Priority System categorizing tasks as High and Medium",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-task-management-app-set_23-2148667058.jpg", imageAlt: "Smart Priority System categorizing tasks as High and Medium"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-music-related-scene_23-2151125227.jpg",
|
||||
imageAlt: "Pomodoro Timer interface with focus music and distraction blocker",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/3d-music-related-scene_23-2151125227.jpg", imageAlt: "Pomodoro Timer interface with focus music and distraction blocker"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062208.jpg",
|
||||
imageAlt: "Study Analytics charts showing study hours, subject strengths, and productivity trends",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062208.jpg", imageAlt: "Study Analytics charts showing study hours, subject strengths, and productivity trends"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-bullet-journals-arrangement_23-2149740091.jpg",
|
||||
imageAlt: "Notes & Flashcards interface with interactive study tools",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-bullet-journals-arrangement_23-2149740091.jpg", imageAlt: "Notes & Flashcards interface with interactive study tools"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,9 +79,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Ultimate AI-Powered Study Companion"
|
||||
description={[
|
||||
"Students can easily enter exams, homework, subjects, and study goals into StudyFlow. Our intelligent platform takes care of the rest, automatically creating optimized study schedules and balancing your workload.",
|
||||
"StudyFlow ensures you never miss a beat by sending smart reminders and providing real-time progress tracking. It's designed to make memory a choice, not a haphazard event, guaranteeing you remember what matters most with minimal effort.",
|
||||
]}
|
||||
"Students can easily enter exams, homework, subjects, and study goals into StudyFlow. Our intelligent platform takes care of the rest, automatically creating optimized study schedules and balancing your workload.", "StudyFlow ensures you never miss a beat by sending smart reminders and providing real-time progress tracking. It's designed to make memory a choice, not a haphazard event, guaranteeing you remember what matters most with minimal effort."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,29 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interactive Dashboard",
|
||||
description: "See upcoming exams, today’s tasks, study hours, streaks, and completion percentages at a glance. Stay informed and motivated.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904303.jpg",
|
||||
imageAlt: "Digital dashboard icon",
|
||||
},
|
||||
title: "Interactive Dashboard", description: "See upcoming exams, today’s tasks, study hours, streaks, and completion percentages at a glance. Stay informed and motivated.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904303.jpg", imageAlt: "Digital dashboard icon"},
|
||||
{
|
||||
title: "AI Study Schedule Generator",
|
||||
description: "Enter exam dates, chapters, difficulty, and free time; our AI generates a balanced, personalized study schedule for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-glassmorphism-elements_23-2149449329.jpg",
|
||||
imageAlt: "AI brain and calendar icon",
|
||||
},
|
||||
title: "AI Study Schedule Generator", description: "Enter exam dates, chapters, difficulty, and free time; our AI generates a balanced, personalized study schedule for you.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-glassmorphism-elements_23-2149449329.jpg", imageAlt: "AI brain and calendar icon"},
|
||||
{
|
||||
title: "Smart Priority System",
|
||||
description: "Tasks are automatically sorted by urgency, difficulty, and importance, so you always know what to focus on next.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg",
|
||||
imageAlt: "Shield with star icon",
|
||||
},
|
||||
title: "Smart Priority System", description: "Tasks are automatically sorted by urgency, difficulty, and importance, so you always know what to focus on next.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg", imageAlt: "Shield with star icon"},
|
||||
{
|
||||
title: "Built-in Pomodoro Timer",
|
||||
description: "Boost your focus with 25-minute study sessions and 5-minute breaks, complete with focus music and distraction blockers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-alarm-clock-blank-white-paper-sticker-blue-background-isolated_169016-33701.jpg",
|
||||
imageAlt: "Tomato timer icon",
|
||||
},
|
||||
title: "Built-in Pomodoro Timer", description: "Boost your focus with 25-minute study sessions and 5-minute breaks, complete with focus music and distraction blockers.", imageSrc: "http://img.b2bpic.net/free-photo/white-alarm-clock-blank-white-paper-sticker-blue-background-isolated_169016-33701.jpg", imageAlt: "Tomato timer icon"},
|
||||
]}
|
||||
title="Unlock Your Full Potential with Smart Features"
|
||||
description="Experience a suite of tools designed to optimize your learning journey and transform your academic success."
|
||||
@@ -164,45 +111,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Michael A. Nielsen",
|
||||
role: "Author",
|
||||
company: "\"Augmenting Long-term Memory\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-drinks-coffee-from-paper-cup-carries-bagdressed-casual-clothes-stands-outdoors-walks-enjoys-nice-day-recreating_273609-55362.jpg",
|
||||
},
|
||||
id: "1", name: "Michael A. Nielsen", role: "Author", company: "\"Augmenting Long-term Memory\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-drinks-coffee-from-paper-cup-carries-bagdressed-casual-clothes-stands-outdoors-walks-enjoys-nice-day-recreating_273609-55362.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
role: "University Student",
|
||||
company: "Tech University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-denim-overalls_273609-11846.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", role: "University Student", company: "Tech University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-denim-overalls_273609-11846.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Lee",
|
||||
role: "High Schooler",
|
||||
company: "Summit Academy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blond-woman-standing-street-with-notebooks-carries-journal-work_1258-205929.jpg",
|
||||
},
|
||||
id: "3", name: "David Lee", role: "High Schooler", company: "Summit Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blond-woman-standing-street-with-notebooks-carries-journal-work_1258-205929.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Chen",
|
||||
role: "College Freshman",
|
||||
company: "State College",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-woman_329181-14850.jpg",
|
||||
},
|
||||
id: "4", name: "Emily Chen", role: "College Freshman", company: "State College", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-woman_329181-14850.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Rodriguez",
|
||||
role: "Postgraduate Student",
|
||||
company: "Global Institute",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107110.jpg",
|
||||
},
|
||||
id: "5", name: "Alex Rodriguez", role: "Postgraduate Student", company: "Global Institute", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107110.jpg"},
|
||||
]}
|
||||
title="What Students Are Saying About StudyFlow"
|
||||
description="Hear how StudyFlow transforms academic success by making memory a choice, with minimal effort."
|
||||
@@ -219,33 +141,13 @@ export default function LandingPage() {
|
||||
description="Our passionate team is dedicated to innovating education through AI, helping students achieve their academic dreams."
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Dr. Anya Sharma",
|
||||
role: "CEO & Lead AI Scientist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-sitting-home-office-desk-front-laptop_482257-118543.jpg",
|
||||
imageAlt: "Portrait of Dr. Anya Sharma",
|
||||
},
|
||||
id: "member-1", name: "Dr. Anya Sharma", role: "CEO & Lead AI Scientist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-sitting-home-office-desk-front-laptop_482257-118543.jpg", imageAlt: "Portrait of Dr. Anya Sharma"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Mark Jenkins",
|
||||
role: "Chief Product Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg",
|
||||
imageAlt: "Portrait of Mark Jenkins",
|
||||
},
|
||||
id: "member-2", name: "Mark Jenkins", role: "Chief Product Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-wine-glass-night-club_23-2148037554.jpg", imageAlt: "Portrait of Mark Jenkins"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Chloe Wong",
|
||||
role: "Head of User Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-isolated-green-wall_141793-83165.jpg",
|
||||
imageAlt: "Portrait of Chloe Wong",
|
||||
},
|
||||
id: "member-3", name: "Chloe Wong", role: "Head of User Experience", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-isolated-green-wall_141793-83165.jpg", imageAlt: "Portrait of Chloe Wong"},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Omar Khan",
|
||||
role: "Lead Software Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122921.jpg",
|
||||
imageAlt: "Portrait of Omar Khan",
|
||||
},
|
||||
id: "member-4", name: "Omar Khan", role: "Lead Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122921.jpg", imageAlt: "Portrait of Omar Khan"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -255,58 +157,35 @@ export default function LandingPage() {
|
||||
logoText="StudyFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
label: "Features", href: "/features"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "/analytics",
|
||||
},
|
||||
label: "Analytics", href: "/analytics"},
|
||||
{
|
||||
label: "Notes",
|
||||
href: "/notes",
|
||||
},
|
||||
label: "Notes", href: "/notes"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/notes#faq",
|
||||
},
|
||||
label: "FAQ", href: "/notes#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user