diff --git a/src/app/page.tsx b/src/app/page.tsx index acf6fe7..3fbcd6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,124 +33,73 @@ export default function LandingPage() {
@@ -163,9 +112,7 @@ export default function LandingPage() { description="Experts de la destination Normandie, nous concevons des séjours à vélo et randonnées alliant plaisir, culture et découverte. Notre équipe est dédiée à rendre vos vacances aussi relaxantes que possible." buttons={[ { - text: "En savoir plus", - href: "#contact", - }, + text: "En savoir plus", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-family-cycling-together_23-2150290045.jpg" /> @@ -178,23 +125,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Itinéraires sécurisés", - description: "Des boucles sélectionnées pour privilégier les voies vertes et petites routes.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-riding-bicycle-mountain-road_651396-2644.jpg", - }, + id: "f1", tag: "1", title: "Itinéraires sécurisés", description: "Des boucles sélectionnées pour privilégier les voies vertes et petites routes.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-riding-bicycle-mountain-road_651396-2644.jpg"}, { - id: "f2", - title: "Assistance Géo", - description: "Accès facile aux tracés GPS détaillés de tous nos circuits.", - imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165177.jpg", - }, + id: "f2", tag: "2", title: "Assistance Géo", description: "Accès facile aux tracés GPS détaillés de tous nos circuits.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165177.jpg"}, { - id: "f3", - title: "Hébergements confort", - description: "Hôtels et chambres d'hôtes sélectionnés pour leur accueil vélo.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-work-bicycle_23-2149443045.jpg", - }, + id: "f3", tag: "3", title: "Hébergements confort", description: "Hôtels et chambres d'hôtes sélectionnés pour leur accueil vélo.", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-work-bicycle_23-2149443045.jpg"}, ]} title="Pourquoi choisir nos circuits ?" description="Profitez d'une logistique simplifiée et d'itinéraires soigneusement sélectionnés pour votre plus grand confort." @@ -209,47 +144,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "La Boucle du Littoral", - price: "Dès 450€", - variant: "4 jours", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-couple-love-walking-with-bicycle-old-city-street_285396-3401.jpg", - }, + id: "p1", name: "La Boucle du Littoral", price: "Dès 450€", variant: "4 jours", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-couple-love-walking-with-bicycle-old-city-street_285396-3401.jpg"}, { - id: "p2", - name: "Vergers Normands", - price: "Dès 390€", - variant: "3 jours", - imageSrc: "http://img.b2bpic.net/free-photo/back-sexy-hot-sport-blond-woman-woman-model-riding-bicycle-green-summer-park-near-lake-with-flying-elevated-hair-air_158538-2079.jpg", - }, + id: "p2", name: "Vergers Normands", price: "Dès 390€", variant: "3 jours", imageSrc: "http://img.b2bpic.net/free-photo/back-sexy-hot-sport-blond-woman-woman-model-riding-bicycle-green-summer-park-near-lake-with-flying-elevated-hair-air_158538-2079.jpg"}, { - id: "p3", - name: "Pays d'Auge", - price: "Dès 520€", - variant: "5 jours", - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-bike-mountain-path_23-2148790141.jpg", - }, + id: "p3", name: "Pays d'Auge", price: "Dès 520€", variant: "5 jours", imageSrc: "http://img.b2bpic.net/free-photo/man-riding-bike-mountain-path_23-2148790141.jpg"}, { - id: "p4", - name: "Vallée de Seine", - price: "Dès 480€", - variant: "4 jours", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124564.jpg", - }, + id: "p4", name: "Vallée de Seine", price: "Dès 480€", variant: "4 jours", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124564.jpg"}, { - id: "p5", - name: "Bocage Normand", - price: "Dès 350€", - variant: "3 jours", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-harbor-isle-wight-english-channel_181624-44181.jpg", - }, + id: "p5", name: "Bocage Normand", price: "Dès 350€", variant: "3 jours", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-harbor-isle-wight-english-channel_181624-44181.jpg"}, { - id: "p6", - name: "Côte Fleurie", - price: "Dès 550€", - variant: "5 jours", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-traveling-by-bike_23-2149284858.jpg", - }, + id: "p6", name: "Côte Fleurie", price: "Dès 550€", variant: "5 jours", imageSrc: "http://img.b2bpic.net/free-photo/young-women-traveling-by-bike_23-2149284858.jpg"}, ]} title="Nos Circuits en Boucle" description="Une sélection de séjours en boucle pour découvrir la Normandie à votre rythme." @@ -263,45 +168,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Marie L.", - handle: "@mariel", - testimonial: "Un circuit parfaitement organisé, de magnifiques paysages normands.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/active-young-man-holding-by-his-hurt-broken-hands-while-lying-autumn-forest-path-by-his-bicycle_231208-966.jpg?_wi=2", - }, + id: "t1", name: "Marie L.", handle: "@mariel", testimonial: "Un circuit parfaitement organisé, de magnifiques paysages normands.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/active-young-man-holding-by-his-hurt-broken-hands-while-lying-autumn-forest-path-by-his-bicycle_231208-966.jpg"}, { - id: "t2", - name: "Thomas B.", - handle: "@thomasb", - testimonial: "Une expérience à vélo inoubliable. Service client très réactif.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-inspired-elderly-woman-with-orange-backpack-sporty-woman-casual-clothes-looking-forward-with-smile-sport-adventure-hobby-concept_74855-23347.jpg?_wi=2", - }, + id: "t2", name: "Thomas B.", handle: "@thomasb", testimonial: "Une expérience à vélo inoubliable. Service client très réactif.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-inspired-elderly-woman-with-orange-backpack-sporty-woman-casual-clothes-looking-forward-with-smile-sport-adventure-hobby-concept_74855-23347.jpg"}, { - id: "t3", - name: "Sophie M.", - handle: "@sophiem", - testimonial: "Superbe découverte des boucles normandes, on recommande vivement.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-mobile-phone-forest_23-2148148701.jpg?_wi=2", - }, + id: "t3", name: "Sophie M.", handle: "@sophiem", testimonial: "Superbe découverte des boucles normandes, on recommande vivement.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-mobile-phone-forest_23-2148148701.jpg"}, { - id: "t4", - name: "Lucas D.", - handle: "@lucasd", - testimonial: "Très bien guidé, des routes calmes et sécurisées pour la famille.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-her-workout-outdoors-alone_23-2149011893.jpg?_wi=2", - }, + id: "t4", name: "Lucas D.", handle: "@lucasd", testimonial: "Très bien guidé, des routes calmes et sécurisées pour la famille.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-her-workout-outdoors-alone_23-2149011893.jpg"}, { - id: "t5", - name: "Camille F.", - handle: "@camillef", - testimonial: "Excellent souvenir de nos vacances à vélo. Tout était parfait.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/slim-fit-beautiful-woman-doing-sports-morning-park-riding-bicycle-with-yoga-mat-colorful-fitness-outfit-exploring-nature-smiling-happy-healthy-lifestyle_285396-5648.jpg?_wi=2", - }, + id: "t5", name: "Camille F.", handle: "@camillef", testimonial: "Excellent souvenir de nos vacances à vélo. Tout était parfait.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/slim-fit-beautiful-woman-doing-sports-morning-park-riding-bicycle-with-yoga-mat-colorful-fitness-outfit-exploring-nature-smiling-happy-healthy-lifestyle_285396-5648.jpg"}, ]} showRating={true} title="Ils nous font confiance" @@ -316,32 +196,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "15+", - title: "Circuits uniques", - items: [ - "Boucles testées", - "Chemins sécurisés", - ], + id: "m1", value: "15+", title: "Circuits uniques", items: [ + "Boucles testées", "Chemins sécurisés"], }, { - id: "m2", - value: "2000+", - title: "Voyageurs heureux", - items: [ - "Familles", - "Amis", - "Solo", - ], + id: "m2", value: "2000+", title: "Voyageurs heureux", items: [ + "Familles", "Amis", "Solo"], }, { - id: "m3", - value: "12", - title: "Ans d'expérience", - items: [ - "Expertise locale", - "Passion vélo", - ], + id: "m3", value: "12", title: "Ans d'expérience", items: [ + "Expertise locale", "Passion vélo"], }, ]} title="Normandie Rando en Chiffres" @@ -355,20 +219,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Quel niveau de difficulté ?", - content: "Nous proposons des boucles pour tous les niveaux, du débutant au pratiquant aguerri.", - }, + id: "q1", title: "Quel niveau de difficulté ?", content: "Nous proposons des boucles pour tous les niveaux, du débutant au pratiquant aguerri."}, { - id: "q2", - title: "Location de vélos ?", - content: "Oui, nous pouvons organiser la location de vélos de qualité avec nos partenaires locaux.", - }, + id: "q2", title: "Location de vélos ?", content: "Oui, nous pouvons organiser la location de vélos de qualité avec nos partenaires locaux."}, { - id: "q3", - title: "Quelle est la meilleure saison ?", - content: "De mai à septembre pour profiter au mieux du climat normand.", - }, + id: "q3", title: "Quelle est la meilleure saison ?", content: "De mai à septembre pour profiter au mieux du climat normand."}, ]} title="Questions Fréquentes" description="Besoin d'informations sur votre prochain séjour ?" @@ -380,8 +235,7 @@ export default function LandingPage() {