From d6b2f3e67c77b33454436da2a1306b0edf877641 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:21:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b760eb..898013c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,21 +160,33 @@ export default function LandingPage() { { id: "originality", label: "500+", title: "Perfumes 100% Originais", items: [ "Fracionados diretamente de frascos autênticos", "Certificado de autenticidade", "Garantia de qualidade" + ], + buttons: [ + { text: "Explorar Catálogo", href: "#catalog" } ] }, { id: "care", label: "Precisão", title: "Higiene e Precisão no Fracionamento", items: [ "Recipientes higienizados profissionalmente", "Medidas precisas em cada decant", "Armazenamento adequado" + ], + buttons: [ + { text: "Explorar Catálogo", href: "#catalog" } ] }, { id: "sizes", label: "4 Tamanhos", title: "Opções Inteligentes de Volume", items: [ "2ml para experimentar", "5ml para testar no dia a dia", "10ml e 30ml para colecionar" + ], + buttons: [ + { text: "Explorar Catálogo", href: "#catalog" } ] }, { id: "delivery", label: "24h", title: "Entrega Rápida e Segura", items: [ "Processamento em 24h", "Embalagem premium", "Rastreamento completo" + ], + buttons: [ + { text: "Explorar Catálogo", href: "#catalog" } ] } ]} -- 2.49.1