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() {