Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 983cd6b8e7 | |||
| 1350c9db46 | |||
| 287be05c65 | |||
| 17d3edc9f9 |
221
src/app/page.tsx
221
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Início",
|
name: "Início", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Diferenciais",
|
name: "Diferenciais", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Cardápio",
|
name: "Cardápio", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Depoimentos",
|
name: "Depoimentos", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre",
|
name: "Sobre", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Localização",
|
name: "Localização", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="LR BURGUER"
|
brandName="LR BURGUER"
|
||||||
/>
|
/>
|
||||||
@@ -64,13 +52,9 @@ export default function LandingPage() {
|
|||||||
description="O melhor lanche da cidade é aqui! Sabor incomparável, ingredientes selecionados e experiência única."
|
description="O melhor lanche da cidade é aqui! Sabor incomparável, ingredientes selecionados e experiência única."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Pedir no WhatsApp",
|
text: "Pedir Agora via WhatsApp", href: "https://wa.me/5500000000000"},
|
||||||
href: "https://wa.me/5500000000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Ver Cardápio",
|
text: "Ver Cardápio", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg"
|
||||||
imageAlt="Hambúrguer Artesanal Premium"
|
imageAlt="Hambúrguer Artesanal Premium"
|
||||||
@@ -84,32 +68,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Ingredientes Selecionados", tags: [
|
||||||
title: "Ingredientes Selecionados",
|
"Premium"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45416.jpg", imageAlt: "Ingredientes frescos"},
|
||||||
"Premium",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45416.jpg",
|
|
||||||
imageAlt: "Ingredientes frescos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Entrega Rápida", tags: [
|
||||||
title: "Entrega Rápida",
|
"Agilidade"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-up-delicious-burger_23-2148289461.jpg", imageAlt: "Entrega rápida"},
|
||||||
"Agilidade",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-up-delicious-burger_23-2148289461.jpg",
|
|
||||||
imageAlt: "Entrega rápida",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Sabor Incomparável", tags: [
|
||||||
title: "Sabor Incomparável",
|
"Artesanal"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-meat-grill_23-2148868237.jpg", imageAlt: "Sabor marcante"},
|
||||||
"Artesanal",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-meat-grill_23-2148868237.jpg",
|
|
||||||
imageAlt: "Sabor marcante",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nossos Diferenciais"
|
title="Nossos Diferenciais"
|
||||||
description="Qualidade em cada detalhe, do preparo à entrega."
|
description="Qualidade em cada detalhe, do preparo à entrega."
|
||||||
@@ -124,59 +93,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "X-Burger", brand: "LR Burguer", price: "R$ 22,00", rating: 5,
|
||||||
name: "X-Burger",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 22,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "X-Salada", brand: "LR Burguer", price: "R$ 24,00", rating: 5,
|
||||||
name: "X-Salada",
|
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-with-black-olive-plate-accessories-stained-white-surface_179666-34075.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 24,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "98",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-with-black-olive-plate-accessories-stained-white-surface_179666-34075.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "X-Bacon", brand: "LR Burguer", price: "R$ 28,00", rating: 5,
|
||||||
name: "X-Bacon",
|
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 28,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "X-Tudo", brand: "LR Burguer", price: "R$ 35,00", rating: 5,
|
||||||
name: "X-Tudo",
|
reviewCount: "210", imageSrc: "http://img.b2bpic.net/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 35,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "210",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Combo Premium", brand: "LR Burguer", price: "R$ 42,00", rating: 5,
|
||||||
name: "Combo Premium",
|
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 42,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "80",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039334.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Burger da Casa", brand: "LR Burguer", price: "R$ 38,00", rating: 5,
|
||||||
name: "Burger da Casa",
|
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg"},
|
||||||
brand: "LR Burguer",
|
|
||||||
price: "R$ 38,00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nosso Cardápio"
|
title="Nosso Cardápio"
|
||||||
description="Sabores que conquistam. Peça o seu agora."
|
description="Sabores que conquistam. Peça o seu agora."
|
||||||
@@ -190,45 +123,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Melhor hambúrguer da cidade, sabor incrível!", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-burger_23-2148718863.jpg"},
|
||||||
handle: "@sarahj",
|
|
||||||
testimonial: "Melhor hambúrguer da cidade, sabor incrível!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-burger_23-2148718863.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael C.", handle: "@mchen", testimonial: "Entrega rápida e lanche muito caprichado!", rating: 5,
|
||||||
name: "Michael C.",
|
imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg"},
|
||||||
handle: "@mchen",
|
|
||||||
testimonial: "Entrega rápida e lanche muito caprichado!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Qualidade excelente, virei cliente fiel!", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg"},
|
||||||
handle: "@emilyr",
|
|
||||||
testimonial: "Qualidade excelente, virei cliente fiel!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David K.", handle: "@dkim", testimonial: "O sabor é surpreendente. Recomendo muito!", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-medium-shot_23-2149143986.jpg"},
|
||||||
handle: "@dkim",
|
|
||||||
testimonial: "O sabor é surpreendente. Recomendo muito!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-medium-shot_23-2149143986.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Lucas P.", handle: "@lpinto", testimonial: "Melhor lanche da região. Atendimento impecável.", rating: 5,
|
||||||
name: "Lucas P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-two-burgers-street-fast-food-cafe_169016-43767.jpg"},
|
||||||
handle: "@lpinto",
|
|
||||||
testimonial: "Melhor lanche da região. Atendimento impecável.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-two-burgers-street-fast-food-cafe_169016-43767.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="O que dizem nossos clientes"
|
title="O que dizem nossos clientes"
|
||||||
@@ -243,13 +151,9 @@ export default function LandingPage() {
|
|||||||
description="Criada com paixão pelos hambúrgueres artesanais, nossa missão é entregar qualidade premium e um sabor marcante que transforma cada refeição em uma experiência única."
|
description="Criada com paixão pelos hambúrgueres artesanais, nossa missão é entregar qualidade premium e um sabor marcante que transforma cada refeição em uma experiência única."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Ingredientes Frescos"},
|
||||||
title: "Ingredientes Frescos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "+500",
|
value: "+500", title: "Clientes Satisfeitos"},
|
||||||
title: "Clientes Satisfeitos",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg"
|
||||||
imageAlt="Nossa Cozinha"
|
imageAlt="Nossa Cozinha"
|
||||||
@@ -262,18 +166,12 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Localização"
|
title="Localização"
|
||||||
description="Rua Fernando Lopes, 97, São João do Manhuaçu – MG, CEP: 36918-000."
|
description="Rua Fernando Lopes, 97, São João do Manhuaçu – MG, CEP: 36918-000. Clique aqui para abrir o nosso WhatsApp: https://wa.me/5500000000000"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Seu Nome"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Seu Nome",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Seu E-mail"},
|
||||||
type: "email",
|
|
||||||
placeholder: "Seu E-mail",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-menu-board-street_1101-3075.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-menu-board-street_1101-3075.jpg"
|
||||||
imageAlt="Localização"
|
imageAlt="Localização"
|
||||||
@@ -284,38 +182,25 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "LR BURGUER",
|
title: "LR BURGUER", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Rua Fernando Lopes, 97",
|
label: "Rua Fernando Lopes, 97", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "São João do Manhuaçu – MG",
|
label: "São João do Manhuaçu – MG", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Horários",
|
title: "Horários", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Ter-Dom: 18h às 23h",
|
label: "Ter-Dom: 18h às 23h", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Redes",
|
title: "Redes", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://instagram.com"},
|
||||||
href: "https://instagram.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/5500000000000"},
|
||||||
href: "https://wa.me/5500000000000",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -326,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user