From 5891f2342dfdf31ebae488b6a5f7c555e95e8aad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:05:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a679c33..e1f5653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,97 +30,41 @@ export default function LandingPage() {
- +
@@ -128,21 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Altitude ideal", - description: "1.000 metros acima do nível do mar", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-closeup-shot-rosehip-branch-blurred-natural-background_181624-2230.jpg?_wi=1", - }, - { - title: "Denominação", - description: "Selo de qualidade do Cerrado Mineiro", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-galapagos-seal-seeping_53876-105886.jpg", - }, - { - title: "Clima", - description: "Estações bem definidas para colheita", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-landscape-crimea_1385-395.jpg", - }, + { title: "Altitude ideal", description: "1.000 metros acima do nível do mar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-closeup-shot-rosehip-branch-blurred-natural-background_181624-2230.jpg" }, + { title: "Denominação", description: "Selo de qualidade do Cerrado Mineiro", imageSrc: "http://img.b2bpic.net/free-photo/close-up-galapagos-seal-seeping_53876-105886.jpg" }, + { title: "Clima", description: "Estações bem definidas para colheita", imageSrc: "http://img.b2bpic.net/free-photo/aerial-landscape-crimea_1385-395.jpg" } ]} title="Cerrado Mineiro: Denominação de Origem" description="Altitude de 1.000m e condições ideais que elevam o café especial a patamares internacionais de reconhecimento." @@ -154,26 +86,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Rastreabilidade", - description: "Transparência do plantio ao cliente", - imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458072.jpg", - }, - { - title: "Pontuação SCA", - description: "Entre 85 e 87 pontos de excelência", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-pen-clipboard_23-2148173334.jpg", - }, - { - title: "Torra sob demanda", - description: "Frescor absoluto para cada pedido", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_1388-619.jpg", - }, - { - title: "Perfis sensoriais", - description: "Notas de chocolate, baunilha e avelã", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-is-serving-by-barista-partial-dark-room-shop_1150-6094.jpg", - }, + { title: "Rastreabilidade", description: "Transparência do plantio ao cliente", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458072.jpg" }, + { title: "Pontuação SCA", description: "Entre 85 e 87 pontos de excelência", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-pen-clipboard_23-2148173334.jpg" }, + { title: "Torra sob demanda", description: "Frescor absoluto para cada pedido", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_1388-619.jpg" }, + { title: "Perfis sensoriais", description: "Notas de chocolate, baunilha e avelã", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-is-serving-by-barista-partial-dark-room-shop_1150-6094.jpg" } ]} title="Nossos diferenciais" description="O rigor no plantio, na colheita e na torra sob demanda garantem a excelência." @@ -187,42 +103,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Embalagem 250g", - price: "Empórios e presentes", - imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg", - }, - { - id: "p2", - name: "Embalagem 500g", - price: "Cafeterias menores", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-mockup_23-2151989760.jpg", - }, - { - id: "p3", - name: "Embalagem 1kg", - price: "Alta rotatividade", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg", - }, - { - id: "p4", - name: "Grandes Volumes", - price: "Sacos de 5kg sob consulta", - imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg", - }, - { - id: "p5", - name: "Moagem fresca", - price: "Grãos ou moído", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chesnuts-cloth_23-2148436658.jpg", - }, - { - id: "p6", - name: "Controle total", - price: "Lotes consistentes", - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187556.jpg", - }, + { id: "p1", name: "Embalagem 250g", price: "Empórios e presentes", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-410.jpg" }, + { id: "p2", name: "Embalagem 500g", price: "Cafeterias menores", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-mockup_23-2151989760.jpg" }, + { id: "p3", name: "Embalagem 1kg", price: "Alta rotatividade", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg" }, + { id: "p4", name: "Grandes Volumes", price: "Sacos de 5kg sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg" }, + { id: "p5", name: "Moagem fresca", price: "Grãos ou moído", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chesnuts-cloth_23-2148436658.jpg" }, + { id: "p6", name: "Controle total", price: "Lotes consistentes", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187556.jpg" } ]} title="Linha de produtos" description="Escolha o formato ideal para o seu negócio ou consumo." @@ -235,42 +121,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "t1", - title: "5 Unidades", - price: "A partir de R$ 33,20", - period: "por 250g", - features: [ - "Grãos ou moídos", - "Consistência lote a lote", - ], - imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711613.jpg", - imageAlt: "Adult harvesting coffee", - }, - { - id: "t2", - title: "10 Unidades", - price: "A partir de R$ 54,45", - period: "por 500g", - features: [ - "Desconto progressivo", - "Logística otimizada", - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-woman-hands-holding-some-fresh-springtime-plums_181624-59470.jpg", - imageAlt: "Adult harvesting coffee", - }, - { - id: "t3", - title: "20 Unidades", - price: "A partir de R$ 95,30", - period: "por 1kg", - features: [ - "Melhor custo-benefício", - "Prioridade na torra", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-closeup-shot-rosehip-branch-blurred-natural-background_181624-2230.jpg?_wi=2", - imageAlt: "Adult harvesting coffee", - }, + { id: "t1", title: "5 Unidades", price: "A partir de R$ 33,20", period: "por 250g", features: ["Grãos ou moídos", "Consistência lote a lote"], imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711613.jpg", button: { text: "Comprar" } }, + { id: "t2", title: "10 Unidades", price: "A partir de R$ 54,45", period: "por 500g", features: ["Desconto progressivo", "Logística otimizada"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-woman-hands-holding-some-fresh-springtime-plums_181624-59470.jpg", button: { text: "Comprar" } }, + { id: "t3", title: "20 Unidades", price: "A partir de R$ 95,30", period: "por 1kg", features: ["Melhor custo-benefício", "Prioridade na torra"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-closeup-shot-rosehip-branch-blurred-natural-background_181624-2230.jpg", button: { text: "Comprar" } } ]} title="Tabela de valores" description="Preços para atacado e parcerias profissionais." @@ -281,15 +134,7 @@ export default function LandingPage() { @@ -300,26 +145,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "1. Contato", - description: "Inicie o diálogo", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616720.jpg", - }, - { - title: "2. Degustação", - description: "Receba sua amostra", - imageSrc: "http://img.b2bpic.net/free-photo/paint-supplies-black-background_23-2148319720.jpg", - }, - { - title: "3. Negociação", - description: "Acordo sob medida", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg", - }, - { - title: "4. Entrega", - description: "Produto fresco", - imageSrc: "http://img.b2bpic.net/free-photo/parcels-clipboard-table_23-2147787834.jpg", - }, + { title: "1. Contato", description: "Inicie o diálogo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616720.jpg" }, + { title: "2. Degustação", description: "Receba sua amostra", imageSrc: "http://img.b2bpic.net/free-photo/paint-supplies-black-background_23-2148319720.jpg" }, + { title: "3. Negociação", description: "Acordo sob medida", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg" }, + { title: "4. Entrega", description: "Produto fresco", imageSrc: "http://img.b2bpic.net/free-photo/parcels-clipboard-table_23-2147787834.jpg" } ]} title="Processo de atendimento" description="Simples, direto e transparente." @@ -329,9 +158,7 @@ export default function LandingPage() {