From 4197e34d5510f105abc7699a1bc64f16584d562a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:58:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 829b5ce..1ec3a02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,6 +105,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/classic-style-restaurant-with-tables-chairs_140725-9393.jpg" imageAlt="modern pizzeria interior brick glass ceiling" mediaAnimation="slide-up" + metricsAnimation="blur-reveal" /> @@ -161,7 +162,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?_wi=1", 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", 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 +171,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?_wi=2", 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", imageAlt: "O'Crusto signature pizza creation" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1