Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d9a1fa949 | |||
| 9e8ae186de | |||
| de1184478f |
@@ -7,7 +7,8 @@ import "./styles/base.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
{ type: "text", content: "italiana autêntica no Recreio dos Bandeirantes." },
|
{ type: "text", content: "italiana autêntica no Recreio dos Bandeirantes." },
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Como Chegar", href: "#contact" },
|
{ text: "Como Chegar", href: "https://maps.app.goo.gl/u8N3gPVUjeeqVEvYA" },
|
||||||
{ text: "Contato: 021968730974", href: "tel:+5521968730974" },
|
{ text: "Contato: 021968730974", href: "tel:+5521968730974" },
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user