diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa9292..e2d8ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,23 +38,23 @@ export default function LandingPage() {
@@ -72,13 +72,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "UI/UX Design Fundamentals", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg", imageAlt: "UI/UX Design course" + id: "1", name: "UI/UX Design Fundamentals", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg?_wi=2", imageAlt: "UI/UX Design course" }, { - id: "2", name: "Strategic Business Growth", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg", imageAlt: "Business course" + id: "2", name: "Strategic Business Growth", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg?_wi=2", imageAlt: "Business course" }, { - id: "3", name: "Full-Stack Web Development", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Development course" + id: "3", name: "Full-Stack Web Development", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2", imageAlt: "Development course" } ]} carouselMode="buttons"