From 2ea15eb6b9822af4a335f7942edd9cab58e73cb9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:23:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++------------------------------------- 1 file changed, 28 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8398034..e1d5946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,11 @@ export default function LandingPage() { @@ -150,25 +104,9 @@ export default function LandingPage() { description="Consejos, rutas y actualizaciones de la comunidad." blogs={[ { - id: "b1", - category: "Rutas", - title: "Mejores senderos en CDMX", - excerpt: "Descubre las mejores rutas para rodar este fin de semana.", - imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-happy-young-european-cyclist-protective-equipment-sitting-tree-with-his-two-wheeled-motor-powered-vehicle-contemplating-amazing-wild-nature-around-him_273609-285.jpg?_wi=3", - authorName: "bcollctive", - authorAvatar: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg", - date: "15 Mayo", - }, + id: "b1", category: "Rutas", title: "Mejores senderos en CDMX", excerpt: "Descubre las mejores rutas para rodar este fin de semana.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-happy-young-european-cyclist-protective-equipment-sitting-tree-with-his-two-wheeled-motor-powered-vehicle-contemplating-amazing-wild-nature-around-him_273609-285.jpg?_wi=3", authorName: "bcollctive", authorAvatar: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg", date: "15 Mayo"}, { - id: "b2", - category: "Mantenimiento", - title: "Cuida tu transmisión", - excerpt: "La guía definitiva para mantener tu bicicleta al máximo.", - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-dirt-bike_23-2151493439.jpg?_wi=4", - authorName: "bcollctive", - authorAvatar: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg", - date: "10 Mayo", - }, + id: "b2", category: "Mantenimiento", title: "Cuida tu transmisión", excerpt: "La guía definitiva para mantener tu bicicleta al máximo.", imageSrc: "http://img.b2bpic.net/free-photo/man-riding-dirt-bike_23-2151493439.jpg?_wi=4", authorName: "bcollctive", authorAvatar: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg", date: "10 Mayo"}, ]} /> @@ -177,16 +115,13 @@ export default function LandingPage() { @@ -196,29 +131,16 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg?_wi=3" columns={[ { - title: "Tienda", - items: [ - { - label: "Bicicletas", - href: "/catalogo", - }, - { - label: "Ropa", - href: "/ropa", - }, + title: "Tienda", items: [ + { label: "Inicio", href: "/" }, + { label: "Bicicletas", href: "/catalogo" }, + { label: "Ropa", href: "/ropa" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacidad", - href: "#", - }, - { - label: "Términos", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacidad", href: "#" }, + { label: "Términos", href: "#" }, ], }, ]}