From 645c7659eafb4a78a813be79d5c9f43a02c05953 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:39:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f42594..372f8ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,41 +47,26 @@ export default function LandingPage() {
@@ -101,24 +76,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Creada ", - }, + type: "text", content: "Creada "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/serious-focused-young-african-college-student-yellow-t-shirt-busy-doing-home-assignment-writing-down-exercise-book-sitting-empty-coworking-space-early-morning-using-laptop-computer_273609-7492.jpg", - alt: "Sobre nosotros", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/serious-focused-young-african-college-student-yellow-t-shirt-busy-doing-home-assignment-writing-down-exercise-book-sitting-empty-coworking-space-early-morning-using-laptop-computer_273609-7492.jpg", alt: "Sobre nosotros"}, { - type: "text", - content: " para transformar tu vida escolar", - }, + type: "text", content: " para transformar tu vida escolar"}, ]} buttons={[ { - text: "Conoce más", - href: "#features", - }, + text: "Conoce más", href: "#features"}, ]} /> @@ -131,26 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Flashcards Inteligentes", - description: "Domina cualquier tema repasando con nuestro sistema de repetición espaciada.", - imageSrc: "http://img.b2bpic.net/free-photo/notebook-notepad-paper-reminder-with-text-good-day-flat-lay_169016-36823.jpg", - titleIconSrc: "Star", - buttonText: "Probar", - }, + title: "Flashcards Inteligentes", description: "Domina cualquier tema repasando con nuestro sistema de repetición espaciada.", imageSrc: "http://img.b2bpic.net/free-photo/notebook-notepad-paper-reminder-with-text-good-day-flat-lay_169016-36823.jpg", titleIconSrc: "Star", buttonText: "Probar"}, { - title: "Asistente IA 24/7", - description: "Pregunta tus dudas y obtén explicaciones claras sin salir de tu centro de mando.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-abstract-overstimulated-feelings_23-2151245470.jpg", - titleIconSrc: "Zap", - buttonText: "Preguntar", - }, + title: "Asistente IA 24/7", description: "Pregunta tus dudas y obtén explicaciones claras sin salir de tu centro de mando.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-abstract-overstimulated-feelings_23-2151245470.jpg", titleIconSrc: "Zap", buttonText: "Preguntar"}, { - title: "Colaboración Estudiantil", - description: "Espacio interactivo para que nuestro comité comparta materiales y guías valiosas.", - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-cooperation-creative-people-working-together-business-project_273609-5533.jpg", - titleIconSrc: "Users", - buttonText: "Unirse", - }, + title: "Colaboración Estudiantil", description: "Espacio interactivo para que nuestro comité comparta materiales y guías valiosas.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-cooperation-creative-people-working-together-business-project_273609-5533.jpg", titleIconSrc: "Users", buttonText: "Unirse"}, ]} title="Herramientas que marcan la diferencia" description="Todo lo que necesitas para ser el mejor estudiante de tu institución." @@ -159,55 +110,32 @@ export default function LandingPage() {
@@ -296,29 +186,19 @@ export default function LandingPage() {