Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 22:01:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Com fome agora?"
ctaDescription="Faça seu pedido em segundos. Atendimento direto e rápido."
ctaButton={{ text: "Quero Minha Pizza", href: "#" }}
ctaButton={{ text: "Fazer Pedido Agora - 30min de Entrega", href: "#" }}
ctaIcon={Phone}
faqs={[
{
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}