precios
This commit is contained in:
@@ -151,6 +151,7 @@ export default function Landing() {
|
||||
{/* Estadísticas animadas */}
|
||||
<div id="estadisticas" className="grid grid-cols-2 md:grid-cols-4 gap-8 mt-20">
|
||||
{/*
|
||||
{/*
|
||||
{plans.map((plan, idx) => (
|
||||
<div
|
||||
key={plan.name}
|
||||
@@ -175,6 +176,7 @@ export default function Landing() {
|
||||
</div>
|
||||
))}
|
||||
*/}
|
||||
*/}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -444,7 +446,7 @@ export default function Landing() {
|
||||
<h3 className="text-2xl font-semibold text-gray-900 mb-2">Profesional</h3>
|
||||
<p className="text-gray-600 mb-4">Para agencias en crecimiento</p>
|
||||
<div className="mb-6">
|
||||
<span className="text-4xl font-bold text-gray-900">$5,999</span>
|
||||
{/* <span className="text-4xl font-bold text-gray-900">$5,999</span> */}
|
||||
<span className="text-gray-600">/mes</span>
|
||||
</div>
|
||||
<ul className="text-left space-y-3 mb-8">
|
||||
|
||||
Reference in New Issue
Block a user