diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d5795..ab6f1e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,12 @@ export default function LandingPage() { @@ -125,24 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Seguimiento Emocional", - description: "No dejamos solo al alumno. Acompañamos cada etapa con un enfoque humano y cercano.", - imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402720.jpg?_wi=2", - imageAlt: "Soporte emocional", - }, - { - title: "Resultados en Selectividad", - description: "Metodología probada con altas tasas de éxito en los exámenes PAU año tras año.", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-pens-table_23-2147953159.jpg?_wi=2", - imageAlt: "Resultados", - }, - { - title: "Trato Personalizado", - description: "Adaptamos nuestra enseñanza al ritmo único de cada estudiante, sin grupos masificados.", - imageSrc: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg?_wi=2", - imageAlt: "Atención individual", - }, + { title: "Seguimiento Emocional", description: "No dejamos solo al alumno. Acompañamos cada etapa con un enfoque humano y cercano.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402720.jpg", imageAlt: "Soporte emocional" }, + { title: "Resultados en Selectividad", description: "Metodología probada con altas tasas de éxito en los exámenes PAU año tras año.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-pens-table_23-2147953159.jpg", imageAlt: "Resultados" }, + { title: "Trato Personalizado", description: "Adaptamos nuestra enseñanza al ritmo único de cada estudiante, sin grupos masificados.", imageSrc: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg", imageAlt: "Atención individual" }, ]} title="Por qué elegir Arca" description="Nuestros tres pilares para el éxito académico y personal." @@ -151,38 +85,15 @@ export default function LandingPage() {
@@ -308,33 +151,16 @@ export default function LandingPage() { logoText="Arca | Centre d'Estudis" columns={[ { - title: "Enlaces", - items: [ - { - label: "Inicio", - href: "#hero", - }, - { - label: "Método", - href: "#about", - }, - { - label: "Equipo", - href: "#team", - }, + title: "Enlaces", items: [ + { label: "Inicio", href: "#hero" }, + { label: "Método", href: "#about" }, + { label: "Equipo", href: "#team" }, ], }, { - title: "Contacto", - items: [ - { - label: "info@arca.edu", - href: "mailto:info@arca.edu", - }, - { - label: "C/ Ejemplo, 123", - href: "#", - }, + title: "Contacto", items: [ + { label: "info@arca.edu", href: "mailto:info@arca.edu" }, + { label: "C/ Ejemplo, 123", href: "#" }, ], }, ]}