From d3c340aebb7e785dfe1d014dbcd4c9dc254780f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:54:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9e715c..634167e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,10 +169,10 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "gradient-bars"}} - text="Hungry for authentic tradition? Visit us today or order online for a taste of Nonno's kitchen at home." + text="Com fome de tradição autêntica? Visite-nos hoje ou peça online para saborear a cozinha do Nonno em casa." buttons={[ - { text: "Order Online", href: "#" }, - { text: "Call to Reserve", href: "tel:555012345" }, + { text: "Peça Online", href: "#" }, + { text: "Ligue para Reservar", href: "tel:555012345" }, ]} /> @@ -180,8 +180,8 @@ export default function LandingPage() { -- 2.49.1