diff --git a/src/app/page.tsx b/src/app/page.tsx index f42b6c8..da2d1f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ import { Settings, AlertCircle, BookMarked, + Calendar, } from "lucide-react"; export default function LandingPage() { @@ -125,7 +126,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Proactivity", description: "Take charge of your learning. Don't wait for deadlines—stay ahead with proactive task planning and preparation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=1" }, + id: "1", title: "Proactivity", description: "Take charge of your learning. Don't wait for deadlines—stay ahead with proactive task planning and preparation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Zap, text: "Plan ahead" }, { icon: Target, text: "Set goals" }, @@ -133,7 +134,7 @@ export default function LandingPage() { reverse: false, }, { - id: "2", title: "Perfectionism", description: "Strive for excellence in every assignment. Perfectionism drives quality and attention to detail in all your work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=2" }, + id: "2", title: "Perfectionism", description: "Strive for excellence in every assignment. Perfectionism drives quality and attention to detail in all your work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Sparkles, text: "High standards" }, { icon: Award, text: "Excellence" }, @@ -141,7 +142,7 @@ export default function LandingPage() { reverse: true, }, { - id: "3", title: "Mastery", description: "Develop deep understanding of your subjects. Mastery comes from consistent practice and continuous improvement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=3" }, + id: "3", title: "Mastery", description: "Develop deep understanding of your subjects. Mastery comes from consistent practice and continuous improvement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: BookOpen, text: "Deep learning" }, { icon: Flame, text: "Skill building" }, @@ -149,7 +150,7 @@ export default function LandingPage() { reverse: false, }, { - id: "4", title: "Participation", description: "Engage actively in classes and discussions. Participation enhances learning and builds valuable communication skills.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=4" }, + id: "4", title: "Participation", description: "Engage actively in classes and discussions. Participation enhances learning and builds valuable communication skills.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Users, text: "Collaboration" }, { icon: MessageCircle, text: "Communication" }, @@ -157,7 +158,7 @@ export default function LandingPage() { reverse: true, }, { - id: "5", title: "Diligence", description: "Work consistently and thoroughly. Diligence ensures no detail is overlooked and quality is maintained throughout.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=5" }, + id: "5", title: "Diligence", description: "Work consistently and thoroughly. Diligence ensures no detail is overlooked and quality is maintained throughout.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Clock, text: "Consistency" }, { icon: CheckSquare, text: "Thoroughness" }, @@ -165,7 +166,7 @@ export default function LandingPage() { reverse: false, }, { - id: "6", title: "Punctuality", description: "Meet deadlines with time to spare. Punctuality shows respect for yourself and your commitments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=6" }, + id: "6", title: "Punctuality", description: "Meet deadlines with time to spare. Punctuality shows respect for yourself and your commitments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Calendar, text: "On time" }, { icon: AlertCircle, text: "Reliability" }, @@ -173,7 +174,7 @@ export default function LandingPage() { reverse: true, }, { - id: "7", title: "Concentration", description: "Maintain focus during study sessions. Concentration amplifies learning and reduces the time needed to master material.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=7" }, + id: "7", title: "Concentration", description: "Maintain focus during study sessions. Concentration amplifies learning and reduces the time needed to master material.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Focus, text: "Deep focus" }, { icon: Eye, text: "Attention" }, @@ -181,7 +182,7 @@ export default function LandingPage() { reverse: false, }, { - id: "8", title: "Respectfulness", description: "Treat others and yourself with respect. Respectfulness creates a positive learning environment for everyone.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=8" }, + id: "8", title: "Respectfulness", description: "Treat others and yourself with respect. Respectfulness creates a positive learning environment for everyone.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Heart, text: "Empathy" }, { icon: Handshake, text: "Integrity" }, @@ -211,13 +212,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "StudyFlow", name: "Create Tasks", price: "Essential", rating: 5, - reviewCount: "Quick Setup", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=9", imageAlt: "Create and organize tasks"}, + reviewCount: "Quick Setup", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg", imageAlt: "Create and organize tasks"}, { id: "2", brand: "StudyFlow", name: "Track Progress", price: "Real-time", rating: 5, - reviewCount: "Updates", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=10", imageAlt: "Track your progress"}, + reviewCount: "Updates", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg", imageAlt: "Track your progress"}, { id: "3", brand: "StudyFlow", name: "Manage Classes", price: "Organized", rating: 5, - reviewCount: "System", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=11", imageAlt: "Manage eight class sections"}, + reviewCount: "System", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg", imageAlt: "Manage eight class sections"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -326,7 +327,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Add New Tasks", description: "Quickly create tasks with all the details you need: task name, class/subject, deadline, priority level, and notes. Stay on top of your assignments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=12" }, + id: "1", title: "Add New Tasks", description: "Quickly create tasks with all the details you need: task name, class/subject, deadline, priority level, and notes. Stay on top of your assignments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Plus, text: "Quick task creation" }, { icon: Tag, text: "Multiple fields" }, @@ -335,7 +336,7 @@ export default function LandingPage() { reverse: false, }, { - id: "2", title: "Track Completion", description: "Check off tasks as you complete them. Visualize your progress and celebrate your accomplishments with a satisfying completion checkbox.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=13" }, + id: "2", title: "Track Completion", description: "Check off tasks as you complete them. Visualize your progress and celebrate your accomplishments with a satisfying completion checkbox.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: CheckCircle, text: "Mark complete" }, { icon: BarChart3, text: "Track progress" }, @@ -344,7 +345,7 @@ export default function LandingPage() { reverse: true, }, { - id: "3", title: "Edit & Delete", description: "Update task details whenever needed or remove tasks that are no longer relevant. Keep your dashboard clean and current.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=14" }, + id: "3", title: "Edit & Delete", description: "Update task details whenever needed or remove tasks that are no longer relevant. Keep your dashboard clean and current.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Edit2, text: "Edit details" }, { icon: Trash2, text: "Remove tasks" }, @@ -353,7 +354,7 @@ export default function LandingPage() { reverse: false, }, { - id: "4", title: "Organize by Class", description: "Assign tasks to one of eight class sections: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, and Spanish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=15" }, + id: "4", title: "Organize by Class", description: "Assign tasks to one of eight class sections: Social Studies, Art, Chemistry, AP Human Geography, Math, CTRW, Adventure Activities, and Spanish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: FolderOpen, text: "Eight categories" }, { icon: Filter, text: "Filter by class" }, @@ -362,7 +363,7 @@ export default function LandingPage() { reverse: true, }, { - id: "5", title: "Customization", description: "Rename sections, personalize task labels, and adjust the layout to fit your workflow. Make the dashboard truly yours.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=16" }, + id: "5", title: "Customization", description: "Rename sections, personalize task labels, and adjust the layout to fit your workflow. Make the dashboard truly yours.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: Settings, text: "Custom settings" }, { icon: Palette, text: "Personalize" }, @@ -371,7 +372,7 @@ export default function LandingPage() { reverse: false, }, { - id: "6", title: "Priority Management", description: "Assign priority levels to tasks and focus on what matters most. Filter by priority to tackle urgent assignments first.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg?_wi=17" }, + id: "6", title: "Priority Management", description: "Assign priority levels to tasks and focus on what matters most. Filter by priority to tackle urgent assignments first.", media: { imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-list-desk_23-2148938781.jpg" }, items: [ { icon: AlertCircle, text: "Set priority" }, { icon: Star, text: "Highlight urgent" },