diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50387d1..1a718ed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,64 +40,27 @@ export default function LandingPage() {
@@ -122,7 +73,7 @@ export default function LandingPage() {
description="L'Hôtel Lalla Khedidja vous offre un service de qualité supérieure dans une atmosphère chaleureuse et accueillante. Idéalement situé pour explorer les merveilles de la région du Djurdjura."
subdescription="Chaque détail est pensé pour assurer votre confort absolu durant votre séjour professionnel ou touristique."
icon={Award}
- imageSrc="http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg"
imageAlt="Intérieur de l'hôtel"
mediaAnimation="slide-up"
/>
@@ -135,28 +86,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Petit-déjeuner",
- description: "Savourez un petit-déjeuner copieux chaque matin.",
- bentoComponent: "reveal-icon",
- icon: Coffee,
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-with-blueberries-cereal-tray_23-2148797063.jpg",
- imageAlt: "hotel buffet breakfast spread",
+ title: "Petit-déjeuner", description: "Savourez un petit-déjeuner copieux chaque matin.", bentoComponent: "reveal-icon", icon: Coffee,
},
{
- title: "Connexion Wi-Fi",
- description: "Restez connecté avec un Wi-Fi haut débit gratuit.",
- bentoComponent: "reveal-icon",
- icon: Wifi,
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562538.jpg?_wi=2",
- imageAlt: "hotel buffet breakfast spread",
+ title: "Connexion Wi-Fi", description: "Restez connecté avec un Wi-Fi haut débit gratuit.", bentoComponent: "reveal-icon", icon: Wifi,
},
{
- title: "Parking Sécurisé",
- description: "Un stationnement facile pour tous nos résidents.",
- bentoComponent: "reveal-icon",
- icon: Car,
- imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=2",
- imageAlt: "hotel buffet breakfast spread",
+ title: "Parking Sécurisé", description: "Un stationnement facile pour tous nos résidents.", bentoComponent: "reveal-icon", icon: Car,
},
]}
title="Nos Services"
@@ -170,41 +106,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Ahmed M.",
- role: "Voyageur",
- testimonial: "Un hôtel très propre et bien situé à Tizi Ouzou. Personnel très accueillant.",
- imageSrc: "http://img.b2bpic.net/free-photo/older-guests-using-videocall-connection_482257-81635.jpg",
- },
- {
- id: "2",
- name: "Sarah L.",
- role: "Professionnelle",
- testimonial: "Parfait pour un déplacement pro. Calme et confortable.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-counter_107420-63587.jpg",
- },
- {
- id: "3",
- name: "Karim B.",
- role: "Touriste",
- testimonial: "Bon rapport qualité-prix. Je recommande vivement.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg",
- },
- {
- id: "4",
- name: "Fatima Y.",
- role: "Voyageuse",
- testimonial: "Excellent service client et petit-déjeuner varié.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-attractive-female-tourist-yellow-coat-carries-rucsack_273609-25705.jpg",
- },
- {
- id: "5",
- name: "Mohamed S.",
- role: "Touriste",
- testimonial: "Une expérience agréable, personnel aux petits soins.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575127.jpg",
- },
+ { id: "1", name: "Ahmed M.", role: "Voyageur", testimonial: "Un hôtel très propre et bien situé à Tizi Ouzou. Personnel très accueillant.", imageSrc: "http://img.b2bpic.net/free-photo/older-guests-using-videocall-connection_482257-81635.jpg" },
+ { id: "2", name: "Sarah L.", role: "Professionnelle", testimonial: "Parfait pour un déplacement pro. Calme et confortable.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-counter_107420-63587.jpg" },
+ { id: "3", name: "Karim B.", role: "Touriste", testimonial: "Bon rapport qualité-prix. Je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg" },
+ { id: "4", name: "Fatima Y.", role: "Voyageuse", testimonial: "Excellent service client et petit-déjeuner varié.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-attractive-female-tourist-yellow-coat-carries-rucsack_273609-25705.jpg" },
+ { id: "5", name: "Mohamed S.", role: "Touriste", testimonial: "Une expérience agréable, personnel aux petits soins.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575127.jpg" },
]}
title="Ce que disent nos hôtes"
description="Votre satisfaction est notre plus belle récompense."
@@ -214,9 +120,7 @@ export default function LandingPage() {