diff --git a/src/app/page.tsx b/src/app/page.tsx index f8f809d..26bde40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,28 +90,28 @@ export default function LandingPage() { { id: 1, title: "Pan-Seared Branzino", description: "Mediterranean sea bass with citrus beurre blanc, seasonal vegetables, and crispy fingerling potatoes", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-mangal-salad-table_140725-4634.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-mangal-salad-table_140725-4634.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-mangal-salad-table_140725-4634.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-mangal-salad-table_140725-4634.jpg?_wi=2" } }, { id: 2, title: "Prime Ribeye", description: "28-day aged beef with truffle butter, roasted mushrooms, and heritage potato purée", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/fine-cooked-ribeye-tenderloin-piece-paper_114579-1756.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fine-cooked-ribeye-tenderloin-piece-paper_114579-1756.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fine-cooked-ribeye-tenderloin-piece-paper_114579-1756.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fine-cooked-ribeye-tenderloin-piece-paper_114579-1756.jpg?_wi=2" } }, { id: 3, title: "Saffron Risotto", description: "Creamy arborio rice with wild mushrooms, aged parmesan, and aromatic black truffle", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter-home_23-2149050671.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter-home_23-2149050671.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter-home_23-2149050671.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-daughter-home_23-2149050671.jpg?_wi=2" } } ]}