4 Commits

Author SHA1 Message Date
c3971b98ec Merge version_3 into main
Merge version_3 into main
2026-03-04 22:01:05 +00:00
3d29e0a914 Update src/app/page.tsx 2026-03-04 22:01:01 +00:00
ad35cb82d7 Update src/app/layout.tsx 2026-03-04 22:01:01 +00:00
daaa10a98f Merge version_2 into main
Merge version_2 into main
2026-03-04 21:58:54 +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>
);
}
}