From fec58bd62f28fd14b10bcc1f03c3d958aba17351 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 15:56:44 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1cb5607..59b8701 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dreamy-teen-girl-with-textbook_23-2147666876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dreamy-teen-girl-with-textbook_23-2147666876.jpg?_wi=2" /> -- 2.49.1 From 1d56e0ae7464f8cde21244f0ed151cfb6f70713e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 15:56:45 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 95b34c8..aea40f2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,7 +27,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-girl-with-textbook_23-2147666876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-girl-with-textbook_23-2147666876.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906346.jpg", -- 2.49.1