diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7145ba4..7b1ca2e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,6 @@
import Navbar from '@/components/Navbar/Navbar';
import Hero from '@/components/Hero/Hero';
+import ReformaSlider from '@/components/ReformaSlider/ReformaSlider';
import Features from '@/components/Features/Features';
import Pricing from '@/components/Pricing/Pricing';
import ContactForm from '@/components/ContactForm/ContactForm';
@@ -8,12 +9,12 @@ import Footer from '@/components/Footer/Footer';
export default function Home() {
return (
<>
-
+ {/* */}
+
-
>
diff --git a/src/components/ContactForm/ContactForm.tsx b/src/components/ContactForm/ContactForm.tsx
index 0736bf7..8620225 100644
--- a/src/components/ContactForm/ContactForm.tsx
+++ b/src/components/ContactForm/ContactForm.tsx
@@ -269,11 +269,10 @@ export default function ContactForm() {
id="contact-name"
name="name"
type="text"
- className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${
- errors.name && touched.name
+ className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${errors.name && touched.name
? 'border-error shadow-[0_0_0_3px_rgba(255,59,59,0.08)]'
: 'border-gray-200'
- }`}
+ }`}
placeholder="Juan García"
value={formData.name}
onChange={handleChange}
@@ -298,11 +297,10 @@ export default function ContactForm() {
id="contact-email"
name="email"
type="email"
- className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${
- errors.email && touched.email
+ className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${errors.email && touched.email
? 'border-error shadow-[0_0_0_3px_rgba(255,59,59,0.08)]'
: 'border-gray-200'
- }`}
+ }`}
placeholder="juan@empresa.com"
value={formData.email}
onChange={handleChange}
@@ -330,11 +328,10 @@ export default function ContactForm() {
id="contact-company"
name="company"
type="text"
- className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${
- errors.company && touched.company
+ className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${errors.company && touched.company
? 'border-error shadow-[0_0_0_3px_rgba(255,59,59,0.08)]'
: 'border-gray-200'
- }`}
+ }`}
placeholder="Mi Empresa S.A."
value={formData.company}
onChange={handleChange}
@@ -360,11 +357,10 @@ export default function ContactForm() {
id="contact-phone"
name="phone"
type="tel"
- className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${
- errors.phone && touched.phone
+ className={`w-full px-4 py-3 text-base font-sans text-dark bg-white border-[1.5px] rounded-lg transition-all duration-150 outline-none placeholder:text-gray-400 focus:border-black focus:shadow-[0_0_0_3px_rgba(0,0,0,0.06)] ${errors.phone && touched.phone
? 'border-error shadow-[0_0_0_3px_rgba(255,59,59,0.08)]'
: 'border-gray-200'
- }`}
+ }`}
placeholder="+52 55 1234 5678"
value={formData.phone}
onChange={handleChange}
@@ -389,11 +385,10 @@ export default function ContactForm() {
),
- title: 'Automatización inteligente',
- description:
- 'Crea flujos de trabajo sin código. Conecta apps, dispara acciones y elimina tareas manuales con nuestra IA incorporada.',
- tag: 'IA',
+ title: 'Deja tu número',
+ description: 'Rellena tu nombre, teléfono y email. En menos de 2 minutos te llamamos.',
+ tag: '01',
},
{
icon: (
@@ -32,10 +31,9 @@ const features = [
/>
),
- title: 'Colaboración en tiempo real',
- description:
- 'Tu equipo siempre sincronizado. Comenta, asigna tareas y sigue el progreso de cada proyecto en tiempo real.',
- tag: 'Equipos',
+ title: 'Sube una foto',
+ description: 'Fotografía tu cocina o baño. Nuestra IA analiza el espacio.',
+ tag: '02',
},
{
icon: (
@@ -49,55 +47,9 @@ const features = [
/>
),
- title: 'Analíticas avanzadas',
- description:
- 'Paneles personalizables con métricas de negocio en tiempo real. Toma decisiones basadas en datos, no en suposiciones.',
- tag: 'Analytics',
- },
- {
- icon: (
-
- ),
- title: 'Seguridad enterprise',
- description:
- 'Cifrado end-to-end, SSO, auditoría de accesos y cumplimiento SOC 2 Tipo II. Tu información, siempre protegida.',
- tag: 'Seguridad',
- },
- {
- icon: (
-
- ),
- title: '200+ integraciones',
- description:
- 'Conecta con Slack, Notion, GitHub, Salesforce y más. FlowSync se adapta a tu stack, no al revés.',
- tag: 'Integraciones',
- },
- {
- icon: (
-
- ),
- title: 'Soporte 24/7',
- description:
- 'Equipo de soporte dedicado disponible en cualquier zona horaria. Tiempo de respuesta promedio: menos de 2 minutos.',
- tag: 'Soporte',
+ title: 'Recibe tu presupuesto',
+ description: 'Al colgar te llega por WhatsApp el render + presupuesto desglosado.',
+ tag: '03',
},
];
@@ -160,7 +112,7 @@ export default function Features() {
{feature.icon}
-
+
{feature.tag}
@@ -173,20 +125,6 @@ export default function Features() {
))}
-
- {/* Bottom CTA */}
-
-
- ¿Listo para transformar cómo trabaja tu equipo?
-
-
-
);
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index 32fcc75..5ca2dba 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -40,37 +40,6 @@ const socials = [
export default function Footer() {
return (