From fddc2a2981f1755f26d01000cd1ebe6853aefdba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:59:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 414d904..cb56a68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { { value: "100%", title: "Authenticity"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -111,11 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Homemade Pappardelle", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg"}, + id: "p1", name: "Homemade Pappardelle", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg?_wi=2"}, { id: "p2", name: "Vintage Chianti", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-glass-white-wine_181624-33051.jpg"}, { - id: "p3", name: "Seasonal Risotto", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg"}, + id: "p3", name: "Seasonal Risotto", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg?_wi=3"}, ]} title="Italian Classics" description="Handmade pasta and seasonal specialties crafted with heart." -- 2.49.1