Merge version_1 into main #2
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Catálogo",
|
||||
id: "/catalogo",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
{
|
||||
name: "Assinatura",
|
||||
id: "/clube",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Catálogo", id: "/catalogo" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Assinatura", id: "/clube" },
|
||||
]}
|
||||
brandName="Grão Nobre"
|
||||
/>
|
||||
@@ -52,37 +40,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Dicas e Receitas"
|
||||
description="Aprenda técnicas e curiosidades sobre o mundo do café especial."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Dicas",
|
||||
title: "Como preparar V60",
|
||||
excerpt: "Dicas para o café perfeito.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187530.jpg",
|
||||
authorName: "Mestre Torra",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/pleased-handsome-man-puts-hand-chest-holding-cup-isolated-orange-wall_141793-68576.jpg",
|
||||
date: "10/05/2024",
|
||||
},
|
||||
id: "b1", category: "Dicas", title: "Como preparar V60", excerpt: "Dicas para o café perfeito.", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187530.jpg", authorName: "Mestre Torra", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-handsome-man-puts-hand-chest-holding-cup-isolated-orange-wall_141793-68576.jpg", date: "10/05/2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Receitas",
|
||||
title: "Cold Brew Caseiro",
|
||||
excerpt: "Refrescância para dias quentes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-dries-clean-blank-white-transparent-coffee-tea-whiskey-cups-glasses-with-turqouise-microfiber-cloth-cafe-shop_346278-485.jpg",
|
||||
authorName: "Mestre Torra",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg",
|
||||
date: "12/05/2024",
|
||||
},
|
||||
id: "b2", category: "Receitas", title: "Cold Brew Caseiro", excerpt: "Refrescância para dias quentes.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-barista-black-sweatshot-thick-wooden-table-dries-clean-blank-white-transparent-coffee-tea-whiskey-cups-glasses-with-turqouise-microfiber-cloth-cafe-shop_346278-485.jpg", authorName: "Mestre Torra", authorAvatar: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg", date: "12/05/2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Dicas",
|
||||
title: "Entenda a Torra",
|
||||
excerpt: "Do claro ao escuro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14719.jpg",
|
||||
authorName: "Mestre Torra",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-man-holding-italian-coffee-maker-smiling-with-happy-cool-smile-face-showing-teeth_839833-25295.jpg",
|
||||
date: "15/05/2024",
|
||||
},
|
||||
id: "b3", category: "Dicas", title: "Entenda a Torra", excerpt: "Do claro ao escuro.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14719.jpg", authorName: "Mestre Torra", authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-man-holding-italian-coffee-maker-smiling-with-happy-cool-smile-face-showing-teeth_839833-25295.jpg", date: "15/05/2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,23 +57,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como escolher a torra?",
|
||||
content: "Depende do seu gosto pessoal...",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Como funciona o clube?",
|
||||
content: "Mensal ou trimestral...",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Qual a validade?",
|
||||
content: "Consumir em até 30 dias...",
|
||||
},
|
||||
{ id: "f1", title: "Como escolher a torra?", content: "Depende do seu gosto pessoal..." },
|
||||
{ id: "f2", title: "Como funciona o clube?", content: "Mensal ou trimestral..." },
|
||||
{ id: "f3", title: "Qual a validade?", content: "Consumir em até 30 dias..." },
|
||||
]}
|
||||
title="Dúvidas Frequentes"
|
||||
description="Respostas rápidas para as suas questões sobre nosso café e serviços."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,32 +71,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Grão Nobre"
|
||||
columns={[
|
||||
{
|
||||
title: "Loja",
|
||||
items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/catalogo",
|
||||
},
|
||||
{
|
||||
label: "Assinatura",
|
||||
href: "/clube",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "/sobre",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Loja", items: [{ label: "Catálogo", href: "/catalogo" }, { label: "Assinatura", href: "/clube" }] },
|
||||
{ title: "Empresa", items: [{ label: "Sobre Nós", href: "/sobre" }, { label: "Blog", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Catálogo",
|
||||
id: "/catalogo",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
{
|
||||
name: "Assinatura",
|
||||
id: "/clube",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Catálogo", id: "/catalogo" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Assinatura", id: "/clube" },
|
||||
]}
|
||||
brandName="Grão Nobre"
|
||||
/>
|
||||
@@ -53,39 +41,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly",
|
||||
title: "Mensal",
|
||||
price: "R$ 79,90",
|
||||
period: "/mês",
|
||||
features: [
|
||||
"1 pacote premium",
|
||||
"Frete grátis",
|
||||
"Conteúdo exclusivo",
|
||||
],
|
||||
button: {
|
||||
text: "Assinar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-unique-shaped-glass-served-with-milk-syrup_140725-6905.jpg",
|
||||
imageAlt: "artisanal coffee beans dark background",
|
||||
id: "monthly", title: "Mensal", price: "R$ 79,90", period: "/mês", features: ["1 pacote premium", "Frete grátis", "Conteúdo exclusivo"],
|
||||
button: { text: "Assinar" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-unique-shaped-glass-served-with-milk-syrup_140725-6905.jpg", imageAlt: "artisanal coffee beans dark background"
|
||||
},
|
||||
{
|
||||
id: "trimestral",
|
||||
title: "Trimestral",
|
||||
price: "R$ 210,00",
|
||||
period: "/trimestre",
|
||||
features: [
|
||||
"3 pacotes premium",
|
||||
"Frete grátis",
|
||||
"Acesso a torras limitadas",
|
||||
],
|
||||
button: {
|
||||
text: "Assinar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg?_wi=2",
|
||||
imageAlt: "artisanal coffee beans dark background",
|
||||
id: "trimestral", title: "Trimestral", price: "R$ 210,00", period: "/trimestre", features: ["3 pacotes premium", "Frete grátis", "Acesso a torras limitadas"],
|
||||
button: { text: "Assinar" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg", imageAlt: "artisanal coffee beans dark background"
|
||||
},
|
||||
]}
|
||||
title="Assine Grão Nobre"
|
||||
description="Escolha o plano que melhor se adapta ao seu ritual diário de café."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,21 +62,9 @@ export default function LandingPage() {
|
||||
title="Por que assinar?"
|
||||
tag="Vantagens"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Cafés arábica selecionados",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Fazendas parceiras",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.000+",
|
||||
description: "Assinantes felizes",
|
||||
},
|
||||
{ id: "m1", value: "100%", description: "Cafés arábica selecionados" },
|
||||
{ id: "m2", value: "15+", description: "Fazendas parceiras" },
|
||||
{ id: "m3", value: "1.000+", description: "Assinantes felizes" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -119,32 +74,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Grão Nobre"
|
||||
columns={[
|
||||
{
|
||||
title: "Loja",
|
||||
items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/catalogo",
|
||||
},
|
||||
{
|
||||
label: "Assinatura",
|
||||
href: "/clube",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "/sobre",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Loja", items: [{ label: "Catálogo", href: "/catalogo" }, { label: "Assinatura", href: "/clube" }] },
|
||||
{ title: "Empresa", items: [{ label: "Sobre Nós", href: "/sobre" }, { label: "Blog", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
224
src/app/page.tsx
224
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Catálogo",
|
||||
id: "/catalogo",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
{
|
||||
name: "Assinatura",
|
||||
id: "/clube",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Catálogo", id: "/catalogo" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Assinatura", id: "/clube" },
|
||||
]}
|
||||
brandName="Grão Nobre"
|
||||
/>
|
||||
@@ -51,60 +39,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A excelência em cada grão"
|
||||
description="Descubra cafés especiais selecionados das melhores origens, torrados artesanalmente para elevar o seu ritual matinal."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup_1170-676.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-adorable-lady-with-blond-hair-wearing-orange-t-shirt-drinking-coffee-outside-summer-warm-day_291650-1617.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-middleaged-woman-wearing-tshirt-looking-camera-stretching-paper-coffee-cup-out-towards-camera-isolated-olive-green-background_141793-135602.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-dressed-sweater_171337-2213.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Catálogo",
|
||||
href: "/catalogo",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-cup_1170-676.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charming-adorable-lady-with-blond-hair-wearing-orange-t-shirt-drinking-coffee-outside-summer-warm-day_291650-1617.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pleased-middleaged-woman-wearing-tshirt-looking-camera-stretching-paper-coffee-cup-out-towards-camera-isolated-olive-green-background_141793-135602.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-dressed-sweater_171337-2213.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", alt: "Client 5" },
|
||||
]}
|
||||
buttons={[{ text: "Ver Catálogo", href: "/catalogo" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Torra Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Origem Única",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Grãos Frescos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustentabilidade",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Alta Qualidade",
|
||||
},
|
||||
{ type: "text", text: "Torra Artesanal" },
|
||||
{ type: "text", text: "Origem Única" },
|
||||
{ type: "text", text: "Grãos Frescos" },
|
||||
{ type: "text", text: "Sustentabilidade" },
|
||||
{ type: "text", text: "Alta Qualidade" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,50 +67,15 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bourbon Amarelo",
|
||||
price: "R$ 45,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Geisha Especial",
|
||||
price: "R$ 89,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musical-note-made-from-coffee-beans-wooden-background_23-2148282093.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Catuaí Vermelho",
|
||||
price: "R$ 42,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-bean-pictures-concept_53876-16489.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Blend Nobre",
|
||||
price: "R$ 38,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-coffee-beans-big-coffee-cup-selective-focused_1258-734.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Alta Mogiana",
|
||||
price: "R$ 40,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sul de Minas",
|
||||
price: "R$ 41,00",
|
||||
variant: "250g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-snack-hot-drink-cookies-shape-coffee-seeds_185193-110871.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Bourbon Amarelo", price: "R$ 45,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg" },
|
||||
{ id: "p2", name: "Geisha Especial", price: "R$ 89,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/musical-note-made-from-coffee-beans-wooden-background_23-2148282093.jpg" },
|
||||
{ id: "p3", name: "Catuaí Vermelho", price: "R$ 42,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-bean-pictures-concept_53876-16489.jpg" },
|
||||
{ id: "p4", name: "Blend Nobre", price: "R$ 38,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/selective-coffee-beans-big-coffee-cup-selective-focused_1258-734.jpg" },
|
||||
{ id: "p5", name: "Alta Mogiana", price: "R$ 40,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-tattooed-roaster-hands-hold-sealed-package-bag-with-tea-coffee-ready-delivery-sale_346278-558.jpg" },
|
||||
{ id: "p6", name: "Sul de Minas", price: "R$ 41,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-snack-hot-drink-cookies-shape-coffee-seeds_185193-110871.jpg" },
|
||||
]}
|
||||
title="Mais Vendidos"
|
||||
description="Uma seleção dos nossos cafés mais apreciados pelos clientes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,46 +97,11 @@ export default function LandingPage() {
|
||||
description="O que nossos clientes dizem sobre a experiência Grão Nobre."
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ts1",
|
||||
name: "Ana R.",
|
||||
handle: "@anacoffee",
|
||||
testimonial: "O melhor café que já provei, torra incrível!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg",
|
||||
},
|
||||
{
|
||||
id: "ts2",
|
||||
name: "Carlos M.",
|
||||
handle: "@carloscoffee",
|
||||
testimonial: "O serviço de assinatura mudou minhas manhãs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg",
|
||||
},
|
||||
{
|
||||
id: "ts3",
|
||||
name: "Lucia S.",
|
||||
handle: "@lucias",
|
||||
testimonial: "Produtos artesanais com um sabor único e equilibrado.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg",
|
||||
},
|
||||
{
|
||||
id: "ts4",
|
||||
name: "Bruno P.",
|
||||
handle: "@brunop",
|
||||
testimonial: "Entrega rápida e café sempre muito fresco.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg",
|
||||
},
|
||||
{
|
||||
id: "ts5",
|
||||
name: "Julia V.",
|
||||
handle: "@juliav",
|
||||
testimonial: "A curadoria é excelente e muito atenciosa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg",
|
||||
},
|
||||
{ id: "ts1", name: "Ana R.", handle: "@anacoffee", testimonial: "O melhor café que já provei, torra incrível!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg" },
|
||||
{ id: "ts2", name: "Carlos M.", handle: "@carloscoffee", testimonial: "O serviço de assinatura mudou minhas manhãs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg" },
|
||||
{ id: "ts3", name: "Lucia S.", handle: "@lucias", testimonial: "Produtos artesanais com um sabor único e equilibrado.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg" },
|
||||
{ id: "ts4", name: "Bruno P.", handle: "@brunop", testimonial: "Entrega rápida e café sempre muito fresco.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg" },
|
||||
{ id: "ts5", name: "Julia V.", handle: "@juliav", testimonial: "A curadoria é excelente e muito atenciosa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,24 +115,9 @@ export default function LandingPage() {
|
||||
title="Seleção do Mês"
|
||||
description="Cafés exclusivos que preparamos para o mês vigente."
|
||||
products={[
|
||||
{
|
||||
id: "px1",
|
||||
name: "Edição Especial Primavera",
|
||||
price: "R$ 55,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-arrangement_23-2149702546.jpg",
|
||||
},
|
||||
{
|
||||
id: "px2",
|
||||
name: "Reserva do Torrador",
|
||||
price: "R$ 95,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_53876-30335.jpg",
|
||||
},
|
||||
{
|
||||
id: "px3",
|
||||
name: "Kit Degustação",
|
||||
price: "R$ 120,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bag-coffee-sitting-shelf_23-2151965914.jpg",
|
||||
},
|
||||
{ id: "px1", name: "Edição Especial Primavera", price: "R$ 55,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-arrangement_23-2149702546.jpg" },
|
||||
{ id: "px2", name: "Reserva do Torrador", price: "R$ 95,00", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_53876-30335.jpg" },
|
||||
{ id: "px3", name: "Kit Degustação", price: "R$ 120,00", imageSrc: "http://img.b2bpic.net/free-photo/bag-coffee-sitting-shelf_23-2151965914.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,32 +126,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Grão Nobre"
|
||||
columns={[
|
||||
{
|
||||
title: "Loja",
|
||||
items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/catalogo",
|
||||
},
|
||||
{
|
||||
label: "Assinatura",
|
||||
href: "/clube",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "/sobre",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Loja", items: [{ label: "Catálogo", href: "/catalogo" }, { label: "Assinatura", href: "/clube" }] },
|
||||
{ title: "Empresa", items: [{ label: "Sobre Nós", href: "/sobre" }, { label: "Blog", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Catálogo",
|
||||
id: "/catalogo",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
{
|
||||
name: "Assinatura",
|
||||
id: "/clube",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Catálogo", id: "/catalogo" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Assinatura", id: "/clube" },
|
||||
]}
|
||||
brandName="Grão Nobre"
|
||||
/>
|
||||
@@ -61,26 +49,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "João Silva",
|
||||
role: "Mestre Torrador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-holding-paper-cup-looking-front-smilign-confident-showing-thumbs-up-standing-green-wall_141793-53091.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Santos",
|
||||
role: "Q-Grader",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Pedro Souza",
|
||||
role: "Diretor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
},
|
||||
{ id: "t1", name: "João Silva", role: "Mestre Torrador", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-holding-paper-cup-looking-front-smilign-confident-showing-thumbs-up-standing-green-wall_141793-53091.jpg" },
|
||||
{ id: "t2", name: "Maria Santos", role: "Q-Grader", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg" },
|
||||
{ id: "t3", name: "Pedro Souza", role: "Diretor", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg" },
|
||||
]}
|
||||
title="Nossos Especialistas"
|
||||
description="Conheça a equipe dedicada por trás de cada xícara Grão Nobre."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,32 +62,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Grão Nobre"
|
||||
columns={[
|
||||
{
|
||||
title: "Loja",
|
||||
items: [
|
||||
{
|
||||
label: "Catálogo",
|
||||
href: "/catalogo",
|
||||
},
|
||||
{
|
||||
label: "Assinatura",
|
||||
href: "/clube",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "/sobre",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Loja", items: [{ label: "Catálogo", href: "/catalogo" }, { label: "Assinatura", href: "/clube" }] },
|
||||
{ title: "Empresa", items: [{ label: "Sobre Nós", href: "/sobre" }, { label: "Blog", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user