From 692096117d682c6b0ebf46c6ff5cc15210b57438 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4c3651..020e4a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,6 +110,24 @@ export default function LandingPage() { }, { id: "3", name: "Craft Beer Selection", price: "$6-8", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Local craft beers" + }, + { + id: "4", name: "Fish & Chips", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Fresh battered fish with chips" + }, + { + id: "5", name: "Buffalo Wings Bucket", 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: "6", name: "Loaded Nachos", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Crispy nachos with toppings" + }, + { + id: "7", name: "Grilled Salmon", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Fresh grilled salmon fillet" + }, + { + id: "8", name: "Ribeye Steak", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Premium ribeye steak" + }, + { + id: "9", name: "Vegetarian Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Gourmet vegetarian burger" } ]} /> -- 2.49.1