Merge version_1 into main #1
406
src/app/page.tsx
406
src/app/page.tsx
@@ -14,293 +14,143 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reservas",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Ana Terra Café"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Cardápio", id: "menu" },
|
||||
{ name: "Reservas", id: "contact" }
|
||||
]}
|
||||
brandName="Ana Terra Café"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Ana Terra: Onde o Café se Torna Arte"
|
||||
description="Venha viver momentos únicos no coração da cidade com o café mais especial que você já provou."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-art-style-pottery-illustration_23-2151813453.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36292.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/every-woman-sometimes-needs-time-only-myself_329181-2902.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337163.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708146.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Mais de 1.000 clientes satisfeitos"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Café 100% Arábica",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Confeitaria Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Pet Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Espaço de Co-working",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eventos Exclusivos",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "plain" }}
|
||||
title="Ana Terra: Onde o Café se Torna Arte"
|
||||
description="Venha viver momentos únicos no coração da cidade com o café mais especial que você já provou."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/digital-art-style-pottery-illustration_23-2151813453.jpg", alt: "Cliente 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36292.jpg", alt: "Cliente 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/every-woman-sometimes-needs-time-only-myself_329181-2902.jpg", alt: "Cliente 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-milk_23-2148337163.jpg", alt: "Cliente 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708146.jpg", alt: "Cliente 5" }
|
||||
]}
|
||||
avatarText="Mais de 1.000 clientes satisfeitos"
|
||||
buttons={[{ text: "Reservar Mesa", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Café 100% Arábica" },
|
||||
{ type: "text", text: "Confeitaria Artesanal" },
|
||||
{ type: "text", text: "Ambiente Pet Friendly" },
|
||||
{ type: "text", text: "Espaço de Co-working" },
|
||||
{ type: "text", text: "Eventos Exclusivos" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Nossa História de Sabor"
|
||||
description="Na Ana Terra, acreditamos que cada xícara conta uma história. Selecionamos os melhores grãos e preparamos cada detalhe com amor para tornar sua visita inesquecível."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Grãos Premium",
|
||||
description: "Seleção rigorosa de grãos especiais para um aroma inigualável.",
|
||||
},
|
||||
{
|
||||
title: "Ambiente Acolhedor",
|
||||
description: "Um refúgio urbano perfeito para encontros e trabalho.",
|
||||
},
|
||||
{
|
||||
title: "Confeitaria Artesanal",
|
||||
description: "Doces e salgados feitos diariamente com ingredientes frescos.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Nossa História de Sabor"
|
||||
description="Na Ana Terra, acreditamos que cada xícara conta uma história. Selecionamos os melhores grãos e preparamos cada detalhe com amor para tornar sua visita inesquecível."
|
||||
bulletPoints={[
|
||||
{ title: "Grãos Premium", description: "Seleção rigorosa de grãos especiais para um aroma inigualável." },
|
||||
{ title: "Ambiente Acolhedor", description: "Um refúgio urbano perfeito para encontros e trabalho." },
|
||||
{ title: "Confeitaria Artesanal", description: "Doces e salgados feitos diariamente com ingredientes frescos." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-baker-pours-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-668.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cappuccino Tradicional",
|
||||
price: "R$ 12,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-food-assortment-with-copy-space_23-2148730535.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Croissant de Chocolate",
|
||||
price: "R$ 15,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Latte de Caramelo",
|
||||
price: "R$ 14,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-165303.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bolo de Cenoura Premium",
|
||||
price: "R$ 10,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sanduíche de Baguete",
|
||||
price: "R$ 18,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251693.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Café Coado Especial",
|
||||
price: "R$ 9,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/menu-board_1101-865.jpg",
|
||||
},
|
||||
]}
|
||||
title="Nosso Cardápio"
|
||||
description="Uma seleção de delícias preparadas especialmente para você."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Cappuccino Tradicional", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-food-assortment-with-copy-space_23-2148730535.jpg" },
|
||||
{ id: "p2", name: "Croissant de Chocolate", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg" },
|
||||
{ id: "p3", name: "Latte de Caramelo", price: "R$ 14,00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-165303.jpg" },
|
||||
{ id: "p4", name: "Bolo de Cenoura Premium", price: "R$ 10,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg" },
|
||||
{ id: "p5", name: "Sanduíche de Baguete", price: "R$ 18,00", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251693.jpg" },
|
||||
{ id: "p6", name: "Café Coado Especial", price: "R$ 9,00", imageSrc: "http://img.b2bpic.net/free-photo/menu-board_1101-865.jpg" }
|
||||
]}
|
||||
title="Nosso Cardápio"
|
||||
description="Uma seleção de delícias preparadas especialmente para você."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Wi-Fi Grátis",
|
||||
description: "Espaço ideal para trabalhar com tranquilidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865587.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pet Friendly",
|
||||
description: "Traga seu companheiro para curtir o café conosco.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-choosing-cake-standing-front-glass-cabinet_23-2148027959.jpg",
|
||||
},
|
||||
{
|
||||
title: "Eventos Privados",
|
||||
description: "Reserve nosso espaço para celebrações especiais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-fresh-red-strawberries-coffee-pink-desk-cake-bake-sweet-biscuit-color-pie-sugar-cookie_140725-55937.jpg",
|
||||
},
|
||||
]}
|
||||
title="Por que Escolher a Ana Terra?"
|
||||
description="Além de um café excelente, oferecemos uma experiência completa."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Wi-Fi Grátis", description: "Espaço ideal para trabalhar com tranquilidade.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865587.jpg" },
|
||||
{ title: "Pet Friendly", description: "Traga seu companheiro para curtir o café conosco.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-choosing-cake-standing-front-glass-cabinet_23-2148027959.jpg" },
|
||||
{ title: "Eventos Privados", description: "Reserve nosso espaço para celebrações especiais.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-fresh-red-strawberries-coffee-pink-desk-cake-bake-sweet-biscuit-color-pie-sugar-cookie_140725-55937.jpg" }
|
||||
]}
|
||||
title="Por que Escolher a Ana Terra?"
|
||||
description="Além de um café excelente, oferecemos uma experiência completa."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Experiência Incrível",
|
||||
quote: "O melhor café que já tomei na cidade. Ambiente super aconchegante!",
|
||||
name: "Juliana Silva",
|
||||
role: "Frequente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-mug-balcony_23-2147767482.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Atendimento Top",
|
||||
quote: "Equipe muito simpática e um ambiente que convida a ficar.",
|
||||
name: "Ricardo Santos",
|
||||
role: "Cliente Vip",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Confeitaria de Alta Qualidade",
|
||||
quote: "Os doces são sempre frescos, a qualidade é impecável.",
|
||||
name: "Amanda Costa",
|
||||
role: "Amante de Doces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-apron-standing-espresso-machine-holding-cup-smelling-coffee_1098-20609.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Lugar Perfeito",
|
||||
quote: "Adoro vir aqui para ler e tomar um espresso de qualidade.",
|
||||
name: "Felipe Souza",
|
||||
role: "Leitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-warm-herbal-orange-tea_53876-95287.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Um refúgio",
|
||||
quote: "A Ana Terra é o meu lugar favorito para relaxar após o trabalho.",
|
||||
name: "Beatriz Lima",
|
||||
role: "Profissional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134379.jpg",
|
||||
},
|
||||
]}
|
||||
title="O que dizem sobre nós"
|
||||
description="Confira o carinho que nossos clientes transmitem."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Experiência Incrível", quote: "O melhor café que já tomei na cidade. Ambiente super aconchegante!", name: "Juliana Silva", role: "Frequente", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-mug-balcony_23-2147767482.jpg" },
|
||||
{ id: "t2", title: "Atendimento Top", quote: "Equipe muito simpática e um ambiente que convida a ficar.", name: "Ricardo Santos", role: "Cliente Vip", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg" },
|
||||
{ id: "t3", title: "Confeitaria de Alta Qualidade", quote: "Os doces são sempre frescos, a qualidade é impecável.", name: "Amanda Costa", role: "Amante de Doces", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-apron-standing-espresso-machine-holding-cup-smelling-coffee_1098-20609.jpg" },
|
||||
{ id: "t4", title: "Lugar Perfeito", quote: "Adoro vir aqui para ler e tomar um espresso de qualidade.", name: "Felipe Souza", role: "Leitor", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-cup-warm-herbal-orange-tea_53876-95287.jpg" },
|
||||
{ id: "t5", title: "Um refúgio", quote: "A Ana Terra é o meu lugar favorito para relaxar após o trabalho.", name: "Beatriz Lima", role: "Profissional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134379.jpg" }
|
||||
]}
|
||||
title="O que dizem sobre nós"
|
||||
description="Confira o carinho que nossos clientes transmitem."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Reservas"
|
||||
title="Faça sua Reserva"
|
||||
description="Garanta sua mesa e desfrute de momentos especiais com a gente."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservas"
|
||||
title="Faça sua Reserva"
|
||||
description="Garanta sua mesa e desfrute de momentos especiais com a gente."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Ana Terra Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Ver cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sobre",
|
||||
items: [
|
||||
{
|
||||
label: "Nossa história",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Ana Terra Café Store."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Ana Terra Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [{ label: "Ver cardápio", href: "#menu" }, { label: "Reservas", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
title: "Sobre", items: [{ label: "Nossa história", href: "#about" }, { label: "Localização", href: "#" }]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 Ana Terra Café Store."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user