From 121482dc8e63f9645725f9bec338dfff0eab4c03 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:22:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1