diff --git a/src/app/page.tsx b/src/app/page.tsx index 293ab15..c0511d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { text: "Get Started", href: "#features"}, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-agendas-with-blanket-lights_23-2148791064.jpg", imageAlt: "Modern Study Setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/reading-girl-sitting-library-floor_23-2147617626.jpg", imageAlt: "Library Learning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journals-paper-clips_23-2149740086.jpg", imageAlt: "Progress Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-agendas-with-blanket-lights_23-2148791064.jpg?_wi=1", imageAlt: "Modern Study Setup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reading-girl-sitting-library-floor_23-2147617626.jpg?_wi=1", imageAlt: "Library Learning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journals-paper-clips_23-2149740086.jpg?_wi=1", imageAlt: "Progress Dashboard" }, { imageSrc: "http://img.b2bpic.net/free-photo/cartoon-vector-illustration-yellow-sticky-notes-pencil_1308-186781.jpg", imageAlt: "Productivity Concept" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293572.jpg", imageAlt: "Group Collaboration" }, { imageSrc: "http://img.b2bpic.net/free-photo/back-school-composition-with-notepad-pens_23-2147662371.jpg", imageAlt: "Planning Routine" }, @@ -84,7 +84,7 @@ export default function LandingPage() { features={[ { title: "Time Tracking", description: "Accurately log your study sessions and see where you spend your time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-agendas-with-blanket-lights_23-2148791064.jpg", imageAlt: "Tracking"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-agendas-with-blanket-lights_23-2148791064.jpg?_wi=2", imageAlt: "Tracking"}, items: [ { icon: Clock, text: "Session logs" }, { icon: BarChart, text: "Weekly trends" }, @@ -93,7 +93,7 @@ export default function LandingPage() { }, { title: "Goal Setting", description: "Set clear academic milestones and track your progress toward them.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/reading-girl-sitting-library-floor_23-2147617626.jpg", imageAlt: "Goals"}, + imageSrc: "http://img.b2bpic.net/free-photo/reading-girl-sitting-library-floor_23-2147617626.jpg?_wi=2", imageAlt: "Goals"}, items: [ { icon: Target, text: "Goal definition" }, { icon: CheckCircle, text: "Achievement tracking" }, @@ -102,7 +102,7 @@ export default function LandingPage() { }, { title: "Insight Analytics", description: "Deep dive into your performance patterns to improve efficiency.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journals-paper-clips_23-2149740086.jpg", imageAlt: "Analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journals-paper-clips_23-2149740086.jpg?_wi=2", imageAlt: "Analytics"}, items: [ { icon: Zap, text: "Study insights" }, { icon: TrendingUp, text: "Efficiency score" },