Update src/app/chambres/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user