Update src/app/page.tsx

This commit is contained in:
2026-03-15 12:56:55 +00:00
parent f65f545cd3
commit 9b3fc928d2

View File

@@ -83,19 +83,19 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "math", title: "Mathematics", tags: ["Algebra", "Geometry", "Calculus"], id: "math", title: "Mathematics", tags: ["Algebra", "Geometry", "Calculus"],
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg", imageAlt: "Mathematics Lessons" imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg?_wi=1", imageAlt: "Mathematics Lessons"
}, },
{ {
id: "science", title: "Science", tags: ["Physics", "Chemistry", "Biology"], id: "science", title: "Science", tags: ["Physics", "Chemistry", "Biology"],
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg", imageAlt: "Science Lessons" imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg?_wi=2", imageAlt: "Science Lessons"
}, },
{ {
id: "english", title: "Languages", tags: ["English", "Literature", "Writing"], id: "english", title: "Languages", tags: ["English", "Literature", "Writing"],
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg", imageAlt: "Language Lessons" imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg?_wi=3", imageAlt: "Language Lessons"
}, },
{ {
id: "history", title: "History & Social Studies", tags: ["World History", "Civics", "Geography"], id: "history", title: "History & Social Studies", tags: ["World History", "Civics", "Geography"],
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg", imageAlt: "History Lessons" imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178640.jpg?_wi=4", imageAlt: "History Lessons"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -111,13 +111,13 @@ export default function LandingPage() {
description="Stay organized with deadline reminders, priority markers, visual progress tracking, and the ability to mark tasks as complete. Never miss an assignment again." description="Stay organized with deadline reminders, priority markers, visual progress tracking, and the ability to mark tasks as complete. Never miss an assignment again."
products={[ products={[
{ {
id: "homework-tracker", name: "Homework Tracker", price: "Smart Organization", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg", imageAlt: "Homework Tracking Interface" id: "homework-tracker", name: "Homework Tracker", price: "Smart Organization", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg?_wi=1", imageAlt: "Homework Tracking Interface"
}, },
{ {
id: "exam-prep", name: "Exam Preparation", price: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg", imageAlt: "Exam Prep Tools" id: "exam-prep", name: "Exam Preparation", price: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg?_wi=2", imageAlt: "Exam Prep Tools"
}, },
{ {
id: "notes-system", name: "Notes & Study Guides", price: "Easy Editing", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg", imageAlt: "Notes System" id: "notes-system", name: "Notes & Study Guides", price: "Easy Editing", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-template-interface_23-2148592854.jpg?_wi=3", imageAlt: "Notes System"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"