diff --git a/src/components/Activities.astro b/src/components/Activities.astro index 0d3bc95..e0c987d 100644 --- a/src/components/Activities.astro +++ b/src/components/Activities.astro @@ -43,6 +43,35 @@ +
+ +
+ 🚴 + Via Allier · Vélo itinérant +
+ + +
+
+

+ La Via Allier est un itinéraire cyclable de 300 km le long de la rivière Allier. + Alleyras est un point de passage idéal pour les cyclistes itinérants, avec des + hébergements et services adaptés. +

+
+
Étape 6 · Monistrol-d'Allier → Pont d'Alleyras 17,6 km
+
Étape 7 · Pont d'Alleyras → Chapeauroux 22,2 km
+
+ + Fiche officielle de la Via Allier → + +
+
+
diff --git a/src/components/Features.astro b/src/components/Features.astro index cd042e8..e54ee27 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -1,9 +1,8 @@ --- -import { Mountain, Waves, Bike, Fish, Milestone } from 'lucide-astro'; +import { Mountain, Waves, Bike, Fish } from 'lucide-astro'; const features = [ { icon: Mountain, label: 'GR470 · Étape officielle' }, - { icon: Milestone, label: 'Via Allier · Vélo itinérant' }, { icon: Waves, label: 'Canoë & kayak' }, { icon: Bike, label: 'VTT & VTTAE' }, { icon: Fish, label: 'Pêche à la mouche' },