From 5b3a9299a4a7dc06dcd6826ffbeabe62f81b35c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 23:49:50 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index eae4962..727497d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-flowers-corner_23-2147709563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-flowers-corner_23-2147709563.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6527.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-cutter-arrangement_23-2148574228.jpg", @@ -92,7 +92,7 @@ export default function HomePage() { title: "Pasta Classics", description: "Handmade pasta daily. Tradition in every bite.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-flowers-corner_23-2147709563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-flowers-corner_23-2147709563.jpg?_wi=2", imageAlt: "Front view of delicious fresh cheese", }, { @@ -105,7 +105,7 @@ export default function HomePage() { "Brick Oven", "Fresh Dough", ], - imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6527.jpg?_wi=2", imageAlt: "Front view of delicious fresh cheese", }, ]}