Merge version_2 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Cardápio", id: "#menu"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
brandName="Petisqueira"
|
||||
/>
|
||||
@@ -62,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Sabor inesquecível em Ingleses, Florianópolis. Tradição e frutos do mar frescos para você."
|
||||
buttons={[
|
||||
{
|
||||
text: "Peça Agora no WhatsApp",
|
||||
href: "https://wa.me/5548999999999",
|
||||
},
|
||||
text: "Peça Agora no WhatsApp", href: "https://wa.me/5548999999999"},
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg?_wi=1",
|
||||
imageAlt: "luxurious restaurant dish gourmet seafood",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg?_wi=1", imageAlt: "luxurious restaurant dish gourmet seafood"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
|
||||
imageAlt: "Lamb bone covered with dough and finely cooked.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", imageAlt: "Lamb bone covered with dough and finely cooked."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg",
|
||||
imageAlt: "Tuna sushi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3743.jpg", imageAlt: "Tuna sushi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg",
|
||||
imageAlt: "Top view spaghetti pasta with tomatoes and parsley on white table.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg", imageAlt: "Top view spaghetti pasta with tomatoes and parsley on white table."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-corn-lemon-plate_140725-52.jpg",
|
||||
imageAlt: "shrimps corn and lemon in the plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-corn-lemon-plate_140725-52.jpg", imageAlt: "shrimps corn and lemon in the plate"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,17 +78,11 @@ export default function LandingPage() {
|
||||
description="Situado no coração dos Ingleses, nosso restaurante traz a essência da gastronomia litorânea com ingredientes selecionados e um ambiente familiar feito para momentos especiais."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Anos de história",
|
||||
},
|
||||
value: "10+", title: "Anos de história"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Clientes servidos",
|
||||
},
|
||||
value: "5000+", title: "Clientes servidos"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Ingredientes frescos",
|
||||
},
|
||||
value: "100%", title: "Ingredientes frescos"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-metallic-kitchen_23-2151113203.jpg?_wi=1"
|
||||
imageAlt="restaurant interior professional kitchen cozy"
|
||||
@@ -128,35 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Frutos do mar frescos",
|
||||
descriptions: [
|
||||
"Pescados diariamente",
|
||||
"Qualidade garantida",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821320.jpg",
|
||||
imageAlt: "Modern kitchen interior design",
|
||||
},
|
||||
id: "f1", title: "Frutos do mar frescos", descriptions: [
|
||||
"Pescados diariamente", "Qualidade garantida"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821320.jpg", imageAlt: "Modern kitchen interior design"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ambiente climatizado",
|
||||
descriptions: [
|
||||
"Conforto total",
|
||||
"Clima familiar",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg?_wi=2",
|
||||
imageAlt: "Modern kitchen interior design",
|
||||
},
|
||||
id: "f2", title: "Ambiente climatizado", descriptions: [
|
||||
"Conforto total", "Clima familiar"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg?_wi=2", imageAlt: "Modern kitchen interior design"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Delivery rápido",
|
||||
descriptions: [
|
||||
"Sabor na sua porta",
|
||||
"Embalagem segura",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-kitchen_23-2151113203.jpg?_wi=2",
|
||||
imageAlt: "Modern kitchen interior design",
|
||||
},
|
||||
id: "f3", title: "Delivery rápido", descriptions: [
|
||||
"Sabor na sua porta", "Embalagem segura"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-kitchen_23-2151113203.jpg?_wi=2", imageAlt: "Modern kitchen interior design"},
|
||||
]}
|
||||
title="Experiência Premium"
|
||||
description="Oferecemos mais que uma refeição, garantimos uma experiência gastronômica completa em Florianópolis."
|
||||
@@ -171,47 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Camarão ao Alho",
|
||||
price: "R$ 89,00",
|
||||
variant: "Petisco",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-served-with-arugula-tomatoes_140725-8052.jpg",
|
||||
},
|
||||
id: "p1", name: "Camarão ao Alho", price: "R$ 89,00", variant: "Petisco", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-served-with-arugula-tomatoes_140725-8052.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lagosta Grelhada",
|
||||
price: "R$ 159,00",
|
||||
variant: "Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seafood-pasta-dish_84443-86611.jpg",
|
||||
},
|
||||
id: "p2", name: "Lagosta Grelhada", price: "R$ 159,00", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seafood-pasta-dish_84443-86611.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Polvo à Lagareiro",
|
||||
price: "R$ 139,00",
|
||||
variant: "Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4716.jpg",
|
||||
},
|
||||
id: "p3", name: "Polvo à Lagareiro", price: "R$ 139,00", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/fried-squid-calamari-rings_1339-4716.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ostras Gratinadas",
|
||||
price: "R$ 65,00",
|
||||
variant: "Petisco",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-shell-with-lemon_74190-863.jpg",
|
||||
},
|
||||
id: "p4", name: "Ostras Gratinadas", price: "R$ 65,00", variant: "Petisco", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-shell-with-lemon_74190-863.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Peixe do Dia",
|
||||
price: "R$ 95,00",
|
||||
variant: "Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg",
|
||||
},
|
||||
id: "p5", name: "Peixe do Dia", price: "R$ 95,00", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mix do Mar",
|
||||
price: "R$ 120,00",
|
||||
variant: "Compartilhar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-5553.jpg",
|
||||
},
|
||||
id: "p6", name: "Mix do Mar", price: "R$ 120,00", variant: "Compartilhar", imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-5553.jpg"},
|
||||
]}
|
||||
title="Cardápio Gourmet"
|
||||
description="Confira nossas especialidades preparadas pelo chef."
|
||||
@@ -226,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9/5",
|
||||
description: "Avaliação Google",
|
||||
},
|
||||
id: "m1", value: "4.9/5", description: "Avaliação Google"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Suporte WhatsApp",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Suporte WhatsApp"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "388",
|
||||
description: "Localização (Estr. Dom João)",
|
||||
},
|
||||
id: "m3", value: "388", description: "Localização (Estr. Dom João)"},
|
||||
]}
|
||||
title="Autoridade e Confiança"
|
||||
description="Números que comprovam nossa paixão em servir bem."
|
||||
@@ -253,40 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
handle: "@ana",
|
||||
testimonial: "O melhor frutos do mar de Floripa!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Silva", handle: "@ana", testimonial: "O melhor frutos do mar de Floripa!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bruno Souza",
|
||||
handle: "@bruno",
|
||||
testimonial: "Atendimento nota 10.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg",
|
||||
},
|
||||
id: "2", name: "Bruno Souza", handle: "@bruno", testimonial: "Atendimento nota 10.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carla Lima",
|
||||
handle: "@carla",
|
||||
testimonial: "Ambiente maravilhoso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
id: "3", name: "Carla Lima", handle: "@carla", testimonial: "Ambiente maravilhoso.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diego Alves",
|
||||
handle: "@diego",
|
||||
testimonial: "Vale muito a pena conhecer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
id: "4", name: "Diego Alves", handle: "@diego", testimonial: "Vale muito a pena conhecer.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Costa",
|
||||
handle: "@elena",
|
||||
testimonial: "Pratos deliciosos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Costa", handle: "@elena", testimonial: "Pratos deliciosos.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg"},
|
||||
]}
|
||||
title="O que dizem de nós"
|
||||
description="Clientes satisfeitos que recomendam a Petisqueira."
|
||||
@@ -299,20 +187,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Aceitam reservas?",
|
||||
content: "Sim, reservamos mesas pelo WhatsApp.",
|
||||
},
|
||||
id: "q1", title: "Aceitam reservas?", content: "Sim, reservamos mesas pelo WhatsApp. [Reserve aqui](https://wa.me/5548999999999)"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Têm delivery?",
|
||||
content: "Entregamos em toda região dos Ingleses.",
|
||||
},
|
||||
id: "q2", title: "Têm delivery?", content: "Entregamos em toda região dos Ingleses."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Qual o horário?",
|
||||
content: "Aberto todos os dias das 11h às 23h.",
|
||||
},
|
||||
id: "q3", title: "Qual o horário?", content: "Aberto todos os dias das 11h às 23h."},
|
||||
]}
|
||||
title="Dúvidas Frequentes"
|
||||
description="Estamos à disposição para ajudar."
|
||||
@@ -327,20 +206,12 @@ export default function LandingPage() {
|
||||
description="Entre em contato conosco e garanta seu lugar em nosso restaurante."
|
||||
inputs={[
|
||||
{
|
||||
name: "Nome",
|
||||
type: "text",
|
||||
placeholder: "Seu Nome",
|
||||
},
|
||||
name: "Nome", type: "text", placeholder: "Seu Nome"},
|
||||
{
|
||||
name: "Email",
|
||||
type: "email",
|
||||
placeholder: "Seu Email",
|
||||
},
|
||||
name: "Email", type: "email", placeholder: "Seu Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "Mensagem",
|
||||
placeholder: "Como podemos ajudar?",
|
||||
}}
|
||||
name: "Mensagem", placeholder: "Como podemos ajudar?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -351,29 +222,19 @@ export default function LandingPage() {
|
||||
logoText="Petisqueira"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Petiscos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Petiscos", href: "#menu"},
|
||||
{
|
||||
label: "Frutos do Mar",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Frutos do Mar", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5548999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5548999999999"},
|
||||
{
|
||||
label: "Endereço",
|
||||
href: "#",
|
||||
},
|
||||
label: "Endereço", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -383,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user