From c495c3f449be98cb44bc1601688a6a49fc73b085 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:56:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d74cbb7..49314b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,21 +232,21 @@ export default function LandingPage() { { id: "p1", name: "Margherita", - price: "$12.00", + price: "RON12.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg", }, { id: "p2", name: "Pepperoni", - price: "$14.00", + price: "RON14.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286885.jpg", }, { id: "p3", name: "Veggie", - price: "$13.00", + price: "RON13.00", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-with-pepper_23-2148601577.jpg", }, @@ -266,8 +266,8 @@ export default function LandingPage() { }, { id: "p6", - name: "Hawaiian", - price: "$14.00", + name: "", + price: "RON14.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-with-pineappleham-cheese-isolated-white-background_123827-21002.jpg", }, -- 2.49.1