From 28d36d82fc46250b22848037ad2d078899f1cccc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:41:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9c6bc0..50cc8a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1