diff --git a/src/app/page.tsx b/src/app/page.tsx index 44895de..d6871bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Book, Clock, Star, Trophy, User, Zap } from "lucide-react"; +import { Award, Book, Calculator, Clock, Star, Trophy, User, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -140,39 +90,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Quick-Ask Sidebar", - description: "Interact with a real-time tutor that understands IGCSE curricula.", - bentoComponent: "chat", - aiIcon: Star, + title: "AI Quick-Ask Sidebar", description: "Interact with a real-time tutor that understands IGCSE curricula.", bentoComponent: "chat", aiIcon: Star, userIcon: User, exchanges: [ { - userMessage: "Explain stoichiometry", - aiResponse: "Stoichiometry is the quantitative relationship between reactants and products...", - }, + userMessage: "Explain stoichiometry", aiResponse: "Stoichiometry is the quantitative relationship between reactants and products..."}, ], - placeholder: "Ask a question...", - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", - imageAlt: "Student at home taking notes while watching presentation closeup", + placeholder: "Ask a question..." }, { - title: "Progress Tracking", - description: "Data-driven insights into your mastery levels.", - bentoComponent: "3d-task-list", - items: [ - { - icon: Book, - label: "Physics Lesson 1", - time: "Completed", - }, - { - icon: Calculator, - label: "Math Logic Quiz", - time: "85%", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", - imageAlt: "Student at home taking notes while watching presentation closeup", + title: "Progress Tracking", description: "Data-driven insights into your mastery levels.", bentoComponent: "3d-task-list", title: "Tracking", items: [ + { icon: Book, label: "Physics Lesson 1", time: "Completed" }, + { icon: Calculator, label: "Math Logic Quiz", time: "85%" }, + ] }, ]} title="Core Tutoring Engines" @@ -186,24 +116,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Trophy, - title: "Subjects Mastered", - value: "5", - }, - { - id: "m2", - icon: Clock, - title: "Study Hours", - value: "120", - }, - { - id: "m3", - icon: Award, - title: "Topics Passed", - value: "45", - }, + { id: "m1", icon: Trophy, title: "Subjects Mastered", value: "5" }, + { id: "m2", icon: Clock, title: "Study Hours", value: "120" }, + { id: "m3", icon: Award, title: "Topics Passed", value: "45" }, ]} title="Academic Performance" description="Quantifying your progress in real-time." @@ -215,61 +130,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alex J.", - date: "2024-05", - title: "A* in Physics", - quote: "Nexus made the most complex theories simple to understand.", - tag: "Physics", - avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3924.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3", - imageAlt: "student focused on laptop learning", - }, - { - id: "t2", - name: "Mia S.", - date: "2024-06", - title: "Math Prodigy", - quote: "The quiz engine really helped me nail my calculus exams.", - tag: "Math", - avatarSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67555.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg?_wi=2", - imageAlt: "student focused on laptop learning", - }, - { - id: "t3", - name: "Liam K.", - date: "2024-07", - title: "Top Scorer", - quote: "The AI is better than my school teacher.", - tag: "Chemistry", - avatarSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215396.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-learning-math-school_23-2150470814.jpg", - imageAlt: "student focused on laptop learning", - }, - { - id: "t4", - name: "Sarah W.", - date: "2024-08", - title: "Top Tier", - quote: "The discipline mode helps me focus early in the morning.", - tag: "Biology", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-desk-with-laptop_1163-2108.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-mockup-smartphone-ai-llm-chatbot-computer-screen_482257-127262.jpg?_wi=1", - imageAlt: "student focused on laptop learning", - }, - { - id: "t5", - name: "Jordan P.", - date: "2024-09", - title: "IGCSE Ready", - quote: "Highly recommended for all O-Level students.", - tag: "General", - avatarSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1", - imageAlt: "student focused on laptop learning", - }, + { id: "t1", name: "Alex J.", date: "2024-05", title: "A* in Physics", quote: "Nexus made the most complex theories simple to understand.", tag: "Physics", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3924.jpg" }, + { id: "t2", name: "Mia S.", date: "2024-06", title: "Math Prodigy", quote: "The quiz engine really helped me nail my calculus exams.", tag: "Math", avatarSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67555.jpg" }, + { id: "t3", name: "Liam K.", date: "2024-07", title: "Top Scorer", quote: "The AI is better than my school teacher.", tag: "Chemistry", avatarSrc: "http://img.b2bpic.net/free-photo/young-student-learning-library_23-2149215396.jpg" }, + { id: "t4", name: "Sarah W.", date: "2024-08", title: "Top Tier", quote: "The discipline mode helps me focus early in the morning.", tag: "Biology", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-desk-with-laptop_1163-2108.jpg" }, + { id: "t5", name: "Jordan P.", date: "2024-09", title: "IGCSE Ready", quote: "Highly recommended for all O-Level students.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg" }, ]} title="Student Success Stories" description="Join thousands of students achieving their potential." @@ -280,44 +145,12 @@ export default function LandingPage() {