From 517ca3291879d049af7a2ce2f9e536646f07e1ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:09:58 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 130 ++++++++++------------------------------- 1 file changed, 31 insertions(+), 99 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 77b7cfc..1277d1f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Lightbulb, Users } from "lucide-react"; +import { Accessibility, Lightbulb, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -28,31 +28,19 @@ export default function LandingPage() { @@ -66,22 +54,16 @@ export default function LandingPage() { tag="Our Story" bulletPoints={[ { - title: "Innovation in Education", - description: "Pioneering AI solutions to make learning more intuitive and accessible for students worldwide, constantly evolving our platform.", - icon: Lightbulb, + title: "Innovation in Education", description: "Pioneering AI solutions to make learning more intuitive and accessible for students worldwide, constantly evolving our platform.", icon: Lightbulb, }, { - title: "Student-Centered Design", - description: "Developed with continuous feedback from students to ensure our tools meet real-world academic challenges and enhance their learning experience.", - icon: Users, + title: "Student-Centered Design", description: "Developed with continuous feedback from students to ensure our tools meet real-world academic challenges and enhance their learning experience.", icon: Users, }, { - title: "Commitment to Accessibility", - description: "Striving to remove barriers to learning, making advanced study aids available to diverse student populations across various educational levels.", - icon: Accessibility, + title: "Commitment to Accessibility", description: "Striving to remove barriers to learning, making advanced study aids available to diverse student populations across various educational levels.", icon: Accessibility, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-focused-university-student-age-20-25-s-1774274863303-aff375c8.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-focused-university-student-age-20-25-s-1774274863303-aff375c8.png" imageAlt="A focused university student studying intently at a desk with a laptop and notebooks" mediaAnimation="slide-up" /> @@ -94,20 +76,14 @@ export default function LandingPage() { description="See how ALSS is making a tangible difference in students' academic journeys and transforming study habits worldwide." metrics={[ { - value: "100K+", - title: "Students Empowered", - }, + value: "100K+", title: "Students Empowered"}, { - value: "90%", - title: "Improvement in Grades", - }, + value: "90%", title: "Improvement in Grades"}, { - value: "50%+", - title: "Time Saved Studying", - }, + value: "50%+", title: "Time Saved Studying"}, ]} tag="Our Impact" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-modern-clean-software-dashboard-interf-1774274864431-3c4ee409.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-modern-clean-software-dashboard-interf-1774274864431-3c4ee409.png" imageAlt="AI-powered learning dashboard interface showing progress and statistics" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -121,40 +97,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Chen", - role: "University Student", - testimonial: "ALSS has revolutionized how I approach my lectures. The AI summaries save me so much time, and the custom quizzes ensure I truly understand the material before exams. My grades have never been better!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-young-female-coll-1774274862577-610e8a43.png", - }, + id: "1", name: "Sarah Chen", role: "University Student", testimonial: "ALSS has revolutionized how I approach my lectures. The AI summaries save me so much time, and the custom quizzes ensure I truly understand the material before exams. My grades have never been better!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-young-female-coll-1774274862577-610e8a43.png"}, { - id: "2", - name: "David Lee", - role: "Medical School Applicant", - testimonial: "The multi-format input is a game-changer. I can upload my handwritten notes and get instant flashcards. The AI tutor is like having a personal study assistant available 24/7.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-young-male-colleg-1774274863319-c629458e.png", - }, + id: "2", name: "David Lee", role: "Medical School Applicant", testimonial: "The multi-format input is a game-changer. I can upload my handwritten notes and get instant flashcards. The AI tutor is like having a personal study assistant available 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-young-male-colleg-1774274863319-c629458e.png"}, { - id: "3", - name: "Alex Johnson", - role: "Online Learner", - testimonial: "I struggle with long readings, but ALSS breaks it down perfectly. The adaptive learning tools keep me engaged, and I feel much more confident tackling complex topics.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-non-binary-colleg-1774274864134-d2e0701f.png", - }, + id: "3", name: "Alex Johnson", role: "Online Learner", testimonial: "I struggle with long readings, but ALSS breaks it down perfectly. The adaptive learning tools keep me engaged, and I feel much more confident tackling complex topics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-non-binary-colleg-1774274864134-d2e0701f.png"}, { - id: "4", - name: "Maria Rodriguez", - role: "High School Senior", - testimonial: "Preparing for my exams used to be overwhelming. ALSS made it manageable and even fun! The instant explanations from the AI tutor are invaluable.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-female-graduate-s-1774274861966-41b8a796.png", - }, + id: "4", name: "Maria Rodriguez", role: "High School Senior", testimonial: "Preparing for my exams used to be overwhelming. ALSS made it manageable and even fun! The instant explanations from the AI tutor are invaluable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-female-graduate-s-1774274861966-41b8a796.png"}, { - id: "5", - name: "Omar Khan", - role: "Graduate Researcher", - testimonial: "For intense research and dense academic papers, ALSS's summarization capabilities are a lifesaver. It helps me quickly grasp core concepts and connect ideas across sources.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-male-professional-1774274862592-e2546382.png", - }, + id: "5", name: "Omar Khan", role: "Graduate Researcher", testimonial: "For intense research and dense academic papers, ALSS's summarization capabilities are a lifesaver. It helps me quickly grasp core concepts and connect ideas across sources.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-realistic-photo-of-a-male-professional-1774274862592-e2546382.png"}, ]} title="What Our Users Say About ALSS" description="Hear from students who have transformed their study habits and academic performance with ALSS's innovative tools." @@ -166,50 +117,31 @@ export default function LandingPage() { Date: Mon, 23 Mar 2026 14:09:59 +0000 Subject: [PATCH 2/3] Update src/app/features/page.tsx --- src/app/features/page.tsx | 188 ++++++++++---------------------------- 1 file changed, 49 insertions(+), 139 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 8cd6c0f..9af430b 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -7,7 +7,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Award, CheckCircle, Clock, Compass, Edit, FileText, Globe, HelpCircle, MessageSquare, Repeat, Scan, Smile, Target, TrendingUp, Zap } from "lucide-react"; +import { Award, Brain, CheckCircle, Clock, Compass, Edit, FileText, Globe, HelpCircle, MessageSquare, Repeat, Scan, Smile, Target, TrendingUp, UploadCloud, Zap, UserCog } from "lucide-react"; export default function LandingPage() { return ( @@ -28,31 +28,19 @@ export default function LandingPage() { @@ -63,98 +51,66 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Intelligent Summaries", - description: "Condense long lectures, textbooks, and notes into digestible summaries, saving you hours of reading time and boosting comprehension.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-powered-summariz-1774274863594-f52b8e28.png?_wi=2", - imageAlt: "An icon representing AI-powered summarization", - }, + id: "1", title: "Intelligent Summaries", description: "Condense long lectures, textbooks, and notes into digestible summaries, saving you hours of reading time and boosting comprehension.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-powered-summariz-1774274863594-f52b8e28.png", imageAlt: "An icon representing AI-powered summarization"}, items: [ { icon: CheckCircle, - text: "Key takeaways identified", - }, + text: "Key takeaways identified"}, { icon: Edit, - text: "Customizable length & detail", - }, + text: "Customizable length & detail"}, { icon: Target, - text: "Focus on critical information", - }, + text: "Focus on critical information"}, ], reverse: false, }, { - id: "2", - title: "Dynamic Flashcards & Quizzes", - description: "Generate personalized flashcards and interactive quizzes from your notes, tailored to your learning style, to solidify understanding.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-interactive-learnin-1774274863413-d84f4ecf.png?_wi=2", - imageAlt: "An icon representing interactive learning tools", - }, + id: "2", title: "Dynamic Flashcards & Quizzes", description: "Generate personalized flashcards and interactive quizzes from your notes, tailored to your learning style, to solidify understanding.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-interactive-learnin-1774274863413-d84f4ecf.png", imageAlt: "An icon representing interactive learning tools"}, items: [ { icon: Zap, - text: "Adaptive question types", - }, + text: "Adaptive question types"}, { icon: Repeat, - text: "Spaced repetition support", - }, + text: "Spaced repetition support"}, { icon: TrendingUp, - text: "Track progress effectively", - }, + text: "Track progress effectively"}, ], reverse: true, }, { - id: "3", - title: "Multi-Format Input", - description: "Seamlessly upload PDFs, PowerPoints, audio recordings, or even handwritten notes. ALSS intelligently processes it all.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-stylized-icon-representing-various-doc-1774274862756-fa1febf4.png?_wi=2", - imageAlt: "A stylized icon representing various document formats merging into one central processing unit", - }, + id: "3", title: "Multi-Format Input", description: "Seamlessly upload PDFs, PowerPoints, audio recordings, or even handwritten notes. ALSS intelligently processes it all.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-stylized-icon-representing-various-doc-1774274862756-fa1febf4.png", imageAlt: "A stylized icon representing various document formats merging into one central processing unit"}, items: [ { icon: FileText, - text: "Supports diverse file types", - }, + text: "Supports diverse file types"}, { icon: Scan, - text: "OCR for scanned documents", - }, + text: "OCR for scanned documents"}, { icon: UploadCloud, - text: "Easy drag-and-drop interface", - }, + text: "Easy drag-and-drop interface"}, ], reverse: false, }, { - id: "4", - title: "24/7 Personalized AI Tutoring", - description: "Get instant explanations, clarify complex topics, and receive hints on homework with our always-available AI tutor.", - media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-tutoring-support-1774274864742-19c6197c.png?_wi=2", - imageAlt: "An icon representing AI tutoring support", - }, + id: "4", title: "24/7 Personalized AI Tutoring", description: "Get instant explanations, clarify complex topics, and receive hints on homework with our always-available AI tutor.", media: { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-tutoring-support-1774274864742-19c6197c.png", imageAlt: "An icon representing AI tutoring support"}, items: [ { icon: MessageSquare, - text: "Instant concept clarification", - }, + text: "Instant concept clarification"}, { icon: HelpCircle, - text: "Smart homework assistance", - }, + text: "Smart homework assistance"}, { icon: Compass, - text: "Personalized learning paths", - }, + text: "Personalized learning paths"}, ], reverse: true, }, @@ -173,34 +129,22 @@ export default function LandingPage() { features={[ { icon: Clock, - title: "Save Time, Study Smart", - description: "Cut down study hours without compromising on learning quality, thanks to AI-powered efficiency.", - }, + title: "Save Time, Study Smart", description: "Cut down study hours without compromising on learning quality, thanks to AI-powered efficiency."}, { icon: Brain, - title: "Boost Retention & Recall", - description: "Engage with material in dynamic ways that enhance memory and long-term knowledge retention.", - }, + title: "Boost Retention & Recall", description: "Engage with material in dynamic ways that enhance memory and long-term knowledge retention."}, { icon: Award, - title: "Achieve Higher Grades", - description: "Gain a competitive edge with personalized learning strategies designed for academic excellence.", - }, + title: "Achieve Higher Grades", description: "Gain a competitive edge with personalized learning strategies designed for academic excellence."}, { icon: Smile, - title: "Reduce Study Stress", - description: "Streamline your study process and alleviate anxiety with intuitive and supportive AI tools.", - }, + title: "Reduce Study Stress", description: "Streamline your study process and alleviate anxiety with intuitive and supportive AI tools."}, { icon: UserCog, - title: "Personalized Learning", - description: "Receive tailored content and support that adapts to your individual pace and learning style.", - }, + title: "Personalized Learning", description: "Receive tailored content and support that adapts to your individual pace and learning style."}, { icon: Globe, - title: "Accessible Anywhere", - description: "Study on the go, from any device, ensuring your learning never stops, no matter where you are.", - }, + title: "Accessible Anywhere", description: "Study on the go, from any device, ensuring your learning never stops, no matter where you are."}, ]} title="Why Students Choose ALSS" description="Beyond basic tools, ALSS integrates advanced AI to deliver a truly transformative study experience." @@ -214,30 +158,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What types of files can I upload?", - content: "ALSS supports a wide range of file types including PDF, DOCX, PPTX, TXT, image files (JPEG, PNG for OCR), and even audio recordings. We're constantly expanding our compatibility.", - }, + id: "1", title: "What types of files can I upload?", content: "ALSS supports a wide range of file types including PDF, DOCX, PPTX, TXT, image files (JPEG, PNG for OCR), and even audio recordings. We're constantly expanding our compatibility."}, { - id: "2", - title: "How accurate are the AI summaries?", - content: "Our AI models are trained on vast educational datasets to provide highly accurate and contextually relevant summaries. You can always review and refine them to your preferences.", - }, + id: "2", title: "How accurate are the AI summaries?", content: "Our AI models are trained on vast educational datasets to provide highly accurate and contextually relevant summaries. You can always review and refine them to your preferences."}, { - id: "3", - title: "Can I customize the flashcards and quizzes?", - content: "Yes, you have full control over your learning tools. You can choose specific sections of your notes, adjust difficulty levels, and select various question formats for your flashcards and quizzes.", - }, + id: "3", title: "Can I customize the flashcards and quizzes?", content: "Yes, you have full control over your learning tools. You can choose specific sections of your notes, adjust difficulty levels, and select various question formats for your flashcards and quizzes."}, { - id: "4", - title: "Is the AI tutor available 24/7?", - content: "Absolutely! Our AI tutor is always online, ready to assist you with explanations, problem-solving, and clarifying concepts whenever you need help, day or night.", - }, + id: "4", title: "Is the AI tutor available 24/7?", content: "Absolutely! Our AI tutor is always online, ready to assist you with explanations, problem-solving, and clarifying concepts whenever you need help, day or night."}, { - id: "5", - title: "How does ALSS protect my data and privacy?", - content: "We prioritize your privacy and data security. All uploaded content is encrypted, and we adhere to strict privacy policies. Your personal study materials are never shared or used for public training.", - }, + id: "5", title: "How does ALSS protect my data and privacy?", content: "We prioritize your privacy and data security. All uploaded content is encrypted, and we adhere to strict privacy policies. Your personal study materials are never shared or used for public training."}, ]} title="Common Questions About ALSS Features" description="Find quick answers to the most common questions about ALSS and its powerful features." @@ -250,50 +179,31 @@ export default function LandingPage() { Date: Mon, 23 Mar 2026 14:09:59 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3df8143..e85232a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,49 +32,34 @@ export default function LandingPage() {
@@ -88,7 +73,7 @@ export default function LandingPage() { description="ALSS empowers students to turn raw lecture content into structured, engaging, and personalized study materials. Our platform cuts down study time and boosts retention, making learning effective and enjoyable." subdescription="Designed for the modern student, ALSS integrates seamlessly into your academic workflow, providing an unparalleled learning advantage across all disciplines." icon={GraduationCap} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-focused-university-student-age-20-25-s-1774274863303-aff375c8.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-focused-university-student-age-20-25-s-1774274863303-aff375c8.png" imageAlt="Student studying with a laptop and notebooks" mediaAnimation="opacity" /> @@ -102,33 +87,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "feature-1", - title: "Multi-Format Input", - description: "Upload notes in PDF, docs, text, or voice. Our platform handles it all.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-stylized-icon-representing-various-doc-1774274862756-fa1febf4.png?_wi=1", - imageAlt: "Multi-format document input icon", - }, + id: "feature-1", title: "Multi-Format Input", description: "Upload notes in PDF, docs, text, or voice. Our platform handles it all.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/a-stylized-icon-representing-various-doc-1774274862756-fa1febf4.png", imageAlt: "Multi-format document input icon"}, { - id: "feature-2", - title: "AI-Powered Summaries", - description: "Instantly get adaptive summaries in short or detailed modes.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-powered-summariz-1774274863594-f52b8e28.png?_wi=1", - imageAlt: "AI summarization icon", - }, + id: "feature-2", title: "AI-Powered Summaries", description: "Instantly get adaptive summaries in short or detailed modes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-powered-summariz-1774274863594-f52b8e28.png", imageAlt: "AI summarization icon"}, { - id: "feature-3", - title: "Interactive Flashcards & Quizzes", - description: "Automatic creation of flashcards and quizzes with diverse question types.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-interactive-learnin-1774274863413-d84f4ecf.png?_wi=1", - imageAlt: "Interactive flashcards and quizzes icon", - }, + id: "feature-3", title: "Interactive Flashcards & Quizzes", description: "Automatic creation of flashcards and quizzes with diverse question types.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-interactive-learnin-1774274863413-d84f4ecf.png", imageAlt: "Interactive flashcards and quizzes icon"}, { - id: "feature-4", - title: "Personalized AI Tutoring", - description: "Get conversational chatbot support to explain concepts and offer recommendations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-tutoring-support-1774274864742-19c6197c.png?_wi=1", - imageAlt: "AI tutoring chatbot icon", - }, + id: "feature-4", title: "Personalized AI Tutoring", description: "Get conversational chatbot support to explain concepts and offer recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiDtye679cR2A9C19IJhHX48x/an-icon-representing-ai-tutoring-support-1774274864742-19c6197c.png", imageAlt: "AI tutoring chatbot icon"}, ]} title="Unlock Your Full Learning Potential" description="From note upload to personalized tutoring, ALSS offers a comprehensive suite of AI-powered tools designed to streamline your study process and maximize comprehension." @@ -140,35 +105,20 @@ export default function LandingPage() {