Update src/app/page.tsx

This commit is contained in:
2026-03-11 07:41:02 +00:00
parent 1415eba4a0
commit 28d36d82fc

View File

@@ -35,7 +35,6 @@ export default function LandingPage() {
{ name: "Galeria", id: "gallery" },
{ name: "Contato", id: "contact" }
]}
brandName="Restaurante O Mineiro"
bottomLeftText="Parque Taquaral, Campinas"
bottomRightText="(19) 99598-9815"
/>
@@ -250,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}