Update src/app/rutas/page.tsx
This commit is contained in:
@@ -52,21 +52,21 @@ export default function RutasPage() {
|
||||
{
|
||||
title: "Sierra Norte de Madrid",
|
||||
description: "Una ruta emblemática de 120 km que te llevará por pueblos bonitos como Montejo de la Sierra. Perfecta para un fin de semana.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-mesmerizing-landscape-forested-mountains_181624-48206.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-mesmerizing-landscape-forested-mountains_181624-48206.jpg?_wi=2",
|
||||
imageAlt: "Ruta por la Sierra Norte",
|
||||
button: { text: "Ver Detalles", href: "#" },
|
||||
},
|
||||
{
|
||||
title: "Puerto de Navacerrada",
|
||||
description: "Una ruta clásica de 80 km ideal para motoristas que buscan curvas y vistas espectaculares. Excelente para practicar técnica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-with-vanishing-point_1122-1019.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-with-vanishing-point_1122-1019.jpg?_wi=2",
|
||||
imageAlt: "Puerto de Navacerrada",
|
||||
button: { text: "Ver Detalles", href: "#" },
|
||||
},
|
||||
{
|
||||
title: "Madrid - Patones - Torrelaguna",
|
||||
description: "Ruta de 95 km que combina carreteras tranquilas con paisajes rurales. Ideal para escapadas de fin de semana cercanas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-street-with-old-fortress_1398-4508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-street-with-old-fortress_1398-4508.jpg?_wi=2",
|
||||
imageAlt: "Ruta Madrid Patones Torrelaguna",
|
||||
button: { text: "Ver Detalles", href: "#" },
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function RutasPage() {
|
||||
price: "< 150 km",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg?_wi=2",
|
||||
imageAlt: "Rutas cortas en moto",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function RutasPage() {
|
||||
price: "150-250 km",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-motorcycle-riders-mountain-road_346278-12.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-motorcycle-riders-mountain-road_346278-12.jpg?_wi=2",
|
||||
imageAlt: "Rutas de fin de semana",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function RutasPage() {
|
||||
price: "> 250 km",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-old-woman-with-motorbike_23-2150647752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-old-woman-with-motorbike_23-2150647752.jpg?_wi=2",
|
||||
imageAlt: "Rutas de día completo",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function RutasPage() {
|
||||
price: "Montaña",
|
||||
rating: 5,
|
||||
reviewCount: "220+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-nature-vegetation-usa_23-2149871018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-nature-vegetation-usa_23-2149871018.jpg?_wi=2",
|
||||
imageAlt: "Rutas Sierra de Madrid",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function RutasPage() {
|
||||
price: "Paisaje",
|
||||
rating: 4,
|
||||
reviewCount: "140+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-mountain-covered-trees-with-city-buildings-distance-blue-cloudy-sky_181624-7552.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-mountain-covered-trees-with-city-buildings-distance-blue-cloudy-sky_181624-7552.jpg?_wi=2",
|
||||
imageAlt: "Rutas Sierra Oeste",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function RutasPage() {
|
||||
price: "Segura",
|
||||
rating: 5,
|
||||
reviewCount: "190+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-biker-motorbike_23-2148321945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-biker-motorbike_23-2148321945.jpg?_wi=2",
|
||||
imageAlt: "Rutas fáciles para principiantes",
|
||||
},
|
||||
]}
|
||||
@@ -162,7 +162,7 @@ export default function RutasPage() {
|
||||
description="Recibe las últimas rutas publicadas directamente en tu email. Mantente actualizado con las mejores escapadas en moto por Madrid."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faceless-person-ride_23-2147770980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/faceless-person-ride_23-2147770980.jpg?_wi=2"
|
||||
imageAlt="Motoristas suscriptores del newsletter"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user