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" } ]} />