diff --git a/src/app/page.tsx b/src/app/page.tsx index ccd6d41..829b5ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" products={[ { - id: "margherita", name: "Margherita Classica", price: "42 PLN", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg", imageAlt: "Classic Margherita pizza with fresh mozzarella and basil" + id: "margherita", name: "Margherita Classica", price: "42 PLN", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=1", imageAlt: "Classic Margherita pizza with fresh mozzarella and basil" }, { id: "formaggio", name: "Formaggio", price: "48 PLN", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza_74190-2518.jpg", imageAlt: "Premium four cheese pizza blend" @@ -170,7 +170,7 @@ export default function LandingPage() { id: "affumicata", name: "Affumicata", price: "52 PLN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3989.jpg", imageAlt: "Specialty smoked pizza with Italian ingredients" }, { - id: "signature", name: "Signature O'Crusto", price: "56 PLN", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg", imageAlt: "O'Crusto signature pizza creation" + id: "signature", name: "Signature O'Crusto", price: "56 PLN", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=2", imageAlt: "O'Crusto signature pizza creation" } ]} gridVariant="four-items-2x2-equal-grid"