From 685d4f87a85a4a1670141f0ceee0c556e637d1a9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:35:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8263d82..61f341f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,22 +130,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", title: "Plano Essencial", price: "R$ 90", period: "/mês", features: [ + id: "basic", title: "Plano Essencial (Frete Grátis)", price: "R$ 90", period: "/mês", features: [ "1 pacote especial", "Frete fixo"], button: { - text: "Assinar"}, + text: "Quero Assinar"}, imageSrc: "http://img.b2bpic.net/free-photo/tea-gardens_1353-273.jpg", imageAlt: "Tea gardens"}, { - id: "pro", title: "Plano Connoisseur", price: "R$ 160", period: "/mês", features: [ + id: "pro", title: "Plano Connoisseur + Brinde", price: "R$ 160", period: "/mês", features: [ "2 pacotes variados", "Degustações surpresa", "Frete grátis"], button: { - text: "Assinar"}, + text: "Assinar Agora"}, imageSrc: "http://img.b2bpic.net/free-photo/landscape-volcano-batur-bali-indonesia_72229-1012.jpg?_wi=2", imageAlt: "Tea gardens"}, { - id: "expert", title: "Plano Expert", price: "R$ 290", period: "/mês", features: [ + id: "expert", title: "Plano Expert + Extra Brinde", price: "R$ 290", period: "/mês", features: [ "4 pacotes exclusivos", "Acesso a lotes limitados", "Brinde exclusivo"], button: { - text: "Assinar"}, + text: "Garantir Vaga"}, imageSrc: "http://img.b2bpic.net/free-photo/view-lots-coffee-beans_23-2149878129.jpg?_wi=2", imageAlt: "Tea gardens"}, ]} title="Assinaturas de Café" @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file