Merge version_2 into main #2
@@ -59,61 +59,21 @@ export default function ClassesPage() {
|
||||
description="View and manage all your classes and their associated tasks"
|
||||
products={[
|
||||
{
|
||||
id: "social-studies",
|
||||
name: "Social Studies",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=3",
|
||||
imageAlt: "globe icon world map social studies geography",
|
||||
},
|
||||
id: "social-studies", name: "Social Studies", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=3", imageAlt: "globe icon world map social studies geography"},
|
||||
{
|
||||
id: "art",
|
||||
name: "Art",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=3",
|
||||
imageAlt: "palette icon art brush creative design",
|
||||
},
|
||||
id: "art", name: "Art", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=3", imageAlt: "palette icon art brush creative design"},
|
||||
{
|
||||
id: "chemistry",
|
||||
name: "Chemistry",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=3",
|
||||
imageAlt: "flask icon chemistry beaker science laboratory",
|
||||
},
|
||||
id: "chemistry", name: "Chemistry", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=3", imageAlt: "flask icon chemistry beaker science laboratory"},
|
||||
{
|
||||
id: "apgeography",
|
||||
name: "AP Human Geography",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=3",
|
||||
imageAlt: "map icon geography pin location advanced placement",
|
||||
},
|
||||
id: "apgeography", name: "AP Human Geography", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=3", imageAlt: "map icon geography pin location advanced placement"},
|
||||
{
|
||||
id: "math",
|
||||
name: "Math",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=3",
|
||||
imageAlt: "calculator icon mathematics numbers equation",
|
||||
},
|
||||
id: "math", name: "Math", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=3", imageAlt: "calculator icon mathematics numbers equation"},
|
||||
{
|
||||
id: "ctrw",
|
||||
name: "CTRW",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=3",
|
||||
imageAlt: "writing icon document creative writing pen",
|
||||
},
|
||||
id: "ctrw", name: "CTRW", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=3", imageAlt: "writing icon document creative writing pen"},
|
||||
{
|
||||
id: "adventure",
|
||||
name: "Adventure Activities",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=3",
|
||||
imageAlt: "hiking icon adventure mountain outdoor activity",
|
||||
},
|
||||
id: "adventure", name: "Adventure Activities", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=3", imageAlt: "hiking icon adventure mountain outdoor activity"},
|
||||
{
|
||||
id: "spanish",
|
||||
name: "Spanish",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=3",
|
||||
imageAlt: "language icon spanish flag translation speech",
|
||||
},
|
||||
id: "spanish", name: "Spanish", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=3", imageAlt: "language icon spanish flag translation speech"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -130,35 +90,17 @@ export default function ClassesPage() {
|
||||
tag="Organization"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I add a new class?",
|
||||
content: "Go to Settings and click 'Add Class'. Enter the class name, select a color and icon, and optionally add instructor information. Your new class will appear in the class list immediately.",
|
||||
},
|
||||
id: "1", title: "How do I add a new class?", content: "Go to Settings and click 'Add Class'. Enter the class name, select a color and icon, and optionally add instructor information. Your new class will appear in the class list immediately."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I customize class names?",
|
||||
content: "Yes, you can rename any class at any time. Click on the class, select edit, and change the name. All tasks assigned to that class will automatically update to reflect the new name.",
|
||||
},
|
||||
id: "2", title: "Can I customize class names?", content: "Yes, you can rename any class at any time. Click on the class, select edit, and change the name. All tasks assigned to that class will automatically update to reflect the new name."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What's the best way to organize multiple sections of the same subject?",
|
||||
content: "Create separate classes for each section (e.g., 'Math Period 3' and 'Math Period 5'). This lets you track deadlines separately and filter tasks by specific sections when needed.",
|
||||
},
|
||||
id: "3", title: "What's the best way to organize multiple sections of the same subject?", content: "Create separate classes for each section (e.g., 'Math Period 3' and 'Math Period 5'). This lets you track deadlines separately and filter tasks by specific sections when needed."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I move a task between classes?",
|
||||
content: "Yes, open the task details and change the class assignment from the dropdown menu. The task will immediately move to the new class's task list.",
|
||||
},
|
||||
id: "4", title: "Can I move a task between classes?", content: "Yes, open the task details and change the class assignment from the dropdown menu. The task will immediately move to the new class's task list."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do I see all tasks for one class?",
|
||||
content: "Click on any class in your dashboard to view all tasks for that subject. You can filter by deadline, priority, or status within the class view.",
|
||||
},
|
||||
id: "5", title: "How do I see all tasks for one class?", content: "Click on any class in your dashboard to view all tasks for that subject. You can filter by deadline, priority, or status within the class view."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I archive old classes?",
|
||||
content: "Yes, in Settings you can archive completed classes. Archived classes remain in your history but don't appear in your active class list. You can restore archived classes anytime.",
|
||||
},
|
||||
id: "6", title: "Can I archive old classes?", content: "Yes, in Settings you can archive completed classes. Archived classes remain in your history but don't appear in your active class list. You can restore archived classes anytime."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -44,26 +44,11 @@ export default function DashboardPage() {
|
||||
tag="Dashboard"
|
||||
features={[
|
||||
{
|
||||
id: "active-tasks",
|
||||
title: "Active Tasks",
|
||||
description: "See all your current tasks organized by deadline. Filter by class, priority, or status to focus on what matters most right now. Manage your workload efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=8",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "active-tasks", title: "Active Tasks", description: "See all your current tasks organized by deadline. Filter by class, priority, or status to focus on what matters most right now. Manage your workload efficiently.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=8", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "add-new-task",
|
||||
title: "Add New Task",
|
||||
description: "Quickly create new tasks with deadline scheduling, class assignment, and priority levels. Add custom fields to track exactly what you need. Tasks sync across all your devices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=9",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "add-new-task", title: "Add New Task", description: "Quickly create new tasks with deadline scheduling, class assignment, and priority levels. Add custom fields to track exactly what you need. Tasks sync across all your devices.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=9", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "class-filter",
|
||||
title: "Filter by Class",
|
||||
description: "View tasks organized by your eight classes. Switch between subjects instantly to focus on a specific course. See deadlines and priorities for each class at a glance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=10",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "class-filter", title: "Filter by Class", description: "View tasks organized by your eight classes. Switch between subjects instantly to focus on a specific course. See deadlines and priorities for each class at a glance.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=10", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -79,61 +64,21 @@ export default function DashboardPage() {
|
||||
description="Jump to any of your eight classes to view and manage tasks"
|
||||
products={[
|
||||
{
|
||||
id: "social-studies",
|
||||
name: "Social Studies",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=2",
|
||||
imageAlt: "globe icon world map social studies geography",
|
||||
},
|
||||
id: "social-studies", name: "Social Studies", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=2", imageAlt: "globe icon world map social studies geography"},
|
||||
{
|
||||
id: "art",
|
||||
name: "Art",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=2",
|
||||
imageAlt: "palette icon art brush creative design",
|
||||
},
|
||||
id: "art", name: "Art", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=2", imageAlt: "palette icon art brush creative design"},
|
||||
{
|
||||
id: "chemistry",
|
||||
name: "Chemistry",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=2",
|
||||
imageAlt: "flask icon chemistry beaker science laboratory",
|
||||
},
|
||||
id: "chemistry", name: "Chemistry", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=2", imageAlt: "flask icon chemistry beaker science laboratory"},
|
||||
{
|
||||
id: "apgeography",
|
||||
name: "AP Human Geography",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=2",
|
||||
imageAlt: "map icon geography pin location advanced placement",
|
||||
},
|
||||
id: "apgeography", name: "AP Human Geography", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=2", imageAlt: "map icon geography pin location advanced placement"},
|
||||
{
|
||||
id: "math",
|
||||
name: "Math",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=2",
|
||||
imageAlt: "calculator icon mathematics numbers equation",
|
||||
},
|
||||
id: "math", name: "Math", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=2", imageAlt: "calculator icon mathematics numbers equation"},
|
||||
{
|
||||
id: "ctrw",
|
||||
name: "CTRW",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=2",
|
||||
imageAlt: "writing icon document creative writing pen",
|
||||
},
|
||||
id: "ctrw", name: "CTRW", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=2", imageAlt: "writing icon document creative writing pen"},
|
||||
{
|
||||
id: "adventure",
|
||||
name: "Adventure Activities",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=2",
|
||||
imageAlt: "hiking icon adventure mountain outdoor activity",
|
||||
},
|
||||
id: "adventure", name: "Adventure Activities", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=2", imageAlt: "hiking icon adventure mountain outdoor activity"},
|
||||
{
|
||||
id: "spanish",
|
||||
name: "Spanish",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=2",
|
||||
imageAlt: "language icon spanish flag translation speech",
|
||||
},
|
||||
id: "spanish", name: "Spanish", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=2", imageAlt: "language icon spanish flag translation speech"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -150,35 +95,17 @@ export default function DashboardPage() {
|
||||
tag="Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I mark a task as complete?",
|
||||
content: "Click the checkbox next to any task to mark it as complete. Completed tasks are moved to your archive and counted in your progress metrics. You can view archived tasks in your history.",
|
||||
},
|
||||
id: "1", title: "How do I mark a task as complete?", content: "Click the checkbox next to any task to mark it as complete. Completed tasks are moved to your archive and counted in your progress metrics. You can view archived tasks in your history."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I reschedule a task deadline?",
|
||||
content: "Yes, click on any task to open its details. Edit the deadline date and time, and the changes will save automatically. You'll receive updated reminders for the new deadline.",
|
||||
},
|
||||
id: "2", title: "Can I reschedule a task deadline?", content: "Yes, click on any task to open its details. Edit the deadline date and time, and the changes will save automatically. You'll receive updated reminders for the new deadline."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I export my task list?",
|
||||
content: "Go to Settings and select the export option. Choose your format (CSV or PDF) and download your complete task list. You can export by class, deadline, or status.",
|
||||
},
|
||||
id: "3", title: "How do I export my task list?", content: "Go to Settings and select the export option. Choose your format (CSV or PDF) and download your complete task list. You can export by class, deadline, or status."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What happens if I miss a deadline?",
|
||||
content: "Late tasks are highlighted in red and marked as overdue. They remain visible so you can complete them and learn from the missed deadline. Your progress metrics reflect both on-time and late completions.",
|
||||
},
|
||||
id: "4", title: "What happens if I miss a deadline?", content: "Late tasks are highlighted in red and marked as overdue. They remain visible so you can complete them and learn from the missed deadline. Your progress metrics reflect both on-time and late completions."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I share tasks with classmates?",
|
||||
content: "Yes, use the share button on any task to generate a link. Classmates can view task details but cannot modify your tasks. You can also create group projects with shared ownership.",
|
||||
},
|
||||
id: "5", title: "Can I share tasks with classmates?", content: "Yes, use the share button on any task to generate a link. Classmates can view task details but cannot modify your tasks. You can also create group projects with shared ownership."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I backup my data?",
|
||||
content: "Your data is automatically backed up to the cloud every 24 hours. You can also manually trigger a backup from Settings. Backups are encrypted and never shared with third parties.",
|
||||
},
|
||||
id: "6", title: "How do I backup my data?", content: "Your data is automatically backed up to the cloud every 24 hours. You can also manually trigger a backup from Settings. Backups are encrypted and never shared with third parties."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
183
src/app/page.tsx
183
src/app/page.tsx
@@ -9,6 +9,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import Link from "next/link";
|
||||
import { Zap, Target, Crown, Users, Briefcase, Clock, Focus, Heart } from "lucide-react";
|
||||
|
||||
@@ -59,32 +60,40 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Core Values - Top Four */}
|
||||
{/* Eight Values of Academic Excellence */}
|
||||
<div id="core-values" data-section="core-values">
|
||||
<AboutMetric
|
||||
title="Eight Pillars of Academic Excellence: Proactivity, Perfectionism, Mastery, Participation, Diligence, Punctuality, Concentration, Respectfulness"
|
||||
<MetricCardSeven
|
||||
title="Eight Pillars of Academic Excellence"
|
||||
description="Master each pillar to unlock your full academic potential"
|
||||
tag="Values"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Proactivity", value: "Take initiative" },
|
||||
{ icon: Target, label: "Perfectionism", value: "Strive for excellence" },
|
||||
{ icon: Crown, label: "Mastery", value: "Achieve expertise" },
|
||||
{ icon: Users, label: "Participation", value: "Engage actively" },
|
||||
{
|
||||
id: "1", value: "Proactivity", title: "Take Initiative", items: ["Lead your learning", "Anticipate challenges", "Seek opportunities"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "Perfectionism", title: "Strive for Excellence", items: ["Attention to detail", "Quality focus", "Continuous improvement"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "Mastery", title: "Achieve Expertise", items: ["Deep understanding", "Skill development", "Knowledge depth"],
|
||||
},
|
||||
{
|
||||
id: "4", value: "Participation", title: "Engage Actively", items: ["Class involvement", "Collaboration", "Voice your ideas"],
|
||||
},
|
||||
{
|
||||
id: "5", value: "Diligence", title: "Work with Dedication", items: ["Consistent effort", "Task commitment", "Never give up"],
|
||||
},
|
||||
{
|
||||
id: "6", value: "Punctuality", title: "Meet Every Deadline", items: ["Time management", "Reliability", "Respect for schedules"],
|
||||
},
|
||||
{
|
||||
id: "7", value: "Concentration", title: "Stay Focused & Sharp", items: ["Eliminate distractions", "Deep focus", "Mental clarity"],
|
||||
},
|
||||
{
|
||||
id: "8", value: "Respectfulness", title: "Build Strong Relationships", items: ["Honor others", "Inclusive mindset", "Professional conduct"],
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Core Values - Bottom Four */}
|
||||
<div id="core-values-bottom" data-section="core-values-bottom">
|
||||
<AboutMetric
|
||||
title="Complete Your Academic Journey"
|
||||
metrics={[
|
||||
{ icon: Briefcase, label: "Diligence", value: "Work with dedication" },
|
||||
{ icon: Clock, label: "Punctuality", value: "Meet every deadline" },
|
||||
{ icon: Focus, label: "Concentration", value: "Stay focused and sharp" },
|
||||
{ icon: Heart, label: "Respectfulness", value: "Build strong relationships" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,47 +106,17 @@ export default function HomePage() {
|
||||
tag="Features"
|
||||
features={[
|
||||
{
|
||||
id: "add-tasks",
|
||||
title: "Quick Task Addition",
|
||||
description: "Add new tasks in seconds with deadline scheduling, priority levels, and class assignment. Customize task details to track exactly what matters for your success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=1",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "add-tasks", title: "Quick Task Addition", description: "Add new tasks in seconds with deadline scheduling, priority levels, and class assignment. Customize task details to track exactly what matters for your success.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=1", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "check-completion",
|
||||
title: "Track Completion",
|
||||
description: "Check off tasks as you complete them. Monitor your progress across all eight classes and visualize your academic achievements in real-time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=2",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "check-completion", title: "Track Completion", description: "Check off tasks as you complete them. Monitor your progress across all eight classes and visualize your academic achievements in real-time.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=2", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "deadline-management",
|
||||
title: "Deadline Management",
|
||||
description: "Never miss an assignment. Set deadlines for each task and receive reminders. Organize by urgency and plan your study schedule effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=3",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "deadline-management", title: "Deadline Management", description: "Never miss an assignment. Set deadlines for each task and receive reminders. Organize by urgency and plan your study schedule effectively.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=3", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "class-categories",
|
||||
title: "Eight Class Categories",
|
||||
description: "Filter and organize tasks by subject: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, and Spanish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=4",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "class-categories", title: "Eight Class Categories", description: "Filter and organize tasks by subject: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, and Spanish.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=4", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "customizable",
|
||||
title: "Fully Customizable",
|
||||
description: "Personalize your dashboard with custom task fields, rename functions, adjust layouts, and tailor the interface to your unique study style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=5",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "customizable", title: "Fully Customizable", description: "Personalize your dashboard with custom task fields, rename functions, adjust layouts, and tailor the interface to your unique study style.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=5", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "progress-insights",
|
||||
title: "Progress Insights",
|
||||
description: "Gain valuable insights into your academic performance. Track completion rates by class and adjust your time management strategy accordingly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=6",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "progress-insights", title: "Progress Insights", description: "Gain valuable insights into your academic performance. Track completion rates by class and adjust your time management strategy accordingly.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=6", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -153,61 +132,21 @@ export default function HomePage() {
|
||||
description="Manage tasks across all eight of your classes with dedicated sections for each subject"
|
||||
products={[
|
||||
{
|
||||
id: "social-studies",
|
||||
name: "Social Studies",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=1",
|
||||
imageAlt: "globe icon world map social studies geography",
|
||||
},
|
||||
id: "social-studies", name: "Social Studies", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/school_24908-54423.jpg?_wi=1", imageAlt: "globe icon world map social studies geography"},
|
||||
{
|
||||
id: "art",
|
||||
name: "Art",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=1",
|
||||
imageAlt: "palette icon art brush creative design",
|
||||
},
|
||||
id: "art", name: "Art", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/paintbrushes-with-palette_1025-621.jpg?_wi=1", imageAlt: "palette icon art brush creative design"},
|
||||
{
|
||||
id: "chemistry",
|
||||
name: "Chemistry",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=1",
|
||||
imageAlt: "flask icon chemistry beaker science laboratory",
|
||||
},
|
||||
id: "chemistry", name: "Chemistry", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laboratory-tools-tube-icons-design_24877-57346.jpg?_wi=1", imageAlt: "flask icon chemistry beaker science laboratory"},
|
||||
{
|
||||
id: "apgeography",
|
||||
name: "AP Human Geography",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=1",
|
||||
imageAlt: "map icon geography pin location advanced placement",
|
||||
},
|
||||
id: "apgeography", name: "AP Human Geography", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/travel-computer-with-elements-flat-design_23-2147598710.jpg?_wi=1", imageAlt: "map icon geography pin location advanced placement"},
|
||||
{
|
||||
id: "math",
|
||||
name: "Math",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=1",
|
||||
imageAlt: "calculator icon mathematics numbers equation",
|
||||
},
|
||||
id: "math", name: "Math", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/flat-back-school-elements-collection_23-2149480118.jpg?_wi=1", imageAlt: "calculator icon mathematics numbers equation"},
|
||||
{
|
||||
id: "ctrw",
|
||||
name: "CTRW",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=1",
|
||||
imageAlt: "writing icon document creative writing pen",
|
||||
},
|
||||
id: "ctrw", name: "CTRW", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-document-bulb_1223-17.jpg?_wi=1", imageAlt: "writing icon document creative writing pen"},
|
||||
{
|
||||
id: "adventure",
|
||||
name: "Adventure Activities",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=1",
|
||||
imageAlt: "hiking icon adventure mountain outdoor activity",
|
||||
},
|
||||
id: "adventure", name: "Adventure Activities", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-vector/mountain-climbing-concept_1284-34081.jpg?_wi=1", imageAlt: "hiking icon adventure mountain outdoor activity"},
|
||||
{
|
||||
id: "spanish",
|
||||
name: "Spanish",
|
||||
price: "View Tasks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=1",
|
||||
imageAlt: "language icon spanish flag translation speech",
|
||||
},
|
||||
id: "spanish", name: "Spanish", price: "View Tasks", imageSrc: "http://img.b2bpic.net/free-photo/learn-spanish-language-online-education-concept_53876-132596.jpg?_wi=1", imageAlt: "language icon spanish flag translation speech"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -224,35 +163,17 @@ export default function HomePage() {
|
||||
tag="Help & Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I add a new task?",
|
||||
content: "Click the 'Add Task' button in the navigation bar or go to your dashboard. Fill in the task name, select your class category, set a deadline, and optionally add priority level and custom fields. Your task will appear in your task list immediately.",
|
||||
},
|
||||
id: "1", title: "How do I add a new task?", content: "Click the 'Add Task' button in the navigation bar or go to your dashboard. Fill in the task name, select your class category, set a deadline, and optionally add priority level and custom fields. Your task will appear in your task list immediately."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I customize the task fields?",
|
||||
content: "Yes! TaskMaster is fully customizable. In Settings, you can rename existing task fields, add new custom fields specific to your needs, adjust the layout of your dashboard, and personalize the interface to match your study style.",
|
||||
},
|
||||
id: "2", title: "Can I customize the task fields?", content: "Yes! TaskMaster is fully customizable. In Settings, you can rename existing task fields, add new custom fields specific to your needs, adjust the layout of your dashboard, and personalize the interface to match your study style."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I organize tasks by class?",
|
||||
content: "Each task can be assigned to one of your eight classes: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, or Spanish. Use the class filter on your dashboard to view tasks for specific subjects.",
|
||||
},
|
||||
id: "3", title: "How do I organize tasks by class?", content: "Each task can be assigned to one of your eight classes: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, or Spanish. Use the class filter on your dashboard to view tasks for specific subjects."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I set deadlines and reminders?",
|
||||
content: "Absolutely! When creating or editing a task, you can set a specific deadline date and time. TaskMaster will send you reminders as the deadline approaches, helping you stay on top of your assignments.",
|
||||
},
|
||||
id: "4", title: "Can I set deadlines and reminders?", content: "Absolutely! When creating or editing a task, you can set a specific deadline date and time. TaskMaster will send you reminders as the deadline approaches, helping you stay on top of your assignments."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do I track my progress?",
|
||||
content: "Your dashboard displays completion metrics for each class and your overall progress. Check off tasks as you complete them, and the system will track your achievements and show you completion percentages by subject.",
|
||||
},
|
||||
id: "5", title: "How do I track my progress?", content: "Your dashboard displays completion metrics for each class and your overall progress. Check off tasks as you complete them, and the system will track your achievements and show you completion percentages by subject."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I edit task names and functions?",
|
||||
content: "Yes! You can edit any task at any time. Click on a task to open its details and modify the name, deadline, class category, priority, or any custom fields you've created. Changes save automatically.",
|
||||
},
|
||||
id: "6", title: "Can I edit task names and functions?", content: "Yes! You can edit any task at any time. Click on a task to open its details and modify the name, deadline, class category, priority, or any custom fields you've created. Changes save automatically."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -43,26 +43,11 @@ export default function SettingsPage() {
|
||||
tag="Customization"
|
||||
features={[
|
||||
{
|
||||
id: "ui-customization",
|
||||
title: "Interface Customization",
|
||||
description: "Adjust dashboard layouts, choose your color scheme, and customize font sizes. Rename functions and reorganize interface elements exactly as you prefer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=11",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "ui-customization", title: "Interface Customization", description: "Adjust dashboard layouts, choose your color scheme, and customize font sizes. Rename functions and reorganize interface elements exactly as you prefer.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=11", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "task-fields",
|
||||
title: "Custom Task Fields",
|
||||
description: "Add custom fields to your tasks beyond the standard name, deadline, and class. Track priority, attachments, notes, or any other information important to your workflow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=12",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "task-fields", title: "Custom Task Fields", description: "Add custom fields to your tasks beyond the standard name, deadline, and class. Track priority, attachments, notes, or any other information important to your workflow.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=12", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
{
|
||||
id: "notifications",
|
||||
title: "Notification Settings",
|
||||
description: "Control when and how you receive reminders. Set reminder frequency, choose notification methods (email, push, SMS), and customize deadline alerts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=13",
|
||||
imageAlt: "dashboard interface task management productivity app checklist",
|
||||
},
|
||||
id: "notifications", title: "Notification Settings", description: "Control when and how you receive reminders. Set reminder frequency, choose notification methods (email, push, SMS), and customize deadline alerts.", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg?_wi=13", imageAlt: "dashboard interface task management productivity app checklist"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -79,35 +64,17 @@ export default function SettingsPage() {
|
||||
tag="Configuration"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I change my password?",
|
||||
content: "Go to Settings > Account Security. Click 'Change Password', enter your current password, and create a new password. Your new password takes effect immediately.",
|
||||
},
|
||||
id: "1", title: "How do I change my password?", content: "Go to Settings > Account Security. Click 'Change Password', enter your current password, and create a new password. Your new password takes effect immediately."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I sync TaskMaster across devices?",
|
||||
content: "Yes, TaskMaster automatically syncs across all devices when you're logged in. Changes made on one device appear instantly on all others. Syncing works on desktop, tablet, and mobile.",
|
||||
},
|
||||
id: "2", title: "Can I sync TaskMaster across devices?", content: "Yes, TaskMaster automatically syncs across all devices when you're logged in. Changes made on one device appear instantly on all others. Syncing works on desktop, tablet, and mobile."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I export my data?",
|
||||
content: "In Settings, select 'Data Export'. Choose your format (CSV or PDF), select which data to include, and download. Your data is exported in a format you can open in Excel or other applications.",
|
||||
},
|
||||
id: "3", title: "How do I export my data?", content: "In Settings, select 'Data Export'. Choose your format (CSV or PDF), select which data to include, and download. Your data is exported in a format you can open in Excel or other applications."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What notification options are available?",
|
||||
content: "You can enable email notifications, push notifications, and SMS alerts. For each notification type, customize the frequency (hourly, daily, weekly) and set quiet hours when you don't want alerts.",
|
||||
},
|
||||
id: "4", title: "What notification options are available?", content: "You can enable email notifications, push notifications, and SMS alerts. For each notification type, customize the frequency (hourly, daily, weekly) and set quiet hours when you don't want alerts."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I change the theme from light to dark?",
|
||||
content: "Yes, go to Settings > Appearance and toggle between Light Mode and Dark Mode. You can also set TaskMaster to automatically match your device's theme settings.",
|
||||
},
|
||||
id: "5", title: "Can I change the theme from light to dark?", content: "Yes, go to Settings > Appearance and toggle between Light Mode and Dark Mode. You can also set TaskMaster to automatically match your device's theme settings."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I delete my account?",
|
||||
content: "In Settings > Account Management, click 'Delete Account'. You'll be asked to confirm twice for security. After deletion, your account and all data are permanently removed after 30 days.",
|
||||
},
|
||||
id: "6", title: "How do I delete my account?", content: "In Settings > Account Management, click 'Delete Account'. You'll be asked to confirm twice for security. After deletion, your account and all data are permanently removed after 30 days."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user