Update src/app/features/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ALSS"
|
||||
button={{
|
||||
text: "Start Learning Free",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Start Learning Free", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
label: "Features", href: "/features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user