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