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