diff --git a/src/app/page.tsx b/src/app/page.tsx index 027db8a..6836ada 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,100 +33,63 @@ export default function LandingPage() {
@@ -139,19 +102,13 @@ export default function LandingPage() { metrics={[ { icon: Lightbulb, - label: "Proyectos lanzados", - value: "150+", - }, + label: "Proyectos lanzados", value: "150+"}, { icon: Zap, - label: "Velocidad media", - value: "2s", - }, + label: "Velocidad media", value: "2s"}, { icon: ShieldCheck, - label: "Satisfacción", - value: "100%", - }, + label: "Satisfacción", value: "100%"}, ]} metricsAnimation="slide-up" /> @@ -161,22 +118,17 @@ export default function LandingPage() { @@ -258,25 +179,15 @@ export default function LandingPage() { author="Laura Gómez, Emprendedora" avatars={[ { - src: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", - alt: "Laura Gómez", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", alt: "Laura Gómez"}, { - src: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg", - alt: "Maria R.", - }, + src: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg", alt: "Maria R."}, { - src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", - alt: "Juan C.", - }, + src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Juan C."}, { - src: "http://img.b2bpic.net/free-photo/portrait-serious-man-black-shirt-standing-front-closed-door_23-2148164478.jpg", - alt: "Carlos P.", - }, + src: "http://img.b2bpic.net/free-photo/portrait-serious-man-black-shirt-standing-front-closed-door_23-2148164478.jpg", alt: "Carlos P."}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Sofia M.", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sofia M."}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -288,20 +199,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "¿Cuánto tiempo toma?", - content: "Entregamos tu sitio en un promedio de 10 días hábiles.", - }, + id: "1", title: "¿Cuánto tiempo toma?", content: "Entregamos tu sitio en un promedio de 10 días hábiles."}, { - id: "2", - title: "¿Qué incluye?", - content: "Dominio, hosting por un año, diseño responsive y optimización SEO básica.", - }, + id: "2", title: "¿Qué incluye?", content: "Dominio, hosting por un año, diseño responsive y optimización SEO básica."}, { - id: "3", - title: "¿Cómo es el pago?", - content: "50% de anticipo y el restante al finalizar la entrega.", - }, + id: "3", title: "¿Cómo es el pago?", content: "50% de anticipo y el restante al finalizar la entrega."}, ]} sideTitle="Preguntas frecuentes" faqsAnimation="blur-reveal" @@ -315,25 +217,14 @@ export default function LandingPage() { description="Estamos listos para hacer despegar tu proyecto. Cuéntanos qué necesitas." inputs={[ { - name: "name", - type: "text", - placeholder: "Tu nombre", - }, + name: "name", type: "text", placeholder: "Tu nombre"}, { - name: "email", - type: "email", - placeholder: "Tu correo", - }, + name: "email", type: "email", placeholder: "Tu correo"}, { - name: "phone", - type: "tel", - placeholder: "Tu teléfono", - }, + name: "phone", type: "tel", placeholder: "Tu teléfono"}, ]} textarea={{ - name: "message", - placeholder: "Describe tu proyecto brevemente", - }} + name: "message", placeholder: "Describe tu proyecto brevemente"}} imageSrc="http://img.b2bpic.net/free-photo/keyboard-credit-card-notebook-mock-up_23-2148317911.jpg" />
@@ -344,29 +235,19 @@ export default function LandingPage() { { items: [ { - label: "Servicios", - href: "#services", - }, + label: "Servicios", href: "#services"}, { - label: "Nosotros", - href: "#about", - }, + label: "Nosotros", href: "#about"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, ], }, { items: [ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Términos", - href: "#", - }, + label: "Términos", href: "#"}, ], }, ]}