From 2ce09a9a04081441a8ec8265b9f5dbf759d262c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 10:56:25 +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 41907c8..a1c76e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function Page() { { text: "Reserve Table", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=1" imageAlt="Crispy New York-style Red Devil pizza" showDimOverlay={false} /> @@ -81,13 +81,13 @@ export default function Page() { animationType="blur-reveal" products={[ { - id: "pizza-margherita", name: "Margherita Classico", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Margherita pizza with fresh basil and mozzarella" + id: "pizza-margherita", name: "Margherita Classico", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=2", imageAlt: "Margherita pizza with fresh basil and mozzarella" }, { - id: "pizza-diavolo", name: "Red Devil Special", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Red Devil signature pizza with premium toppings" + id: "pizza-diavolo", name: "Red Devil Special", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=3", imageAlt: "Red Devil signature pizza with premium toppings" }, { - id: "pizza-quattro", name: "Quattro Formaggio", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Four cheese pizza blend" + id: "pizza-quattro", name: "Quattro Formaggio", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=4", imageAlt: "Four cheese pizza blend" } ]} />