From 0621edc92a7e9307765c3f347edd1ab1fe0c40da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:08:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82fdf71..4e2b4ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { products={[ { id: "p1", name: "Web Development Bootcamp", price: "$199", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/man-working-energy-innovations-his-laptop_23-2148820170.jpg" }, { id: "p2", name: "Data Analytics & AI", price: "$149", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/creative-business-arrangement-with-colorful-graphics_23-2148488605.jpg" }, - { id: "p3", name: "UI/UX Design Masterclass", price: "$169", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" }, + { id: "p3", name: "UI/UX Design Masterclass", price: "$169", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg?_wi=1" }, { id: "p4", name: "Digital Marketing Suite", price: "$179", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-developing-startup-project-analyzing-financial-statistics_482257-95594.jpg" }, ]} title="Featured Courses" @@ -130,7 +130,7 @@ export default function LandingPage() {