4 Commits

Author SHA1 Message Date
81946d3308 Merge version_3 into main
Merge version_3 into main
2026-03-05 19:00:42 +00:00
2d9a1fa949 Update src/app/page.tsx 2026-03-05 19:00:39 +00:00
9e8ae186de Update src/app/layout.tsx 2026-03-05 19:00:38 +00:00
de1184478f Merge version_2 into main
Merge version_2 into main
2026-03-05 18:58:16 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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,

View File

@@ -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}