diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2fb3428..727ce37 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -56,99 +48,56 @@ export default function LandingPage() {
@@ -159,9 +108,7 @@ export default function LandingPage() {
title="Nossa História e Propósito"
buttons={[
{
- text: "Saiba Mais",
- href: "#",
- },
+ text: "Saiba Mais", href: "#"},
]}
/>
@@ -173,25 +120,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Ingredientes Orgânicos",
- author: "Sabor da Terra",
- description: "Priorizamos pequenos produtores locais.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetables-mushrooms-bowl_23-2147829026.jpg",
+ id: "f1", title: "Ingredientes Orgânicos", author: "Sabor da Terra", description: "Priorizamos pequenos produtores locais.", tags: [],
+ videoSrc: "https://example.com/video.mp4"
},
{
- id: "f2",
- title: "Preparo Artesanal",
- author: "Sabor da Terra",
- description: "Cada prato é feito à mão, respeitando o tempo de cada ingrediente.",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg",
+ id: "f2", title: "Preparo Artesanal", author: "Sabor da Terra", description: "Cada prato é feito à mão, respeitando o tempo de cada ingrediente.", tags: [],
+ videoSrc: "https://example.com/video.mp4"
},
{
- id: "f3",
- title: "Ambiente Acolhedor",
- author: "Sabor da Terra",
- description: "Um refúgio para desfrutar com a família e amigos.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg",
+ id: "f3", title: "Ambiente Acolhedor", author: "Sabor da Terra", description: "Um refúgio para desfrutar com a família e amigos.", tags: [],
+ videoSrc: "https://example.com/video.mp4"
},
]}
title="O Que Nos Torna Especiais"
@@ -207,41 +145,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Frango Assado Rústico",
- price: "R$ 45,00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg",
- },
+ id: "p1", name: "Frango Assado Rústico", price: "R$ 45,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg"},
{
- id: "p2",
- name: "Salada da Estação",
- price: "R$ 28,00",
- imageSrc: "http://img.b2bpic.net/free-photo/green-salad-with-lettuce-avocado-arugula-parmesan-cheese_141793-286.jpg",
- },
+ id: "p2", name: "Salada da Estação", price: "R$ 28,00", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-with-lettuce-avocado-arugula-parmesan-cheese_141793-286.jpg"},
{
- id: "p3",
- name: "Carne de Panela",
- price: "R$ 52,00",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-inside-plate-brown-wooden-desk-food-meal-meat_140725-26151.jpg",
- },
+ id: "p3", name: "Carne de Panela", price: "R$ 52,00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-vegetables-inside-plate-brown-wooden-desk-food-meal-meat_140725-26151.jpg"},
{
- id: "p4",
- name: "Sopa de Legumes",
- price: "R$ 22,00",
- imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-basil-bowl_114579-12699.jpg",
- },
+ id: "p4", name: "Sopa de Legumes", price: "R$ 22,00", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-basil-bowl_114579-12699.jpg"},
{
- id: "p5",
- name: "Torta de Maçã",
- price: "R$ 18,00",
- imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-summer-berry-fruits-pink-platters_114579-11574.jpg",
- },
+ id: "p5", name: "Torta de Maçã", price: "R$ 18,00", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cupcakes-with-summer-berry-fruits-pink-platters_114579-11574.jpg"},
{
- id: "p6",
- name: "Suco Natural",
- price: "R$ 12,00",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-with-orange-juice-green-wooden-table_93675-135229.jpg",
- },
+ id: "p6", name: "Suco Natural", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-orange-juice-green-wooden-table_93675-135229.jpg"},
]}
title="Nosso Cardápio Selecionado"
description="Pratos preparados diariamente com paixão."
@@ -253,14 +167,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Google Maps",
- "FoodReview",
- "FarmPartner",
- "Culinary Excellence",
- "TravelGuide",
- "OrganicCert",
- "Association",
- ]}
+ "Google Maps", "FoodReview", "FarmPartner", "Culinary Excellence", "TravelGuide", "OrganicCert", "Association"]}
title="Nossos Parceiros e Reconhecimento"
description="Orgulhosos de ser bem recomendados por quem entende de boa mesa."
/>
@@ -273,40 +180,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Ana Silva",
- role: "Cliente",
- testimonial: "O melhor tempero da região, recomendo!",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg",
- },
+ id: "t1", name: "Ana Silva", role: "Cliente", testimonial: "O melhor tempero da região, recomendo!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg"},
{
- id: "t2",
- name: "Pedro Souza",
- role: "Cliente",
- testimonial: "Atendimento impecável e comida incrível.",
- imageSrc: "http://img.b2bpic.net/free-photo/glad-positive-hipster-guy-dressed-casually-sits-table-waits-lunch-prepared-by-housewife-holds-digital-tablet_273609-8921.jpg",
- },
+ id: "t2", name: "Pedro Souza", role: "Cliente", testimonial: "Atendimento impecável e comida incrível.", imageSrc: "http://img.b2bpic.net/free-photo/glad-positive-hipster-guy-dressed-casually-sits-table-waits-lunch-prepared-by-housewife-holds-digital-tablet_273609-8921.jpg"},
{
- id: "t3",
- name: "Mariana Lima",
- role: "Cliente",
- testimonial: "Experiência gastronômica maravilhosa.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
- },
+ id: "t3", name: "Mariana Lima", role: "Cliente", testimonial: "Experiência gastronômica maravilhosa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
{
- id: "t4",
- name: "Carlos Mendes",
- role: "Cliente",
- testimonial: "Voltarei muitas outras vezes.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
- },
+ id: "t4", name: "Carlos Mendes", role: "Cliente", testimonial: "Voltarei muitas outras vezes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg"},
{
- id: "t5",
- name: "Lucia Rocha",
- role: "Cliente",
- testimonial: "Sabor que traz lembranças boas.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
- },
+ id: "t5", name: "Lucia Rocha", role: "Cliente", testimonial: "Sabor que traz lembranças boas.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
]}
title="O Que Dizem Nossos Clientes"
description="Depoimentos reais de quem já se encantou pelo nosso sabor."
@@ -319,20 +201,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Vocês aceitam reservas?",
- content: "Sim, recomendamos reservar pelo WhatsApp.",
- },
+ id: "q1", title: "Vocês aceitam reservas?", content: "Sim, recomendamos reservar pelo WhatsApp."},
{
- id: "q2",
- title: "Tem opções vegetarianas?",
- content: "Sim, temos diversas opções frescas e vegetais.",
- },
+ id: "q2", title: "Tem opções vegetarianas?", content: "Sim, temos diversas opções frescas e vegetais."},
{
- id: "q3",
- title: "Qual o horário de funcionamento?",
- content: "Terça a Domingo das 11h às 15h.",
- },
+ id: "q3", title: "Qual o horário de funcionamento?", content: "Terça a Domingo das 11h às 15h."},
]}
title="Dúvidas Frequentes"
faqsAnimation="slide-up"
@@ -347,22 +220,14 @@ export default function LandingPage() {
description="Estamos prontos para atender você. Deixe sua mensagem ou faça uma reserva."
inputs={[
{
- name: "nome",
- type: "text",
- placeholder: "Seu Nome",
- required: true,
+ name: "nome", type: "text", placeholder: "Seu Nome", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Seu E-mail",
- required: true,
+ name: "email", type: "email", placeholder: "Seu E-mail", required: true,
},
]}
textarea={{
- name: "mensagem",
- placeholder: "Sua mensagem",
- rows: 4,
+ name: "mensagem", placeholder: "Sua mensagem", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/girl-takes-picture-blue-window-her-phone_8353-1329.jpg"
@@ -375,25 +240,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Sobre Nós",
- href: "#about",
- },
+ label: "Sobre Nós", href: "#about"},
{
- label: "Cardápio",
- href: "#products",
- },
+ label: "Cardápio", href: "#products"},
],
},
{
items: [
{
- label: "Contato",
- href: "#contact",
- },
+ label: "Contato", href: "#contact"},
{
- label: "Privacidade",
- href: "#",
- },
+ label: "Privacidade", href: "#"},
],
},
]}