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", },