From b844c869d530bc2c5643a02ffbaa28ce7216bfb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 20:45:17 +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 b758f01..ec688c6 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/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg?_wi=3" /> -- 2.49.1 From 73e84e4909988c0c17175096d23f67054dc70785 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 20:45:17 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index eb242a6..a1d3644 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -38,7 +38,7 @@ export default function HomePage() { "Le Flow", "La Discipline", ]} - imageSrc="http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg?_wi=1" /> @@ -67,7 +67,7 @@ export default function HomePage() { title: "Lecteur Persistant", description: "Ne coupez jamais votre son.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg?_wi=2", imageAlt: "minimalist musical note icon", }, { -- 2.49.1