Se quitaron precios

This commit is contained in:
2025-08-08 12:11:00 -06:00
parent 96489c91bc
commit 5c2acaff72
2 changed files with 9 additions and 9 deletions

6
.env
View File

@@ -1,4 +1,4 @@
VITE_DEBUG_MODE=false
VITE_DEBUG_MODE=true
VITE_EFC_API_URL=https://api.efc-aduanasoft.com/api/v1
VITE_EFC_MICROSERVICE_URL=https://api.efc-aduanasoft.com/microservice/api/v1
VITE_EFC_API_URL=http://192.168.1.195:8000/api/v1
VITE_EFC_MICROSERVICE_URL=http://192.168.1.195:8001/api/v1

View File

@@ -392,7 +392,7 @@ export default function Landing() {
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
{/* Plan Básico */}
<div className="bg-white rounded-lg shadow-md p-8 border border-gray-200">
<div className="text-center">
{/* <div className="text-center">
<h3 className="text-2xl font-semibold text-gray-900 mb-2">Básico</h3>
<p className="text-gray-600 mb-4">Para agencias pequeñas</p>
<div className="mb-6">
@@ -429,10 +429,10 @@ export default function Landing() {
Comenzar prueba gratuita
</button>
</div>
</div>
</div> */}
{/* Plan Profesional */}
<div className="bg-white rounded-lg shadow-xl p-8 border-2 border-indigo-500 relative">
{/* <div className="bg-white rounded-lg shadow-xl p-8 border-2 border-indigo-500 relative">
<div className="absolute top-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
<span className="bg-indigo-500 text-white px-4 py-1 rounded-full text-sm font-medium">
Más Popular
@@ -481,10 +481,10 @@ export default function Landing() {
Comenzar prueba gratuita
</button>
</div>
</div>
</div> */}
{/* Plan Empresarial */}
<div className="bg-white rounded-lg shadow-md p-8 border border-gray-200">
{/* <div className="bg-white rounded-lg shadow-md p-8 border border-gray-200">
<div className="text-center">
<h3 className="text-2xl font-semibold text-gray-900 mb-2">Empresarial</h3>
<p className="text-gray-600 mb-4">Para grandes corporaciones</p>
@@ -530,7 +530,7 @@ export default function Landing() {
</div>
</div>
</div>
</div>
</div> */}
{/* Contacto Section */}
<div id="contacto" className="mt-20 bg-white rounded-2xl shadow-lg p-8 md:p-12">