Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user