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() {