Merge version_2 into main #2
@@ -113,6 +113,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +123,8 @@ export default function LandingPage() {
|
||||
title="La Satisfaction de Nos Clients"
|
||||
description="Une note de 3.9/5 basée sur plus de 147 avis clients fidèles."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Note Moyenne", value: "3.9 / 5" },
|
||||
{ id: "2", icon: Smile, title: "Avis Clients", value: "147+" },
|
||||
@@ -133,12 +137,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardFive
|
||||
title="Ce que disent nos hôtes"
|
||||
description="Leurs témoignages reflètent notre engagement constant."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Wl HDB", date: "2024", title: "Excellent séjour", quote: "Un hôtel propre, bien situé et un accueil chaleureux.", tag: "Voyageur", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jn84i6" },
|
||||
{ id: "2", name: "Meryem Bensalah", date: "2024", title: "Très bon rapport qualité-prix", quote: "Le décor est moderne et l'ambiance vraiment calme, parfait pour se reposer.", tag: "Clientèle", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1xodkj" },
|
||||
{ id: "3", name: "Benmehirisse Abderrahmane", date: "2024", title: "Une belle découverte", quote: "Idéalement situé à Jijel, personnel très agréable.", tag: "Clientèle", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkq0wx" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,6 +154,7 @@ export default function LandingPage() {
|
||||
description="RQF8+3WM, Jijel, Algérie. Appelez-nous au 030 54 73 73 pour toute question ou réservation."
|
||||
buttons={[{ text: "Appeler le 030 54 73 73", href: "tel:030547373" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user