From 0b1ef31fdc790db6625e13d9bdf1a0531c97170c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 03:57:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7adb207..eeabf1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,10 @@ export default function LandingPage() { title="Authentic Taste of Dhulabari" description="Experience the true essence of traditional and contemporary flavors in a warm, welcoming environment." tag="Welcome to Nanglo" + buttons={[ + { text: "Book a Table", href: "#contact" }, + { text: "View Menu", href: "#menu" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", imageAlt: "Restaurant Interior"}, -- 2.49.1