Merge version_1_1782220288196 into main
Merge version_1_1782220288196 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,254 +10,136 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
tag="Bem-vindo ao coração de Caruaru"
|
||||
title="Mais que um restaurante. Uma experiência que reúne sabores, natureza e memórias."
|
||||
description="Descubra um dos lugares mais encantadores de Caruaru, onde a tradição nordestina encontra a hospitalidade e o sabor de uma verdadeira fazenda."
|
||||
primaryButton={{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ver Cardápio",
|
||||
href: "#products",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Bem-vindo ao coração de Caruaru"
|
||||
title="Mais que um restaurante. Uma experiência que reúne sabores, natureza e memórias."
|
||||
description="Descubra um dos lugares mais encantadores de Caruaru, onde a tradição nordestina encontra a hospitalidade e o sabor de uma verdadeira fazenda."
|
||||
primaryButton={{ text: "Reservar Mesa", href: "#contact" }}
|
||||
secondaryButton={{ text: "Ver Cardápio", href: "#products" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBento
|
||||
tag="Viva a experiência"
|
||||
title="Um refúgio gastronômico"
|
||||
description="Cada detalhe foi pensado para criar momentos inesquecíveis em família."
|
||||
features={[
|
||||
{
|
||||
title: "Natureza Exuberante",
|
||||
description: "Ambiente amplo, arborizado e repleto de paz.",
|
||||
bentoComponent: "media-stack",
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-ready-new-year-s-party_23-2149144036.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wedding-background-restaurant-tableware_1203-3980.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mum-girl-smiling-hugging_496169-2386.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg?_wi=2",
|
||||
imageAlt: " lush garden restaurant caruaru",
|
||||
},
|
||||
{
|
||||
title: "Gastronomia Regional",
|
||||
description: "Os melhores sabores do Nordeste.",
|
||||
bentoComponent: "media-stack",
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-quince-clay-pot_140725-7853.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-with-fried-meat-topped-with-sauteed-onion_140725-8518.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter_1157-6418.jpg",
|
||||
imageAlt: " lush garden restaurant caruaru",
|
||||
},
|
||||
{
|
||||
title: "Espaço Infantil",
|
||||
description: "Diversão garantida para as crianças.",
|
||||
bentoComponent: "media-stack",
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164825.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-little-girls-hand-holding-together-having-fun-park_1150-4149.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-little-girl-with-white-shirt-covered-with-different-paints_8353-7530.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multigeneration-family-having-lunch-together-home-focus-is-smiling-woman-brining-food-wine-table_637285-3140.jpg?_wi=1",
|
||||
imageAlt: " lush garden restaurant caruaru",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Viva a experiência"
|
||||
title="Um refúgio gastronômico"
|
||||
description="Cada detalhe foi pensado para criar momentos inesquecíveis em família."
|
||||
features={[
|
||||
{
|
||||
title: "Natureza Exuberante", description: "Ambiente amplo, arborizado e repleto de paz.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-ready-new-year-s-party_23-2149144036.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-wedding-background-restaurant-tableware_1203-3980.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mum-girl-smiling-hugging_496169-2386.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gastronomia Regional", description: "Os melhores sabores do Nordeste.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-quince-clay-pot_140725-7853.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-sandwich-with-grated-cheese-french-fries_140725-2263.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-with-fried-meat-topped-with-sauteed-onion_140725-8518.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Espaço Infantil", description: "Diversão garantida para as crianças.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164825.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-little-girls-hand-holding-together-having-fun-park_1150-4149.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-little-girl-with-white-shirt-covered-with-different-paints_8353-7530.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Sobre Nós"
|
||||
title="Tradição e aconchego em cada momento"
|
||||
description="No Restaurante A Fazendinha, não servimos apenas pratos. Servimos memórias. Entre o forró pé de serra e o contato com a natureza, criamos o cenário perfeito para o seu momento em família."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164825.jpg?_wi=2"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Sobre Nós"
|
||||
title="Tradição e aconchego em cada momento"
|
||||
description="No Restaurante A Fazendinha, não servimos apenas pratos. Servimos memórias. Entre o forró pé de serra e o contato com a natureza, criamos o cenário perfeito para o seu momento em família."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164825.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesImageBento
|
||||
tag="Cardápio"
|
||||
title="Sabores que encantam"
|
||||
description="Pratos bem servidos, repletos de tradição e tempero regional."
|
||||
items={[
|
||||
{
|
||||
title: "Picanha A Fazendinha",
|
||||
description: "Corte premium, macio e suculento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg",
|
||||
},
|
||||
{
|
||||
title: "Buchada Nordestina",
|
||||
description: "Receita autêntica e inesquecível.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-bread-pickles_141793-919.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fava com Charque",
|
||||
description: "O verdadeiro sabor do campo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-bowl-red-salad-with-greens-it-wooden-backgorund_140725-135866.jpg",
|
||||
},
|
||||
{
|
||||
title: "Tilápia Frita",
|
||||
description: "Crocante e servida com acompanhamentos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-seabass-with-vegetables_2829-14261.jpg",
|
||||
},
|
||||
{
|
||||
title: "Carne de Sol",
|
||||
description: "Com pão de alho e pirão artesanal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-liver-onion-oval-plate-tablecloth-raw-liver-cutting-board-knife-fork_140725-99811.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sobremesa do Dia",
|
||||
description: "Doces típicos de fazenda.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gift-cake-biscuits-brown-plates-fruits-mixed-color-table_140725-86293.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cortesia",
|
||||
description: "Café com bolo fresquinho.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-dessert_23-2148263252.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Cardápio"
|
||||
title="Sabores que encantam"
|
||||
description="Pratos bem servidos, repletos de tradição e tempero regional."
|
||||
items={[
|
||||
{ title: "Picanha A Fazendinha", description: "Corte premium, macio e suculento.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg" },
|
||||
{ title: "Buchada Nordestina", description: "Receita autêntica e inesquecível.", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-bread-pickles_141793-919.jpg" },
|
||||
{ title: "Fava com Charque", description: "O verdadeiro sabor do campo.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-bowl-red-salad-with-greens-it-wooden-backgorund_140725-135866.jpg" },
|
||||
{ title: "Tilápia Frita", description: "Crocante e servida com acompanhamentos.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-seabass-with-vegetables_2829-14261.jpg" },
|
||||
{ title: "Carne de Sol", description: "Com pão de alho e pirão artesanal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-liver-onion-oval-plate-tablecloth-raw-liver-cutting-board-knife-fork_140725-99811.jpg" },
|
||||
{ title: "Sobremesa do Dia", description: "Doces típicos de fazenda.", imageSrc: "http://img.b2bpic.net/free-photo/gift-cake-biscuits-brown-plates-fruits-mixed-color-table_140725-86293.jpg" },
|
||||
{ title: "Cortesia", description: "Café com bolo fresquinho.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-dessert_23-2148263252.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Avaliações"
|
||||
title="O que nossos clientes dizem"
|
||||
description="Junte-se a mais de 1.400 clientes que fizeram do A Fazendinha sua casa."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Oliveira",
|
||||
role: "Cliente",
|
||||
company: "Caruaru",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multigeneration-family-having-lunch-together-home-focus-is-smiling-woman-brining-food-wine-table_637285-3140.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "João Santos",
|
||||
role: "Cliente",
|
||||
company: "Caruaru",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ana Silva",
|
||||
role: "Cliente",
|
||||
company: "Caruaru",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
|
||||
},
|
||||
{
|
||||
name: "Pedro Lima",
|
||||
role: "Cliente",
|
||||
company: "Caruaru",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156203.jpg",
|
||||
},
|
||||
{
|
||||
name: "Cláudia Souza",
|
||||
role: "Cliente",
|
||||
company: "Caruaru",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-milk_23-2148337174.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Avaliações"
|
||||
title="O que nossos clientes dizem"
|
||||
description="Junte-se a mais de 1.400 clientes que fizeram do A Fazendinha sua casa."
|
||||
testimonials={[
|
||||
{ name: "Maria Oliveira", role: "Cliente", company: "Caruaru", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/multigeneration-family-having-lunch-together-home-focus-is-smiling-woman-brining-food-wine-table_637285-3140.jpg" },
|
||||
{ name: "João Santos", role: "Cliente", company: "Caruaru", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
|
||||
{ name: "Ana Silva", role: "Cliente", company: "Caruaru", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg" },
|
||||
{ name: "Pedro Lima", role: "Cliente", company: "Caruaru", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156203.jpg" },
|
||||
{ name: "Cláudia Souza", role: "Cliente", company: "Caruaru", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-milk_23-2148337174.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Dúvidas"
|
||||
title="Perguntas frequentes"
|
||||
description="Tudo que você precisa saber para planejar sua visita."
|
||||
items={[
|
||||
{
|
||||
question: "Vocês têm espaço para crianças?",
|
||||
answer: "Sim! Possuímos uma área recreativa especial.",
|
||||
},
|
||||
{
|
||||
question: "É preciso reservar?",
|
||||
answer: "Recomendamos, especialmente aos finais de semana.",
|
||||
},
|
||||
{
|
||||
question: "Aceitam animais?",
|
||||
answer: "O ambiente é de fazenda, contato com a natureza é constante.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tranquil-meadow-bench-pine-tree-architecture-generated-by-ai_188544-39871.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Dúvidas"
|
||||
title="Perguntas frequentes"
|
||||
description="Tudo que você precisa saber para planejar sua visita."
|
||||
items={[
|
||||
{ question: "Vocês têm espaço para crianças?", answer: "Sim! Possuímos uma área recreativa especial." },
|
||||
{ question: "É preciso reservar?", answer: "Recomendamos, especialmente aos finais de semana." },
|
||||
{ question: "Aceitam animais?", answer: "O ambiente é de fazenda, contato com a natureza é constante." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tranquil-meadow-bench-pine-tree-architecture-generated-by-ai_188544-39871.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="events" data-section="events">
|
||||
<SectionErrorBoundary name="events">
|
||||
<div id="events" data-section="events">
|
||||
<SectionErrorBoundary name="events">
|
||||
<ContactCta
|
||||
tag="Eventos"
|
||||
text="Celebre seus melhores momentos em meio à natureza."
|
||||
primaryButton={{
|
||||
text: "Planejar Meu Evento",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Eventos"
|
||||
text="Celebre seus melhores momentos em meio à natureza."
|
||||
primaryButton={{ text: "Planejar Meu Evento", href: "#contact" }}
|
||||
secondaryButton={{ text: "Falar no WhatsApp", href: "#contact" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<SectionErrorBoundary name="location">
|
||||
<div id="location" data-section="location">
|
||||
<SectionErrorBoundary name="location">
|
||||
<ContactCta
|
||||
tag="Visite-nos"
|
||||
text="Jardim Panorama, Caruaru - PE. Aberto de terça a domingo, 11h às 22h."
|
||||
primaryButton={{
|
||||
text: "Abrir Rota",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Reservar Agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visite-nos"
|
||||
text="Jardim Panorama, Caruaru - PE. Aberto de terça a domingo, 11h às 22h."
|
||||
primaryButton={{ text: "Abrir Rota", href: "#" }}
|
||||
secondaryButton={{ text: "Reservar Agora", href: "#contact" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user