From 9e8ae186de08066b8f2f025874e6dcca2be12bec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:00:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 03dc753..6493f3a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Trattoria Recreio", description: "Autêntica Culinária Italiana no Coração do Recreio"}; + title: "Trattoria Recreio", description: "Autêntica Culinária Italiana no Coração do Recreio" +}; export default function RootLayout({ children, -- 2.49.1 From 2d9a1fa94966970ea04b75e1da9e1986b5ebbaa3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:00:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a92cb..dc8f810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { { type: "text", content: "italiana autêntica no Recreio dos Bandeirantes." }, ]} buttons={[ - { text: "Como Chegar", href: "#contact" }, + { text: "Como Chegar", href: "https://maps.app.goo.gl/u8N3gPVUjeeqVEvYA" }, { text: "Contato: 021968730974", href: "tel:+5521968730974" }, ]} useInvertedBackground={false} -- 2.49.1