From c9ca9a7b96290093450ce553b815d61043fefa75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:31:56 +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 adc3414..bd42527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,37 +145,37 @@ export default function LandingPage() { id: "1", name: "Neapolitan Pizza", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=1", }, { id: "2", name: "Carbonara Romana", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=2", }, { id: "3", name: "Bruschetta Trio", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=3", }, { id: "4", name: "Seafood Risotto", price: "$26", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=4", }, { id: "5", name: "Lemon Sorbet", price: "$9", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=5", }, { id: "6", name: "Classic Tiramisu", price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ice-cream-balls-with-caramel-shavings_140725-2160.jpg?_wi=6", }, ]} title="Our Signature Creations" -- 2.49.1