diff --git a/src/app/page.tsx b/src/app/page.tsx index 25b2e3f..d3ba2cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,10 +103,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Wings Done", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Spicy buffalo wings" + id: "1", name: "Wings", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Spicy buffalo wings" }, { - id: "2", name: "Creekside Classic Burger", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Signature craft burger" + id: "2", name: "Creekside Classic Burger", price: "$17", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgTPy11eZQy8a3OQSEMAQ6fIyn/uploaded-1773019309415-ydip6arv.png", imageAlt: "Signature craft burger" } ]} />