From ebd1e78776d79a72c1107f82a34eb39896717e3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:15:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4763a52..95f0577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Contato", id: "contact" }, ]} brandName="Gourmet Kitchen" + button={{ text: "Reservar", href: "#contact" }} /> @@ -104,6 +105,7 @@ export default function LandingPage() {