Merge version_1_1781470242537 into main #2
@@ -11,289 +11,128 @@ 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">
|
||||
<HeroSplitVerticalMarquee
|
||||
tag="100% Sabor Natural"
|
||||
title="Açaí fresco entregue na sua porta"
|
||||
description="O melhor açaí da região, selecionado com carinho e entregue rápido. Peça o seu e aproveite essa energia pura."
|
||||
primaryButton={{
|
||||
text: "Peça agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
}}
|
||||
leftItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788550.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-courier-mask-holding-coffee-yellow_179666-38394.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-ramekins-with-chocolate-mousse-with-blueberries-blackberries-fresh-mint-rusty-iron-background_127032-2744.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-with-delivery-coffee-box-yellow-job-service-covid-virus-color-bike-uniform_179666-22389.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-acai-bowl-with-berries-banana-slices_23-2152010293.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-eating-berries-street_23-2150163641.jpg",
|
||||
},
|
||||
]}
|
||||
rightItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-young-woman-moped-pointing-something_179666-33824.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-acai-bowl-with-fresh-fruits-granola_23-2152003887.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-trip-concept-with-young-guy-medical-mask-sitting-motorcycle-with-yellow-suitcase-it-holding-ticket-showing-five_179666-40241.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-berries-bowls-red-currants-grapes-oatmeal-tablecloth_140725-72012.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-courier-mask-holding-coffee-yellow_179666-38408.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788546.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="100% Sabor Natural"
|
||||
title="Açaí fresco entregue na sua porta"
|
||||
description="O melhor açaí da região, selecionado com carinho e entregue rápido. Peça o seu e aproveite essa energia pura."
|
||||
primaryButton={{ text: "Peça agora", href: "#contact" }}
|
||||
secondaryButton={{ text: "Ver Cardápio", href: "#menu" }}
|
||||
leftItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788550.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-courier-mask-holding-coffee-yellow_179666-38394.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/three-ramekins-with-chocolate-mousse-with-blueberries-blackberries-fresh-mint-rusty-iron-background_127032-2744.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-with-delivery-coffee-box-yellow-job-service-covid-virus-color-bike-uniform_179666-22389.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-acai-bowl-with-berries-banana-slices_23-2152010293.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-people-eating-berries-street_23-2150163641.jpg" }]}
|
||||
rightItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-young-woman-moped-pointing-something_179666-33824.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/colorful-acai-bowl-with-fresh-fruits-granola_23-2152003887.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-trip-concept-with-young-guy-medical-mask-sitting-motorcycle-with-yellow-suitcase-it-holding-ticket-showing-five_179666-40241.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-berries-bowls-red-currants-grapes-oatmeal-tablecloth_140725-72012.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-courier-mask-holding-coffee-yellow_179666-38408.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788546.jpg" }]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Nossa História"
|
||||
quote="Nossa missão é trazer a energia da floresta diretamente para o seu dia a dia, com ingredientes selecionados e entrega rápida e segura."
|
||||
author="Equipe Açaí Delivery"
|
||||
role="Sua escolha saudável diária"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788580.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nossa História"
|
||||
quote="Nossa missão é trazer a energia da floresta diretamente para o seu dia a dia, com ingredientes selecionados e entrega rápida e segura."
|
||||
author="Equipe Açaí Delivery"
|
||||
role="Sua escolha saudável diária"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788580.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesImageBento
|
||||
tag="Cardápio"
|
||||
title="Escolha sua combinação favorita"
|
||||
description="De bowls tradicionais a criações exclusivas, temos a opção perfeita para sua fome."
|
||||
items={[
|
||||
{
|
||||
title: "Açaí Tradicional",
|
||||
description: "Açaí puro com banana e granola clássica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84749.jpg",
|
||||
},
|
||||
{
|
||||
title: "Tropical Mix",
|
||||
description: "Açaí com morango, kiwi e leite em pó.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168806.jpg",
|
||||
},
|
||||
{
|
||||
title: "Choco Power",
|
||||
description: "Açaí com gotas de chocolate e doce de leite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186013.jpg",
|
||||
},
|
||||
{
|
||||
title: "Energy Bowl",
|
||||
description: "Açaí com pasta de amendoim e sementes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg",
|
||||
},
|
||||
{
|
||||
title: "Frutas da Estação",
|
||||
description: "Combinação sazonal de frutas frescas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788541.jpg",
|
||||
},
|
||||
{
|
||||
title: "Coco Lovers",
|
||||
description: "Açaí com coco fresco e lascas de coco.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-white-bowl-with-strawberry-banana-slices_181624-39472.jpg",
|
||||
},
|
||||
{
|
||||
title: "Montagem Livre",
|
||||
description: "Crie sua própria combinação favorita.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Cardápio"
|
||||
title="Escolha sua combinação favorita"
|
||||
description="De bowls tradicionais a criações exclusivas, temos a opção perfeita para sua fome."
|
||||
items={[
|
||||
{ title: "Açaí Tradicional", description: "Açaí puro com banana e granola clássica.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84749.jpg" },
|
||||
{ title: "Tropical Mix", description: "Açaí com morango, kiwi e leite em pó.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168806.jpg" },
|
||||
{ title: "Choco Power", description: "Açaí com gotas de chocolate e doce de leite.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-arrangement_23-2149186013.jpg" },
|
||||
{ title: "Energy Bowl", description: "Açaí com pasta de amendoim e sementes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg" },
|
||||
{ title: "Frutas da Estação", description: "Combinação sazonal de frutas frescas.", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788541.jpg" },
|
||||
{ title: "Coco Lovers", description: "Açaí com coco fresco e lascas de coco.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-white-bowl-with-strawberry-banana-slices_181624-39472.jpg" },
|
||||
{ title: "Montagem Livre", description: "Crie sua própria combinação favorita.", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBento
|
||||
tag="Qualidade"
|
||||
title="Por que escolher a gente?"
|
||||
description="Nossa dedicação vai além do sabor, focamos em uma experiência completa."
|
||||
features={[
|
||||
{
|
||||
title: "Entrega ultra-rápida",
|
||||
description: "Seu açaí chega na temperatura ideal.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Tempo Médio",
|
||||
value: "30min",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Atendimento",
|
||||
value: "Diário",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Regiões",
|
||||
value: "Toda Cidade",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788576.jpg",
|
||||
imageAlt: "acai bowl strawberry banana",
|
||||
},
|
||||
{
|
||||
title: "Ingredientes Premium",
|
||||
description: "Apenas as melhores frutas e granolas.",
|
||||
bentoComponent: "media-stack",
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788550.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-blueberries-yogurt_23-2148660430.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258884.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-courier-mask-holding-coffee-yellow_179666-38394.jpg?_wi=2",
|
||||
imageAlt: "acai bowl strawberry banana",
|
||||
},
|
||||
{
|
||||
title: "Satisfação Garantida",
|
||||
description: "O cliente vem sempre em primeiro lugar.",
|
||||
bentoComponent: "checklist-timeline",
|
||||
heading: "Processo de Qualidade",
|
||||
subheading: "Desde a colheita até o pedido na sua mão",
|
||||
checklistItems: [
|
||||
{
|
||||
label: "Seleção",
|
||||
detail: "Frutas de qualidade premium",
|
||||
},
|
||||
{
|
||||
label: "Preparo",
|
||||
detail: "Higiene e cuidado no manuseio",
|
||||
},
|
||||
{
|
||||
label: "Entrega",
|
||||
detail: "Logística especializada e ágil",
|
||||
},
|
||||
],
|
||||
completedLabel: "Pronto!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788580.jpg?_wi=2",
|
||||
imageAlt: "acai bowl strawberry banana",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Qualidade"
|
||||
title="Por que escolher a gente?"
|
||||
description="Nossa dedicação vai além do sabor, focamos em uma experiência completa."
|
||||
features={[
|
||||
{
|
||||
title: "Entrega ultra-rápida", description: "Seu açaí chega na temperatura ideal.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: Zap, label: "Tempo Médio", value: "30min" },
|
||||
{ icon: Clock, label: "Atendimento", value: "Diário" },
|
||||
{ icon: Truck, label: "Regiões", value: "Toda Cidade" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ingredientes Premium", description: "Apenas as melhores frutas e granolas.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788550.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-blueberries-yogurt_23-2148660430.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258884.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Satisfação Garantida", description: "O cliente vem sempre em primeiro lugar.", bentoComponent: "checklist-timeline", heading: "Processo de Qualidade", subheading: "Desde a colheita até o pedido na sua mão", checklistItems: [
|
||||
{ label: "Seleção", detail: "Frutas de qualidade premium" },
|
||||
{ label: "Preparo", detail: "Higiene e cuidado no manuseio" },
|
||||
{ label: "Entrega", detail: "Logística especializada e ágil" }
|
||||
],
|
||||
completedLabel: "Pronto!"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="O que dizem"
|
||||
title="Clientes Satisfeitos"
|
||||
description="Veja o que nossos clientes estão falando sobre nossas entregas."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Silva",
|
||||
role: "Fã de açaí",
|
||||
company: "Cliente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525829.jpg",
|
||||
},
|
||||
{
|
||||
name: "João Santos",
|
||||
role: "Cliente VIP",
|
||||
company: "Cliente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-pizza_23-2149872393.jpg",
|
||||
},
|
||||
{
|
||||
name: "Beatriz Lima",
|
||||
role: "Sempre pede",
|
||||
company: "Cliente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman_171337-3181.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos Souza",
|
||||
role: "Entusiasta",
|
||||
company: "Cliente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-round-delivery-bowls-pink-wall_140725-45516.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mariana Oliveira",
|
||||
role: "Foodie",
|
||||
company: "Cliente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-lunch-working-online_1303-26739.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="O que dizem"
|
||||
title="Clientes Satisfeitos"
|
||||
description="Veja o que nossos clientes estão falando sobre nossas entregas."
|
||||
testimonials={[
|
||||
{ name: "Ana Silva", role: "Fã de açaí", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525829.jpg" },
|
||||
{ name: "João Santos", role: "Cliente VIP", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-pizza_23-2149872393.jpg" },
|
||||
{ name: "Beatriz Lima", role: "Sempre pede", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman_171337-3181.jpg" },
|
||||
{ name: "Carlos Souza", role: "Entusiasta", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cape-holding-round-delivery-bowls-pink-wall_140725-45516.jpg" },
|
||||
{ name: "Mariana Oliveira", role: "Foodie", company: "Cliente", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-lunch-working-online_1303-26739.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 o que você precisa saber antes de fazer seu pedido."
|
||||
items={[
|
||||
{
|
||||
question: "Como faço um pedido?",
|
||||
answer: "Basta clicar em qualquer botão de 'Peça agora' e você será redirecionado para nosso WhatsApp.",
|
||||
},
|
||||
{
|
||||
question: "Quais as formas de pagamento?",
|
||||
answer: "Aceitamos PIX, cartões de crédito e débito no ato da entrega.",
|
||||
},
|
||||
{
|
||||
question: "Qual o custo da entrega?",
|
||||
answer: "O valor da entrega depende do bairro. Consulte no nosso atendimento.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/some-black-olives-bowl-rattan-trivet-background-high-angle-view_176474-2743.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Dúvidas"
|
||||
title="Perguntas Frequentes"
|
||||
description="Tudo o que você precisa saber antes de fazer seu pedido."
|
||||
items={[
|
||||
{ question: "Como faço um pedido?", answer: "Basta clicar em qualquer botão de 'Peça agora' e você será redirecionado para nosso WhatsApp." },
|
||||
{ question: "Quais as formas de pagamento?", answer: "Aceitamos PIX, cartões de crédito e débito no ato da entrega." },
|
||||
{ question: "Qual o custo da entrega?", answer: "O valor da entrega depende do bairro. Consulte no nosso atendimento." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/some-black-olives-bowl-rattan-trivet-background-high-angle-view_176474-2743.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Vamos pedir?"
|
||||
text="Pronto para um açaí incrível? Clique abaixo e fale com nossa equipe agora mesmo."
|
||||
primaryButton={{
|
||||
text: "Fazer Pedido no WhatsApp",
|
||||
href: "https://wa.me/5500000000000",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ver Cardápio PDF",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Vamos pedir?"
|
||||
text="Pronto para um açaí incrível? Clique abaixo e fale com nossa equipe agora mesmo."
|
||||
primaryButton={{ text: "Fazer Pedido no WhatsApp", href: "https://wa.me/5500000000000" }}
|
||||
secondaryButton={{ text: "Ver Cardápio PDF", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user