From 2329fcbb1153ab2d3f4ebcc194324beceba7bc75 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 06:44:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f6fb68..515b8c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,11 @@ export default function LandingPage() { description="Indulge in our sustainably sourced, daily-caught seafood delicacies prepared by expert chefs in a breathtaking coastal atmosphere." imageSrc="http://img.b2bpic.net/free-photo/desk-with-snaks-beer_140725-1902.jpg" imageAlt="Fresh seafood dining experience" + buttons={[ + { + text: "Book Your Table", href: "#contact" + } + ]} /> -- 2.49.1