diff --git a/src/app/page.tsx b/src/app/page.tsx index 46d89bc..a0d710e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pan-with-shish-kebab-near-rosemary_23-2147717064.jpg", imageAlt: "Gourmet kebab with fresh herbs" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed premium kebab selection" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg?_wi=1", imageAlt: "Mixed premium kebab selection" } ]} buttons={[ @@ -93,7 +93,7 @@ export default function LandingPage() { id: "lamb-signature", name: "Signature Lamb Kebab", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-basturma-kebab-pita-bread-with-tomatoes-green-pepper-with-lemon-slices_140725-14051.jpg", imageAlt: "Gourmet lamb kebab charcoal grilled" }, { - id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg", imageAlt: "Mixed meat kebab selection" + id: "mixed-grill", name: "Mixed Premium Grill", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-skewers-with-spices-wooden-board-other-stuffs-table_140725-148405.jpg?_wi=2", imageAlt: "Mixed meat kebab selection" } ]} buttons={[{ text: "Full Menu", href: "#" }]}