From c9e7b3e5ea44e49bf2f04e794e97b7c65ae88940 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:11:19 +0000 Subject: [PATCH] Update src/app/chambres/page.tsx --- src/app/chambres/page.tsx | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/src/app/chambres/page.tsx b/src/app/chambres/page.tsx index 4a4ded9..4cf52de 100644 --- a/src/app/chambres/page.tsx +++ b/src/app/chambres/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; @@ -47,13 +46,9 @@ export default function ChambresPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", - imageAlt: "Chambre confort élégante", - }, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Chambre confort élégante"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=2", - imageAlt: "Suite prestige avec vue", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Suite prestige avec vue"}, ]} rating={5} ratingText="4,1/5 - Noté par nos clients" @@ -76,29 +71,11 @@ export default function ChambresPage() { tagAnimation="slide-up" products={[ { - id: "standard", - name: "Chambre Standard", - price: "CHF 120-150", - variant: "Vue lac • Wifi gratuit • Salle de bain", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg?_wi=2", - imageAlt: "Chambre standard chaleureuse", - }, + id: "standard", name: "Chambre Standard", price: "CHF 120-150", variant: "Vue lac • Wifi gratuit • Salle de bain", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg", imageAlt: "Chambre standard chaleureuse"}, { - id: "comfort", - name: "Chambre Confort", - price: "CHF 150-200", - variant: "Balcon privatif • Parking inclus • Minibar", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=3", - imageAlt: "Chambre confort avec balcon", - }, + id: "comfort", name: "Chambre Confort", price: "CHF 150-200", variant: "Balcon privatif • Parking inclus • Minibar", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Chambre confort avec balcon"}, { - id: "suite", - name: "Suite Prestige", - price: "CHF 220-280", - variant: "Vue panoramique • Spa • Salon séparé", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg?_wi=3", - imageAlt: "Suite prestige luxueuse", - }, + id: "suite", name: "Suite Prestige", price: "CHF 220-280", variant: "Vue panoramique • Spa • Salon séparé", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Suite prestige luxueuse"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"