From 708ed5a4e66c20811373a057a0ad3065aec2ce7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:25:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f6fda0..32a9bcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { logoIcon: Zap, sidebarItems: [{ icon: Zap, active: true }], listItems: [{ icon: Zap, title: "Fresh Khinkali", status: "Served Daily" }], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-fresh-off-oven-with-milk-cheese-wooden-desk-dough-bake-bread-bun-eggs_140725-74339.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-fresh-off-oven-with-milk-cheese-wooden-desk-dough-bake-bread-bun-eggs_140725-74339.jpg", buttons: [{ text: "View Menu", href: "#menu" }] }} /> @@ -90,6 +90,7 @@ export default function LandingPage() {