Update src/app/page.tsx
This commit is contained in:
153
src/app/page.tsx
153
src/app/page.tsx
@@ -28,30 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Promoções",
|
||||
id: "promotions",
|
||||
},
|
||||
{
|
||||
name: "Lanches",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Combos",
|
||||
id: "combos",
|
||||
},
|
||||
{
|
||||
name: "Bebidas",
|
||||
id: "drinks",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Promoções", id: "promotions" },
|
||||
{ name: "Lanches", id: "products" },
|
||||
{ name: "Combos", id: "combos" },
|
||||
{ name: "Bebidas", id: "drinks" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Botekas Lanches"
|
||||
/>
|
||||
@@ -60,15 +42,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="AS MELHORES PROMOÇÕES DA CIDADE! 🍔🔥"
|
||||
description="Combos especiais, delivery rápido e muito sabor pra você!"
|
||||
buttons={[
|
||||
{
|
||||
text: "PEDIR NO WHATSAPP",
|
||||
href: "https://wa.me/number",
|
||||
},
|
||||
text: "PEDIR NO WHATSAPP", href: "https://wa.me/number"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3De8LoYG55xqaY4xmCtyCbO3tiL/uploaded-1778676024131-wc2rqdwo.png"
|
||||
imageAlt="Botekas Premium Burger"
|
||||
@@ -83,33 +62,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Xis Salada + Refri",
|
||||
price: "R$24,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg",
|
||||
imageAlt: "delicious burger premium dark background",
|
||||
},
|
||||
id: "p1", name: "Xis Salada + Refri", price: "R$24,90", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg", imageAlt: "delicious burger premium dark background"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Combo Família",
|
||||
price: "R$89,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-french-fries_23-2148235001.jpg",
|
||||
imageAlt: "burger family combo delivery",
|
||||
},
|
||||
id: "p2", name: "Combo Família", price: "R$89,90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-french-fries_23-2148235001.jpg", imageAlt: "burger family combo delivery"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cachorro-quente",
|
||||
price: "R$16,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dog-studio_23-2151846512.jpg",
|
||||
imageAlt: "gourmet hot dog dark background",
|
||||
},
|
||||
id: "p3", name: "Cachorro-quente", price: "R$16,90", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dog-studio_23-2151846512.jpg", imageAlt: "gourmet hot dog dark background"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Burger Artesanal",
|
||||
price: "R$29,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg",
|
||||
imageAlt: "artisanal gourmet burger dark background",
|
||||
},
|
||||
id: "p4", name: "Burger Artesanal", price: "R$29,90", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg", imageAlt: "artisanal gourmet burger dark background"},
|
||||
]}
|
||||
title="Nossas Promoções"
|
||||
description="Ofertas imperdíveis preparadas especialmente para você."
|
||||
@@ -118,41 +77,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Delivery Rápido",
|
||||
tags: [
|
||||
"🚚",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg",
|
||||
},
|
||||
id: "f1", title: "Delivery Rápido", tags: ["🚚"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Promoções Diárias",
|
||||
tags: [
|
||||
"🔥",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated_181624-46828.jpg",
|
||||
},
|
||||
id: "f2", title: "Promoções Diárias", tags: ["🔥"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated_181624-46828.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "100% Artesanal",
|
||||
tags: [
|
||||
"🍔",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg",
|
||||
},
|
||||
id: "f3", title: "100% Artesanal", tags: ["🍔"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Combos Especiais",
|
||||
tags: [
|
||||
"🥤",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg",
|
||||
},
|
||||
id: "f4", title: "Combos Especiais", tags: ["🥤"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg"},
|
||||
]}
|
||||
title="Diferenciais Botekas"
|
||||
description="Qualidade premium em cada mordida."
|
||||
@@ -167,45 +107,13 @@ export default function LandingPage() {
|
||||
description="Veja por que somos a hamburgueria preferida da região."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Lucas Silva",
|
||||
date: "há 2 dias",
|
||||
title: "Sabor Incrível",
|
||||
quote: "O melhor hambúrguer que já comi, chegou super rápido!",
|
||||
tag: "Cliente VIP",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-french-fries-table_140725-9366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-french-fries_23-2148234994.jpg",
|
||||
},
|
||||
id: "t1", name: "Lucas Silva", date: "há 2 dias", title: "Sabor Incrível", quote: "O melhor hambúrguer que já comi, chegou super rápido!", tag: "Cliente VIP", avatarSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-french-fries-table_140725-9366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-french-fries_23-2148234994.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mariana Souza",
|
||||
date: "há 1 semana",
|
||||
title: "Combo muito bom",
|
||||
quote: "O combo família salvou nosso final de semana. Recomendo muito.",
|
||||
tag: "Fã",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-american-burgers-with-fries-sauce_23-2148290596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg",
|
||||
},
|
||||
id: "t2", name: "Mariana Souza", date: "há 1 semana", title: "Combo muito bom", quote: "O combo família salvou nosso final de semana. Recomendo muito.", tag: "Fã", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-american-burgers-with-fries-sauce_23-2148290596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ricardo Oliveira",
|
||||
date: "há 2 semanas",
|
||||
title: "Atendimento Top",
|
||||
quote: "WhatsApp muito ágil e o lanche vem super quente. Nota 10.",
|
||||
tag: "Cliente Fiel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg",
|
||||
},
|
||||
id: "t3", name: "Ricardo Oliveira", date: "há 2 semanas", title: "Atendimento Top", quote: "WhatsApp muito ágil e o lanche vem super quente. Nota 10.", tag: "Cliente Fiel", avatarSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Beatriz Lima",
|
||||
date: "há 3 semanas",
|
||||
title: "Qualidade artesanal",
|
||||
quote: "Dá pra sentir que os ingredientes são frescos. Sensacional.",
|
||||
tag: "Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-arrangement-high-angle_23-2148768189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg",
|
||||
},
|
||||
id: "t4", name: "Beatriz Lima", date: "há 3 semanas", title: "Qualidade artesanal", quote: "Dá pra sentir que os ingredientes são frescos. Sensacional.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-hot-dogs-arrangement-high-angle_23-2148768189.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,8 +122,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Faça seu pedido agora!"
|
||||
description="Estamos te esperando no WhatsApp. Clique abaixo para iniciar seu atendimento."
|
||||
buttonText="Pedir Agora"
|
||||
@@ -227,13 +134,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Botekas Lanches"
|
||||
leftLink={{
|
||||
text: "© Botekas Lanches — Delivery premium.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© Botekas Lanches — Delivery premium.", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Termos de Uso",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Termos de Uso", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user