Merge version_1_1782313695869 into main #1
@@ -13,23 +13,16 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[]}
|
||||
avatarText="Atendimento especializado"
|
||||
title="A Tradição do Vinho Madeira e a Excelência Nacional"
|
||||
description="Bem-vindo à Loja dos Vinhos, no coração do Funchal. Descubra uma curadoria exclusiva de vinhos nacionais e os melhores tesouros da ilha."
|
||||
primaryButton={{
|
||||
text: "Explorar Catálogo",
|
||||
href: "#catalogo",
|
||||
}}
|
||||
text: "Explorar Catálogo", href: "#catalogo"}}
|
||||
secondaryButton={{
|
||||
text: "Falar connosco",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Falar connosco", href: "#contacto"}}
|
||||
names={[
|
||||
"Vinhos Madeira",
|
||||
"Tintos Douro",
|
||||
"Brancos Alentejo",
|
||||
"Espumantes Premium",
|
||||
]}
|
||||
"Vinhos Madeira", "Tintos Douro", "Brancos Alentejo", "Espumantes Premium"]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corkscrew-corks-near-bottles-wineglass_23-2147764839.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -43,20 +36,11 @@ export default function HomePage() {
|
||||
description="Com anos de dedicação à cultura vinícola, selecionamos cada garrafa para oferecer uma experiência inesquecível. Do solo vulcânico da Madeira às melhores quintas nacionais."
|
||||
items={[
|
||||
{
|
||||
icon: Wine,
|
||||
title: "Seleção Exclusiva",
|
||||
description: "Vinhos escolhidos a dedo.",
|
||||
},
|
||||
icon: "Wine", title: "Seleção Exclusiva", description: "Vinhos escolhidos a dedo."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Atendimento Especializado",
|
||||
description: "Conhecimento que guia a sua escolha.",
|
||||
},
|
||||
icon: "Award", title: "Atendimento Especializado", description: "Conhecimento que guia a sua escolha."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Localização Privilegiada",
|
||||
description: "No coração da Estrada Monumental.",
|
||||
},
|
||||
icon: "MapPin", title: "Localização Privilegiada", description: "No coração da Estrada Monumental."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631742.jpg"
|
||||
/>
|
||||
@@ -71,40 +55,19 @@ export default function HomePage() {
|
||||
description="Uma seleção de rótulos premium pensada para os paladares mais exigentes."
|
||||
items={[
|
||||
{
|
||||
title: "Vinho Madeira",
|
||||
description: "A alma da ilha numa garrafa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-with-bottle-chocolate-light-background-alcohol-lemonade-holiday-bar-champagne-juice-dinner-drink_140725-160607.jpg",
|
||||
},
|
||||
title: "Vinho Madeira", description: "A alma da ilha numa garrafa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-with-bottle-chocolate-light-background-alcohol-lemonade-holiday-bar-champagne-juice-dinner-drink_140725-160607.jpg"},
|
||||
{
|
||||
title: "Tintos Nacionais",
|
||||
description: "A complexidade das grandes castas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-colorful-puffy-cookies-with-bottle-wine-blue-wall_114579-20848.jpg",
|
||||
},
|
||||
title: "Tintos Nacionais", description: "A complexidade das grandes castas.", imageSrc: "http://img.b2bpic.net/free-photo/pile-colorful-puffy-cookies-with-bottle-wine-blue-wall_114579-20848.jpg"},
|
||||
{
|
||||
title: "Brancos Frescos",
|
||||
description: "A elegância da frescura nacional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-grapes-with-drink-close-up-wooden-background_176474-9829.jpg",
|
||||
},
|
||||
title: "Brancos Frescos", description: "A elegância da frescura nacional.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-grapes-with-drink-close-up-wooden-background_176474-9829.jpg"},
|
||||
{
|
||||
title: "Espumantes Premium",
|
||||
description: "Para brindar aos melhores momentos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710913.jpg",
|
||||
},
|
||||
title: "Espumantes Premium", description: "Para brindar aos melhores momentos.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710913.jpg"},
|
||||
{
|
||||
title: "Edições Limitadas",
|
||||
description: "Rótulos únicos para colecionadores.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cellar-tunnel-with-glass-bottles_181624-15006.jpg",
|
||||
},
|
||||
title: "Edições Limitadas", description: "Rótulos únicos para colecionadores.", imageSrc: "http://img.b2bpic.net/free-photo/cellar-tunnel-with-glass-bottles_181624-15006.jpg"},
|
||||
{
|
||||
title: "Experiência Gourmet",
|
||||
description: "Harmonizações perfeitas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tasty-food-board_23-2149272754.jpg",
|
||||
},
|
||||
title: "Experiência Gourmet", description: "Harmonizações perfeitas.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tasty-food-board_23-2149272754.jpg"},
|
||||
{
|
||||
title: "Visite-nos",
|
||||
description: "Descubra a nossa loja física.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-wooden-background_23-2148214869.jpg",
|
||||
},
|
||||
title: "Visite-nos", description: "Descubra a nossa loja física.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-wooden-background_23-2148214869.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -118,35 +81,15 @@ export default function HomePage() {
|
||||
description="Partilhamos o amor pelo vinho com clientes de todo o mundo."
|
||||
testimonials={[
|
||||
{
|
||||
name: "João Silva",
|
||||
role: "Turista",
|
||||
quote: "A melhor seleção de Madeira que encontrei.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-fresh-cheese_23-2150267666.jpg",
|
||||
},
|
||||
name: "João Silva", role: "Turista", quote: "A melhor seleção de Madeira que encontrei.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-fresh-cheese_23-2150267666.jpg"},
|
||||
{
|
||||
name: "Maria Costa",
|
||||
role: "Residente",
|
||||
quote: "Atendimento impecável e muito acolhedor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine-dinner_23-2148060442.jpg",
|
||||
},
|
||||
name: "Maria Costa", role: "Residente", quote: "Atendimento impecável e muito acolhedor.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-wine-dinner_23-2148060442.jpg"},
|
||||
{
|
||||
name: "David Miller",
|
||||
role: "Turista",
|
||||
quote: "Uma paragem obrigatória no Funchal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-holding-champagne_23-2147991138.jpg",
|
||||
},
|
||||
name: "David Miller", role: "Turista", quote: "Uma paragem obrigatória no Funchal.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-holding-champagne_23-2147991138.jpg"},
|
||||
{
|
||||
name: "Sofia Gomes",
|
||||
role: "Local",
|
||||
quote: "Preços justos e vinhos incríveis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-wine-grocery-store_23-2148216096.jpg",
|
||||
},
|
||||
name: "Sofia Gomes", role: "Local", quote: "Preços justos e vinhos incríveis.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-picking-wine-grocery-store_23-2148216096.jpg"},
|
||||
{
|
||||
name: "Peter Brown",
|
||||
role: "Conhecedor",
|
||||
quote: "Conhecimento técnico que faz a diferença.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-happy-female-clanging-glasses-wine-room_23-2148024586.jpg",
|
||||
},
|
||||
name: "Peter Brown", role: "Conhecedor", quote: "Conhecimento técnico que faz a diferença.", imageSrc: "http://img.b2bpic.net/free-photo/male-happy-female-clanging-glasses-wine-room_23-2148024586.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -160,21 +103,13 @@ export default function HomePage() {
|
||||
description="Tire as suas dúvidas sobre a nossa garrafeira."
|
||||
items={[
|
||||
{
|
||||
question: "Estão abertos todos os dias?",
|
||||
answer: "Sim, funcionamos das 09:00 à meia-noite.",
|
||||
},
|
||||
question: "Estão abertos todos os dias?", answer: "Sim, funcionamos das 09:00 à meia-noite."},
|
||||
{
|
||||
question: "Aceitam reservas para grupos?",
|
||||
answer: "Aceitamos, basta contactar-nos previamente.",
|
||||
},
|
||||
question: "Aceitam reservas para grupos?", answer: "Aceitamos, basta contactar-nos previamente."},
|
||||
{
|
||||
question: "Enviam para todo o país?",
|
||||
answer: "Realizamos envios seguros para todo o território nacional.",
|
||||
},
|
||||
question: "Enviam para todo o país?", answer: "Realizamos envios seguros para todo o território nacional."},
|
||||
{
|
||||
question: "Posso fazer provas de vinho?",
|
||||
answer: "Oferecemos sessões de prova personalizada.",
|
||||
},
|
||||
question: "Posso fazer provas de vinho?", answer: "Oferecemos sessões de prova personalizada."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -186,13 +121,9 @@ export default function HomePage() {
|
||||
tag="Contacto"
|
||||
text="Estamos na Estrada Monumental 314A, Funchal. Ligue-nos: +351 291 761 508. Aberto todos os dias até às 00:00."
|
||||
primaryButton={{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+351291761508",
|
||||
}}
|
||||
text: "Ligar Agora", href: "tel:+351291761508"}}
|
||||
secondaryButton={{
|
||||
text: "Ver no Google Maps",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Ver no Google Maps", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user