Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9546092a2a | |||
| 8e6e0b4002 | |||
| acfa02710a | |||
| 51f3c93736 | |||
| 6f46e2627a | |||
| 7b1278ab01 | |||
| 7b0b43f360 | |||
| d187b65658 | |||
| 2d9ead4884 | |||
| 2c4f026f41 |
@@ -40,18 +40,18 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="GoGo Chicken"
|
||||
description="Korean Fried Chicken crocante, quente e viciante. Direto para você em Mogi das Cruzes."
|
||||
description="Sinta a energia urbana de Mogi das Cruzes com nosso Korean Fried Chicken. Crocante por fora, suculento por dentro e inesquecível."
|
||||
buttons={[
|
||||
{ text: "Pedir no WhatsApp", href: "https://wa.me/5511999999999" },
|
||||
{ text: "Ver Cardápio", href: "#menu" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXDhw0M33dVERfdlrvQZGtHSaP/uploaded-1778419700595-ektwrlh3.jpg?_wi=1", imageAlt: "Korean Fried Chicken protagonista" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken_123827-22048.jpg", imageAlt: "Crispy Kentucky fried chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg", imageAlt: "fried chicken korean style" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken_1203-2792.jpg", imageAlt: "fried chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes_140725-113374.jpg", imageAlt: "Fried chicken with fried potatoes" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXDhw0M33dVERfdlrvQZGtHSaP/uploaded-1778419700595-ektwrlh3.jpg?_wi=1", imageAlt: "Korean Fried Chicken urbano" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken_123827-22048.jpg", imageAlt: "Frango frito crocante" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg", imageAlt: "Estilo coreano autêntico" }
|
||||
]}
|
||||
className="min-h-[85vh] flex items-center"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,4 +131,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user