From 64a42a33367a1dfcbcc5b83d70a124a2e39408b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:44:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 202aa9b..2e432fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-pupils-doing-task-with-help-teacher_74855-10288.jpg", imageAlt: "Online learning platform hero" }, - { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg", imageAlt: "Business course" }, - { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg", imageAlt: "Technology course" } + { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg?_wi=1", imageAlt: "Business course" }, + { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg?_wi=1", imageAlt: "Technology course" } ]} buttons={[ { text: "Explore Courses", href: "features" }, @@ -95,11 +95,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Expert-Led Instruction", description: "Learn from industry professionals with years of real-world experience and proven track records in their fields.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg", imageAlt: "Expert instructors teaching" + title: "Expert-Led Instruction", description: "Learn from industry professionals with years of real-world experience and proven track records in their fields.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150774297.jpg?_wi=2", imageAlt: "Expert instructors teaching" }, { id: 2, - title: "Interactive Projects", description: "Apply your knowledge through hands-on projects and real-world assignments that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg", imageAlt: "Students working on projects" + title: "Interactive Projects", description: "Apply your knowledge through hands-on projects and real-world assignments that build your portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office-relaxed-atmosphere_329181-12011.jpg?_wi=2", imageAlt: "Students working on projects" }, { id: 3,