From d70419b9956f33ad50a2349dac5ca835974125fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:32:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aec126..cc50a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,11 @@ export default function LandingPage() { title="Fiery Flavors, Unforgettable Moments" description="Experience the intense, authentic taste of flame-grilled excellence in a warm and inviting atmosphere." tag="Since 1998" + buttons={[ + { + text: "Book Now", href: "#contact" + } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-fire-human-hand-pan_176474-3150.jpg", imageAlt: "Grilled specialty"}, @@ -197,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1