Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-10 13:24:51 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ import FooterBase from '@/components/sections/footer/FooterBase';
export default function MenuPage() {
const products = [
{ id: "m1", name: "Margherita", price: "$15", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601645.jpg" },
{ id: "m2", name: "Meat Lovers", price: "$22", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900925.jpg" },
{ id: "m3", name: "Veggie Special", price: "$19", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg" }
{ id: "m1", name: "Margherita", price: "$15", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601645.jpg?_wi=2" },
{ id: "m2", name: "Meat Lovers", price: "$22", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900925.jpg?_wi=2" },
{ id: "m3", name: "Veggie Special", price: "$19", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg?_wi=2" }
];
return (

View File

@@ -59,9 +59,9 @@ export default function LandingPage() {
description="Our most popular, hand-crafted pies."
useInvertedBackground={false}
products={[
{ id: "p1", name: "Classic Margherita", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg" },
{ id: "p2", name: "Truffle Forest", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900925.jpg" },
{ id: "p3", name: "Gold Salami", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601645.jpg" },
{ id: "p1", name: "Classic Margherita", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg?_wi=1" },
{ id: "p2", name: "Truffle Forest", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900925.jpg?_wi=1" },
{ id: "p3", name: "Gold Salami", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601645.jpg?_wi=1" },
]}
/>
</div>