Merge version_1 into main #2
160
src/app/page.tsx
160
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Amenities", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hôtel Lalla Khedidja"
|
||||
/>
|
||||
@@ -52,64 +40,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Bienvenue à l'Hôtel Lalla Khedidja"
|
||||
description="Découvrez le confort et la sérénité au cœur de Tizi Ouzou. Votre séjour privilégié dans un cadre authentique."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562538.jpg?_wi=1"
|
||||
buttons={[{ text: "Réserver", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562538.jpg"
|
||||
imageAlt="Extérieur de l'Hôtel Lalla Khedidja"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg",
|
||||
alt: "Hôte 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562545.jpg",
|
||||
alt: "Hôte 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562548.jpg",
|
||||
alt: "Hôte 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-flowing-dress-walking-down-charming-european-street_23-2151976271.jpg",
|
||||
alt: "Hôte 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-waiting-near-hotel_23-2149901439.jpg",
|
||||
alt: "Hôte 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg", alt: "Hôte 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562545.jpg", alt: "Hôte 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562548.jpg", alt: "Hôte 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-flowing-dress-walking-down-charming-european-street_23-2151976271.jpg", alt: "Hôte 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-man-waiting-near-hotel_23-2149901439.jpg", alt: "Hôte 5" },
|
||||
]}
|
||||
avatarText="Plus de 500+ clients satisfaits"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Confort",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hospitalité",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bien-être",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sérénité",
|
||||
},
|
||||
{ type: "text", text: "Confort" },
|
||||
{ type: "text", text: "Hospitalité" },
|
||||
{ type: "text", text: "Tradition" },
|
||||
{ type: "text", text: "Bien-être" },
|
||||
{ type: "text", text: "Sérénité" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Réservations"
|
||||
title="Contactez-nous"
|
||||
description="Pour toute demande de disponibilité ou renseignement tarifaire, n'hésitez pas à nous joindre."
|
||||
@@ -227,14 +131,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Hôtel Lalla Khedidja"
|
||||
leftLink={{
|
||||
text: "Mentions Légales",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contactez-nous",
|
||||
href: "tel:026472164",
|
||||
}}
|
||||
leftLink={{ text: "Mentions Légales", href: "#" }}
|
||||
rightLink={{ text: "Contactez-nous", href: "tel:026472164" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user