diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ead5b..1b02d60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,19 +83,19 @@ export default function LandingPage() { features={[ { 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"], - 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"], - 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"], - 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" @@ -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." 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"