4 Commits

Author SHA1 Message Date
978632f9e4 Update src/app/page.tsx 2026-03-27 00:13:34 +00:00
11ce96f4e3 Merge version_2 into main
Merge version_2 into main
2026-03-27 00:09:44 +00:00
219fddee4c Update src/app/page.tsx 2026-03-27 00:09:38 +00:00
53887bbd29 Merge version_1 into main
Merge version_1 into main
2026-03-26 23:54:02 +00:00

View File

@@ -35,16 +35,16 @@ export default function LandingPage() {
{ name: "Depoimentos", id: "testimonials" },
{ name: "Contato", id: "contact" }
]}
brandName="Cê Que Sabe"
brandName="Cê Que Sabe Hamburgueria"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "plain" }}
title="O Melhor Hambúrguer Artesanal de Cabreúva desde 2014."
description="Qualidade inigualável, carne fresca e um ambiente que faz você se sentir em casa. Venha viver a experiência Cê Que Sabe."
buttons={[{ text: "Peça agora pelo WhatsApp", href: "https://wa.me/5511999281228" }]}
title="Cê Que Sabe Hamburgueria: Tradição e Sabor Imbatível."
description="Eleve sua experiência gastronômica com os melhores hambúrgueres artesanais de Cabreúva, feitos com paixão e ingredientes selecionados desde 2014."
buttons={[{ text: "Pedir agora", href: "https://wa.me/5511999281228" }]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-hamburger-black-gloves_140725-9623.jpg"
mediaAnimation="blur-reveal"
/>
@@ -106,7 +106,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Cê Que Sabe"
logoText="Cê Que Sabe Hamburgueria"
copyrightText="© 2024 Cê Que Sabe Hamburgueria. Todos os direitos reservados."
socialLinks={[{ icon: Instagram, href: "https://instagram.com/cequesabehamburgueria", ariaLabel: "Instagram" }]}
/>