diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5d4afea..977437b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -38,12 +38,12 @@ export default function MenuPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 7403eb2..31b5630 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."