Merge version_7 into main #9

Merged
bender merged 2 commits from version_7 into main 2026-05-22 17:44:19 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -38,12 +38,12 @@ export default function MenuPage() {
<ProductCatalog
layout="page"
products={[
{ id: "p1", name: "Grilled Octopus", price: "45 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bacon_1203-8636.jpg" },
{ id: "p2", name: "Mediterranean Salad", price: "22 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-salmon-tuna-roe-black-slate-plate_84443-94446.jpg" },
{ id: "p3", name: "Fresh Sea Bass", price: "55 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fish-with-onion_1157-23.jpg" },
{ id: "p4", name: "Truffle Pasta", price: "48 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg" },
{ id: "p5", name: "Signature Chocolate Mousse", price: "25 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg" },
{ id: "p6", name: "Sunset Aperitif", price: "20 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072617.jpg" },
{ id: "p1", name: "Grilled Octopus", price: "45 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bacon_1203-8636.jpg?_wi=1" },
{ id: "p2", name: "Mediterranean Salad", price: "22 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-salmon-tuna-roe-black-slate-plate_84443-94446.jpg?_wi=1" },
{ id: "p3", name: "Fresh Sea Bass", price: "55 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fish-with-onion_1157-23.jpg?_wi=1" },
{ id: "p4", name: "Truffle Pasta", price: "48 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg?_wi=1" },
{ id: "p5", name: "Signature Chocolate Mousse", price: "25 DT", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg?_wi=1" },
{ id: "p6", name: "Sunset Aperitif", price: "20 DT", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072617.jpg?_wi=1" },
]}
/>
</div>

View File

@@ -101,12 +101,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Grilled Octopus", price: "45 DT", imageSrc: "http://img.b2bpic.net/free-photo/bacon_1203-8636.jpg" },
{ id: "p2", name: "Mediterranean Salad", price: "22 DT", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-salmon-tuna-roe-black-slate-plate_84443-94446.jpg" },
{ id: "p3", name: "Fresh Sea Bass", price: "55 DT", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-onion_1157-23.jpg" },
{ id: "p4", name: "Truffle Pasta", price: "48 DT", imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg" },
{ id: "p5", name: "Signature Chocolate Mousse", price: "25 DT", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg" },
{ id: "p6", name: "Sunset Aperitif", price: "20 DT", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072617.jpg" },
{ id: "p1", name: "Grilled Octopus", price: "45 DT", imageSrc: "http://img.b2bpic.net/free-photo/bacon_1203-8636.jpg?_wi=2" },
{ id: "p2", name: "Mediterranean Salad", price: "22 DT", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-salmon-tuna-roe-black-slate-plate_84443-94446.jpg?_wi=2" },
{ id: "p3", name: "Fresh Sea Bass", price: "55 DT", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-onion_1157-23.jpg?_wi=2" },
{ id: "p4", name: "Truffle Pasta", price: "48 DT", imageSrc: "http://img.b2bpic.net/free-photo/delicious-truffle-recipe-with-pasta-top-view_23-2149548045.jpg?_wi=2" },
{ id: "p5", name: "Signature Chocolate Mousse", price: "25 DT", imageSrc: "http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg?_wi=2" },
{ id: "p6", name: "Sunset Aperitif", price: "20 DT", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072617.jpg?_wi=2" },
]}
title="Our Signature Dishes"
description="Explore our menu curated for refined palates."