From f222f0769197ab31267a17f3559cdb9d21bb56e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 12:38:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29cb0c5..9bf9b93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg?_wi=1", imageAlt: "Cozy coffee shop interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg?_wi=1", imageAlt: "Artisanal pastries on display in a cafe", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { description: "Cornetti freschi, torte deliziose e biscotti fatti in casa, perfetti per la tua colazione o merenda.", bentoComponent: "reveal-icon", icon: Cake, - imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg?_wi=2", imageAlt: "coffee cup icon minimalist", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { description: "Insalate fresche, panini gourmet e piatti unici preparati con ingredienti di stagione.", bentoComponent: "reveal-icon", icon: Sandwich, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg?_wi=2", imageAlt: "coffee cup icon minimalist", }, ]}