Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 15:35:29 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}