From e2fd912c255c08ed4af14360f0b77a0cdc782bda Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 22:55:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a97f4..fad0592 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -302,20 +179,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "¿Cómo instalo la PWA?", - content: "Toca el botón compartir en Safari y luego 'Agregar al inicio'.", - }, + id: "q1", title: "¿Cómo instalo la PWA?", content: "Toca el botón compartir en Safari y luego 'Agregar al inicio'."}, { - id: "q2", - title: "¿Se pierden mis figuritas?", - content: "No, los datos se guardan localmente en tu iPhone.", - }, + id: "q2", title: "¿Se pierden mis figuritas?", content: "No, los datos se guardan localmente en tu iPhone."}, { - id: "q3", - title: "¿Cómo intercambio?", - content: "Escanea el código QR de otro coleccionista directamente.", - }, + id: "q3", title: "¿Cómo intercambio?", content: "Escanea el código QR de otro coleccionista directamente."}, ]} title="Preguntas Frecuentes" description="Todo lo que necesitas saber para empezar." @@ -327,46 +195,29 @@ export default function LandingPage() {