Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-27 23:54:11 +00:00

View File

@@ -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" },
]}
/>
</div>
@@ -180,8 +180,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Pizzas do Nonno"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
leftLink={{ text: "Política de Privacidade", href: "#" }}
rightLink={{ text: "Termos de Serviço", href: "#" }}
/>
</div>
</ReactLenis>