diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d46efb..15c1d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, CheckCircle, Calendar, Shield } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,65 +31,42 @@ export default function LandingPage() {
@@ -100,28 +78,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI-Powered Notes", - description: "Upload any textbook chapter and get structured, easy-to-read notes in seconds.", - imageSrc: "http://img.b2bpic.net/free-photo/man-requesting-help-from-coworkers-after-finding-bug-data-center-systems_482257-110863.jpg", - buttonIcon: "Zap", + title: "AI-Powered Notes", description: "Upload any textbook chapter and get structured, easy-to-read notes in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/man-requesting-help-from-coworkers-after-finding-bug-data-center-systems_482257-110863.jpg", buttonIcon: Zap, }, { - title: "Automatic Quizzes", - description: "Generate custom practice tests from any topic to test your knowledge retention.", - imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg", - buttonIcon: "CheckCircle", + title: "Automatic Quizzes", description: "Generate custom practice tests from any topic to test your knowledge retention.", imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg", buttonIcon: CheckCircle, }, { - title: "Smart Scheduling", - description: "Personalized study timetables that adapt to your deadlines and school calendar.", - imageSrc: "http://img.b2bpic.net/free-photo/calendar-schedule-list_53876-121333.jpg", - buttonIcon: "Calendar", + title: "Smart Scheduling", description: "Personalized study timetables that adapt to your deadlines and school calendar.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-schedule-list_53876-121333.jpg", buttonIcon: Calendar, }, { - title: "Weakness Detection", - description: "AI identifies your tricky topics and builds targeted practice to master them quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841654.jpg", - buttonIcon: "Shield", + title: "Weakness Detection", description: "AI identifies your tricky topics and builds targeted practice to master them quickly.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841654.jpg", buttonIcon: Shield, }, ]} title="Features built for results" @@ -136,39 +102,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Essentials", - price: "$9/mo", - subtitle: "For students getting started.", - features: [ - "AI Note Generation", - "Custom Quizzes", - "Email Support", - ], + id: "basic", badge: "Essentials", price: "$9/mo", subtitle: "For students getting started.", features: [ + "AI Note Generation", "Custom Quizzes", "Email Support"], }, { - id: "pro", - badge: "Most Popular", - price: "$19/mo", - subtitle: "Full study accelerator suite.", - features: [ - "Everything in Basic", - "Personalized Schedules", - "Weakness Detection", - "Priority Access", - ], + id: "pro", badge: "Most Popular", price: "$19/mo", subtitle: "Full study accelerator suite.", features: [ + "Everything in Basic", "Personalized Schedules", "Weakness Detection", "Priority Access"], }, { - id: "school", - badge: "Institutional", - price: "Custom", - subtitle: "For classrooms and districts.", - features: [ - "Dashboard Analytics", - "Teacher Portal", - "Bulk Licensing", - "Dedicated Success Manager", - ], + id: "school", badge: "Institutional", price: "Custom", subtitle: "For classrooms and districts.", features: [ + "Dashboard Analytics", "Teacher Portal", "Bulk Licensing", "Dedicated Success Manager"], }, ]} title="Simple, Transparent Pricing" @@ -183,40 +126,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex R.", - role: "High School Junior", - testimonial: "This app helped me cut my study time in half while improving my bio grades significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/guy-orange-sweatshirt-looking-into-camera-blue-wall_197531-23585.jpg", - }, + id: "1", name: "Alex R.", role: "High School Junior", testimonial: "This app helped me cut my study time in half while improving my bio grades significantly.", imageSrc: "http://img.b2bpic.net/free-photo/guy-orange-sweatshirt-looking-into-camera-blue-wall_197531-23585.jpg"}, { - id: "2", - name: "Jordan P.", - role: "Middle Schooler", - testimonial: "The quiz generator is a game changer for my history exams.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-cheating-school_23-2150256499.jpg", - }, + id: "2", name: "Jordan P.", role: "Middle Schooler", testimonial: "The quiz generator is a game changer for my history exams.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-cheating-school_23-2150256499.jpg"}, { - id: "3", - name: "Ms. Miller", - role: "History Teacher", - testimonial: "I recommend StudyAI to my students every semester. It makes review so much more effective.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-standing-front-blackboard-holding-books-classroom_141793-137713.jpg", - }, + id: "3", name: "Ms. Miller", role: "History Teacher", testimonial: "I recommend StudyAI to my students every semester. It makes review so much more effective.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-standing-front-blackboard-holding-books-classroom_141793-137713.jpg"}, { - id: "4", - name: "Taylor S.", - role: "High School Senior", - testimonial: "Finally, a tool that actually understands what I need to study next.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-student-girl-with-coffee-books_23-2151936249.jpg", - }, + id: "4", name: "Taylor S.", role: "High School Senior", testimonial: "Finally, a tool that actually understands what I need to study next.", imageSrc: "http://img.b2bpic.net/free-photo/happy-student-girl-with-coffee-books_23-2151936249.jpg"}, { - id: "5", - name: "Casey W.", - role: "University Prep Student", - testimonial: "The timetable creator keeps me on track every single week.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-raising-hands-isolated-purple-with-copy-space_141793-85829.jpg", - }, + id: "5", name: "Casey W.", role: "University Prep Student", testimonial: "The timetable creator keeps me on track every single week.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-raising-hands-isolated-purple-with-copy-space_141793-85829.jpg"}, ]} title="Student Success Stories" description="Join thousands of students achieving their potential." @@ -228,25 +146,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "How does AI note generation work?", - content: "Our AI analyzes your uploaded text, identifies key concepts, and structure them into clear, concise notes.", - }, + id: "1", title: "How does AI note generation work?", content: "Our AI analyzes your uploaded text, identifies key concepts, and structure them into clear, concise notes."}, { - id: "2", - title: "Can I use it for any subject?", - content: "Yes, StudyAI supports all standard middle and high school subjects, from Math to Social Studies.", - }, + id: "2", title: "Can I use it for any subject?", content: "Yes, StudyAI supports all standard middle and high school subjects, from Math to Social Studies."}, { - id: "3", - title: "How do I create a study schedule?", - content: "Simply input your assignment deadlines and exam dates, and our scheduler creates your weekly plan.", - }, + id: "3", title: "How do I create a study schedule?", content: "Simply input your assignment deadlines and exam dates, and our scheduler creates your weekly plan."}, { - id: "4", - title: "Is there a group plan?", - content: "Yes, our School Plan is designed for classrooms and small study groups.", - }, + id: "4", title: "Is there a group plan?", content: "Yes, our School Plan is designed for classrooms and small study groups."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our AI platform." @@ -258,8 +164,7 @@ export default function LandingPage() {