From 497d63948857d7cf5adb2b548b46ebc3861b8a54 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:20:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b25f90d..eef7c6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94721.jpg?_wi=1" imageAlt="Pasticceria Lombardi, Osimo" mediaAnimation="slide-up" /> @@ -109,13 +109,13 @@ export default function LandingPage() { id: "p1", name: "Lievitati", price: "Artigianali", - imageSrc: "http://img.b2bpic.net/free-photo/pressed-out-dough-by-cook-with-fork_176474-5503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pressed-out-dough-by-cook-with-fork_176474-5503.jpg?_wi=1", }, { id: "p2", name: "Mignon", price: "Freschi", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cakes-little-desserts-tea-with-fruits-chocolate-chips-white-surface-fruit-cake-cream-biscuit-pie-tea_140725-118428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cakes-little-desserts-tea-with-fruits-chocolate-chips-white-surface-fruit-cake-cream-biscuit-pie-tea_140725-118428.jpg?_wi=1", }, { id: "p3", @@ -170,7 +170,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94721.jpg?_wi=2", imageAlt: "fresh artisan lievitati cake", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/pressed-out-dough-by-cook-with-fork_176474-5503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pressed-out-dough-by-cook-with-fork_176474-5503.jpg?_wi=2", imageAlt: "fresh artisan lievitati cake", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cakes-little-desserts-tea-with-fruits-chocolate-chips-white-surface-fruit-cake-cream-biscuit-pie-tea_140725-118428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cakes-little-desserts-tea-with-fruits-chocolate-chips-white-surface-fruit-cake-cream-biscuit-pie-tea_140725-118428.jpg?_wi=2", imageAlt: "fresh artisan lievitati cake", }, ]} -- 2.49.1