Precios
This commit is contained in:
@@ -601,7 +601,7 @@ export default function LandingAnimated() {
|
||||
</section>
|
||||
|
||||
{/* Precios */}
|
||||
{/* <section id="precios" className="py-20 bg-white">
|
||||
<section id="precios" className="py-20 bg-white">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div
|
||||
data-animate="pricing-header"
|
||||
@@ -700,10 +700,12 @@ export default function LandingAnimated() {
|
||||
<div className="text-center mb-8">
|
||||
<h3 className="text-2xl font-bold mb-2" style={{ color: '#333333' }}>{plan.name}</h3>
|
||||
<p className="mb-4" style={{ color: '#7A7A7A' }}>{plan.description}</p>
|
||||
{/*
|
||||
<div className="mb-4">
|
||||
<span className="text-4xl font-extrabold" style={{ color: '#1B2A41' }}>{plan.price}</span>
|
||||
<span style={{ color: '#7A7A7A' }}>{plan.period}</span>
|
||||
</div>
|
||||
*/}
|
||||
</div>
|
||||
|
||||
<ul className="space-y-3 mb-8">
|
||||
@@ -731,7 +733,7 @@ export default function LandingAnimated() {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section> */}
|
||||
</section>
|
||||
|
||||
{/* Contacto */}
|
||||
<section id="contacto" className="relative py-20 overflow-hidden" style={{
|
||||
|
||||
Reference in New Issue
Block a user