diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7fd947b..f7b879e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -59,99 +44,32 @@ export default function LandingPage() {
@@ -163,18 +81,9 @@ export default function LandingPage() {
title="Nossa História de Sabor"
description="Tudo começou em uma pequena cozinha, com o desejo de criar o hambúrguer perfeito. Hoje, somos referência em sabor e qualidade artesanal."
bulletPoints={[
- {
- title: "Blend Artesanal",
- description: "Carnes selecionadas diariamente por nossos açougueiros.",
- },
- {
- title: "Pão de Fermentação Natural",
- description: "Assado artesanalmente para garantir a maciez ideal.",
- },
- {
- title: "Ingredientes Frescos",
- description: "Vegetais colhidos localmente para o máximo frescor.",
- },
+ { title: "Blend Artesanal", description: "Carnes selecionadas diariamente por nossos açougueiros." },
+ { title: "Pão de Fermentação Natural", description: "Assado artesanalmente para garantir a maciez ideal." },
+ { title: "Ingredientes Frescos", description: "Vegetais colhidos localmente para o máximo frescor." },
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg"
mediaAnimation="blur-reveal"
@@ -187,21 +96,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Beef,
- title: "Carnes Nobres",
- description: "Seleção premium para garantir o melhor sabor possível.",
- },
- {
- icon: Flame,
- title: "Grelhados com Carinho",
- description: "Ponto exato e suculência preservada em fogo vivo.",
- },
- {
- icon: Salad,
- title: "Freshness Garantida",
- description: "Produtos orgânicos sempre à disposição na sua mesa.",
- },
+ { icon: Beef, title: "Carnes Nobres", description: "Seleção premium para garantir o melhor sabor possível." },
+ { icon: Flame, title: "Grelhados com Carinho", description: "Ponto exato e suculência preservada em fogo vivo." },
+ { icon: Salad, title: "Freshness Garantida", description: "Produtos orgânicos sempre à disposição na sua mesa." },
]}
title="Por que somos diferentes?"
description="Nosso compromisso com a qualidade se reflete em cada detalhe do nosso processo."
@@ -215,42 +112,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Classic Burger",
- price: "R$ 29,00",
- imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-wooden-cutting-board-isolated-dark-surface-with-free-space_179666-42695.jpg",
- },
- {
- id: "2",
- name: "Bacon Lover",
- price: "R$ 35,00",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg",
- },
- {
- id: "3",
- name: "Chicken Crispy",
- price: "R$ 32,00",
- imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg",
- },
- {
- id: "4",
- name: "Veggie Delight",
- price: "R$ 30,00",
- imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg",
- },
- {
- id: "5",
- name: "Double Smash",
- price: "R$ 39,00",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637344.jpg",
- },
- {
- id: "6",
- name: "Chef Special",
- price: "R$ 42,00",
- imageSrc: "http://img.b2bpic.net/free-photo/pair-hands-holding-fresh-juicy-burger-with-lettuce-onions-cheese-black-background_181624-59244.jpg",
- },
+ { id: "1", name: "Classic Burger", price: "R$ 29,00", imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-wooden-cutting-board-isolated-dark-surface-with-free-space_179666-42695.jpg" },
+ { id: "2", name: "Bacon Lover", price: "R$ 35,00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg" },
+ { id: "3", name: "Chicken Crispy", price: "R$ 32,00", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg" },
+ { id: "4", name: "Veggie Delight", price: "R$ 30,00", imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg" },
+ { id: "5", name: "Double Smash", price: "R$ 39,00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637344.jpg" },
+ { id: "6", name: "Chef Special", price: "R$ 42,00", imageSrc: "http://img.b2bpic.net/free-photo/pair-hands-holding-fresh-juicy-burger-with-lettuce-onions-cheese-black-background_181624-59244.jpg" },
]}
title="Cardápio do Dia"
description="Escolha a sua paixão do dia."
@@ -261,47 +128,13 @@ export default function LandingPage() {
@@ -333,22 +159,10 @@ export default function LandingPage() {
title="Fale com a gente"
description="Dúvidas ou sugestões? Envie uma mensagem e responderemos em breve."
inputs={[
- {
- name: "nome",
- type: "text",
- placeholder: "Nome",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Seu e-mail",
- },
+ { name: "nome", type: "text", placeholder: "Nome" },
+ { name: "email", type: "email", placeholder: "Seu e-mail" },
]}
- textarea={{
- name: "mensagem",
- placeholder: "Sua mensagem aqui",
- rows: 4,
- }}
+ textarea={{ name: "mensagem", placeholder: "Sua mensagem aqui", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595532.jpg"
/>
@@ -356,30 +170,8 @@ export default function LandingPage() {