Merge version_1 into main #2
145
src/app/page.tsx
145
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avaliações", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Estufa"
|
||||
/>
|
||||
@@ -53,38 +45,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="La Pizzaria Estufa"
|
||||
description="Pizza artesanal. Ambiente vibrante. Experiência memorável junto à ria."
|
||||
tag="Experiência Gastronómica"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312233.jpg",
|
||||
imageAlt: "Ambiente La Estufa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312233.jpg", imageAlt: "Ambiente La Estufa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg",
|
||||
imageAlt: "Pizza Artesanal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pressing-dough-with-hands-wooden-table-top-view_176474-5536.jpg?_wi=1",
|
||||
imageAlt: "Preparação da massa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-some-delicious-italian-food_23-2149028570.jpg?_wi=1",
|
||||
imageAlt: "Detalhe de pizza artesanal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg?_wi=1",
|
||||
imageAlt: "Ambiente familiar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", imageAlt: "Pizza Artesanal"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -98,7 +71,7 @@ export default function LandingPage() {
|
||||
title="A Nossa História"
|
||||
description="Sabemos que no passado houve tempos de espera elevados e ambiente barulhento. Hoje investimos em melhor organização, serviço mais rápido e um ambiente mais confortável — sem perder a energia que torna este espaço único."
|
||||
tag="Compromisso"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pressing-dough-with-hands-wooden-table-top-view_176474-5536.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pressing-dough-with-hands-wooden-table-top-view_176474-5536.jpg"
|
||||
imageAlt="A Nossa Equipa"
|
||||
/>
|
||||
</div>
|
||||
@@ -111,26 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Pizzas Incríveis",
|
||||
description: "Das melhores pizzas da zona — frescas, saborosas e consistentes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-some-delicious-italian-food_23-2149028570.jpg?_wi=2",
|
||||
titleIconSrc: "Sparkles",
|
||||
buttonText: "Ver Menu",
|
||||
},
|
||||
title: "Pizzas Incríveis", description: "Das melhores pizzas da zona — frescas, saborosas e consistentes.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-some-delicious-italian-food_23-2149028570.jpg", titleIconSrc: "Sparkles", buttonText: "Ver Menu"},
|
||||
{
|
||||
title: "Ambiente & Vista",
|
||||
description: "Espaço amplo com vista para a ria — perfeito para dias de sol e noites animadas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg?_wi=2",
|
||||
titleIconSrc: "MapPin",
|
||||
buttonText: "Saber Mais",
|
||||
},
|
||||
title: "Ambiente & Vista", description: "Espaço amplo com vista para a ria — perfeito para dias de sol e noites animadas.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg", titleIconSrc: "MapPin", buttonText: "Saber Mais"},
|
||||
{
|
||||
title: "Preços Justos",
|
||||
description: "Qualidade alta sem preços absurdos. Ideal para famílias e grupos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-is-sitting-alone-cafe_53876-31458.jpg",
|
||||
titleIconSrc: "Tag",
|
||||
buttonText: "Reservar",
|
||||
},
|
||||
title: "Preços Justos", description: "Qualidade alta sem preços absurdos. Ideal para famílias e grupos.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-is-sitting-alone-cafe_53876-31458.jpg", titleIconSrc: "Tag", buttonText: "Reservar"},
|
||||
]}
|
||||
title="O Que Nos Define"
|
||||
description="Qualidade constante e ambiente de eleição para os seus momentos especiais."
|
||||
@@ -144,40 +102,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Best pizza in the area! Service excelente e lasanha deliciosa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best pizza in the area! Service excelente e lasanha deliciosa.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Comida ótima, staff simpático e preços acessíveis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Comida ótima, staff simpático e preços acessíveis.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial: "Sempre cheio — vale a pena, especialmente com amigos e família.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Sempre cheio — vale a pena, especialmente com amigos e família.", imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "A melhor pizza junto à ria sem dúvida alguma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "A melhor pizza junto à ria sem dúvida alguma.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Silva",
|
||||
handle: "@anasilva",
|
||||
testimonial: "Staff incrível e ambiente muito acolhedor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg",
|
||||
},
|
||||
id: "5", name: "Ana Silva", handle: "@anasilva", testimonial: "Staff incrível e ambiente muito acolhedor.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg"},
|
||||
]}
|
||||
title="O que dizem os clientes"
|
||||
description="Junta-te aos clientes que voltam vezes sem conta."
|
||||
@@ -190,20 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "É necessário reserva?",
|
||||
content: "Recomendamos vivamente, especialmente aos fins de semana.",
|
||||
},
|
||||
id: "1", title: "É necessário reserva?", content: "Recomendamos vivamente, especialmente aos fins de semana."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Aceitam grupos grandes?",
|
||||
content: "Sim, temos espaço adequado para grupos, contacte-nos.",
|
||||
},
|
||||
id: "2", title: "Aceitam grupos grandes?", content: "Sim, temos espaço adequado para grupos, contacte-nos."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Têm opções vegetarianas?",
|
||||
content: "Sim, o nosso menu dispõe de várias opções vegetarianas.",
|
||||
},
|
||||
id: "3", title: "Têm opções vegetarianas?", content: "Sim, o nosso menu dispõe de várias opções vegetarianas."},
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Tire todas as suas dúvidas sobre o restaurante."
|
||||
@@ -215,16 +139,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Reservas"
|
||||
title="Vem provar por ti"
|
||||
description="Junta-te aos clientes que voltam vezes sem conta. Reserva a tua mesa agora."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Agora",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reservar Agora", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,29 +154,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre nós",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre nós", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#",
|
||||
},
|
||||
label: "Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos", href: "#"},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user