Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3f3bb79dd |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Início",
|
name: "Início", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre",
|
name: "Sobre", id: "sobre"},
|
||||||
id: "sobre",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Avaliações",
|
name: "Avaliações", id: "depoimentos"},
|
||||||
id: "depoimentos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contato",
|
name: "Contato", id: "contato"},
|
||||||
id: "contato",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Six Street Burguer"
|
brandName="Six Street Burguer"
|
||||||
/>
|
/>
|
||||||
@@ -62,9 +52,7 @@ export default function LandingPage() {
|
|||||||
description="O Melhor Burguer de São Vicente. Sabor, qualidade e atitude em cada mordida 🍔"
|
description="O Melhor Burguer de São Vicente. Sabor, qualidade e atitude em cada mordida 🍔"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Pedir no WhatsApp",
|
text: "Pedir no WhatsApp", href: "https://wa.me/5513991435717"},
|
||||||
href: "https://wa.me/5513991435717",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole-copy-space_23-2148678835.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole-copy-space_23-2148678835.jpg"
|
||||||
imageAlt="O melhor burguer artesanal"
|
imageAlt="O melhor burguer artesanal"
|
||||||
@@ -79,17 +67,11 @@ export default function LandingPage() {
|
|||||||
description="A Six Street Burguer nasceu para entregar hambúrgueres artesanais com muito sabor, ingredientes selecionados e aquele estilo street food que todo mundo ama."
|
description="A Six Street Burguer nasceu para entregar hambúrgueres artesanais com muito sabor, ingredientes selecionados e aquele estilo street food que todo mundo ama."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Artesanais",
|
title: "Artesanais", description: "Receitas exclusivas e carne de alta qualidade."},
|
||||||
description: "Receitas exclusivas e carne de alta qualidade.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ingredientes",
|
title: "Ingredientes", description: "Selecionados diariamente para frescor máximo."},
|
||||||
description: "Selecionados diariamente para frescor máximo.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Atitude",
|
title: "Atitude", description: "Sabor autêntico de rua em um ambiente descontraído."},
|
||||||
description: "Sabor autêntico de rua em um ambiente descontraído.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/male-butcher-taking-raw-meat-out-counter_7502-4752.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/male-butcher-taking-raw-meat-out-counter_7502-4752.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -102,20 +84,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Smash Burguer",
|
title: "Smash Burguer", description: "Pão macio, carne smash prensada na chapa e queijo derretido.", imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-699.jpg"},
|
||||||
description: "Pão macio, carne smash prensada na chapa e queijo derretido.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-699.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "X Bacon",
|
title: "X Bacon", description: "Hambúrguer artesanal suculento com bacon crocante e molho especial.", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg"},
|
||||||
description: "Hambúrguer artesanal suculento com bacon crocante e molho especial.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Batata com Bacon",
|
title: "Batata com Bacon", description: "Batata frita especial com cheddar cremoso e pedaços de bacon.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-healthy-food-copy-space_23-2148287543.jpg"},
|
||||||
description: "Batata frita especial com cheddar cremoso e pedaços de bacon.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-healthy-food-copy-space_23-2148287543.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nosso Menu"
|
title="Nosso Menu"
|
||||||
description="Escolha o seu preferido e faça seu pedido."
|
description="Escolha o seu preferido e faça seu pedido."
|
||||||
@@ -129,59 +102,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "Cliente", company: "São Vicente", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-wearing-gardening-hat-holds-pumpkin_141793-116079.jpg"},
|
||||||
role: "Cliente",
|
|
||||||
company: "São Vicente",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-wearing-gardening-hat-holds-pumpkin_141793-116079.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "Cliente", company: "Cidade Náutica", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"},
|
||||||
role: "Cliente",
|
|
||||||
company: "Cidade Náutica",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Cliente", company: "São Vicente", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67213.jpg"},
|
||||||
role: "Cliente",
|
|
||||||
company: "São Vicente",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67213.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Cliente", company: "Cidade Náutica", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||||
role: "Cliente",
|
|
||||||
company: "Cidade Náutica",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Ana Silva", role: "Cliente", company: "São Vicente", rating: 5,
|
||||||
name: "Ana Silva",
|
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg"},
|
||||||
role: "Cliente",
|
|
||||||
company: "São Vicente",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "4.9",
|
value: "4.9", label: "Nota Média"},
|
||||||
label: "Nota Média",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Lanches Vendidos"},
|
||||||
label: "Lanches Vendidos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Satisfação"},
|
||||||
label: "Satisfação",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Avaliações"
|
title="Avaliações"
|
||||||
description="O que nossos clientes dizem sobre a Six Street."
|
description="O que nossos clientes dizem sobre a Six Street."
|
||||||
@@ -195,22 +137,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", title: "Bacon Crocante", value: "10kg/dia", icon: Flame,
|
||||||
title: "Bacon Crocante",
|
|
||||||
value: "10kg/dia",
|
|
||||||
icon: Flame,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", title: "Sabor Único", value: "100%", icon: Award,
|
||||||
title: "Sabor Único",
|
|
||||||
value: "100%",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", title: "Tempo de Entrega", value: "30min", icon: Clock,
|
||||||
title: "Tempo de Entrega",
|
|
||||||
value: "30min",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Nossos Números"
|
title="Nossos Números"
|
||||||
@@ -223,20 +156,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Quais as formas de pagamento?", content: "Aceitamos PIX, cartões de crédito/débito e dinheiro."},
|
||||||
title: "Quais as formas de pagamento?",
|
|
||||||
content: "Aceitamos PIX, cartões de crédito/débito e dinheiro.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Qual a área de entrega?", content: "Atendemos toda a região de Cidade Náutica, São Vicente."},
|
||||||
title: "Qual a área de entrega?",
|
|
||||||
content: "Atendemos toda a região de Cidade Náutica, São Vicente.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Aceitam pedidos personalizados?", content: "Sim! Você pode personalizar seu lanche com ingredientes extras."},
|
||||||
title: "Aceitam pedidos personalizados?",
|
{
|
||||||
content: "Sim! Você pode personalizar seu lanche com ingredientes extras.",
|
id: "q4", title: "Qual o tempo de entrega e pedido mínimo?", content: "Nosso tempo médio de entrega é de 30 a 45 minutos. O pedido mínimo para entrega é de R$ 30,00."}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Dúvidas Frequentes"
|
sideTitle="Dúvidas Frequentes"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -250,22 +176,14 @@ export default function LandingPage() {
|
|||||||
description="Fale com a gente e peça seu lanche."
|
description="Fale com a gente e peça seu lanche."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Seu Nome", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Seu Nome",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Seu E-mail", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Seu E-mail",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "msg",
|
name: "msg", placeholder: "Como podemos ajudar?", rows: 4,
|
||||||
placeholder: "Como podemos ajudar?",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604422.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604422.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -276,29 +194,19 @@ export default function LandingPage() {
|
|||||||
logoText="Six Street Burguer"
|
logoText="Six Street Burguer"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu",
|
title: "Menu", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Smash Burguer",
|
label: "Smash Burguer", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Batatas",
|
label: "Batatas", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contato",
|
title: "Contato", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(13) 99143-5717",
|
label: "(13) 99143-5717", href: "tel:+5513991435717"},
|
||||||
href: "tel:+5513991435717",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -308,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user