Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{ name: "Booking", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Experience Moroccan Hospitality at Fekri Hotel, Meknes"
|
||||
description="Nestled in the heart of historic Meknes, Fekri Hotel offers an authentic and luxurious retreat for every traveler. Discover true Moroccan charm and comfort."
|
||||
background={{"variant":"downward-rays-static"}}
|
||||
background={{ "variant": "downward-rays-static" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-umbrella-beautiful-tropical-nature_1203-3978.jpg", imageAlt: "Luxurious Hotel Exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/orlando-downtown-architecture_649448-4667.jpg", imageAlt: "Hotel Facade at Night" },
|
||||
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
videoAriaLabel="A video showcasing Fekri Hotel's charm"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,8 +99,8 @@ export default function LandingPage() {
|
||||
tag="World-Class Amenities"
|
||||
title="Your Comfort, Our Priority"
|
||||
description="From serene spa treatments to exquisite dining and seamless connectivity, we ensure every moment of your stay is exceptional and catered to your needs."
|
||||
negativeCard={{"items":["No Hidden Fees","No Compromise on Comfort","No Limited Services"]}}
|
||||
positiveCard={{"items":["Traditional Moroccan Spa","Gourmet Restaurant & Cafe","High-Speed Wi-Fi Access","24/7 Concierge Service","Outdoor Swimming Pool","Daily Housekeeping"]}}
|
||||
negativeCard={{ "items": ["No Hidden Fees", "No Compromise on Comfort", "No Limited Services"] }}
|
||||
positiveCard={{ "items": ["Traditional Moroccan Spa", "Gourmet Restaurant & Cafe", "High-Speed Wi-Fi Access", "24/7 Concierge Service", "Outdoor Swimming Pool", "Daily Housekeeping"] }}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -169,7 +170,7 @@ export default function LandingPage() {
|
||||
tag="Trusted by Travelers"
|
||||
title="Recognized Excellence"
|
||||
description="Fekri Hotel is proudly acknowledged by leading travel organizations and consistently praised by our global guests for outstanding service and hospitality."
|
||||
names={["TripAdvisor","Booking.com","Traveler's Choice Awards","Morocco Tourism Board","Luxury Hotel Guide","Hospitality Excellence","Global Travel Awards"]}
|
||||
names={["TripAdvisor", "Booking.com", "Traveler's Choice Awards", "Morocco Tourism Board", "Luxury Hotel Guide", "Hospitality Excellence", "Global Travel Awards"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -199,7 +200,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Moroccan Escape"
|
||||
description="Have questions or need personalized assistance with your booking? Our dedicated team at Fekri Hotel is ready to help make your stay perfect."
|
||||
background={{"variant":"radial-gradient"}}
|
||||
background={{ "variant": "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Send Inquiry"
|
||||
|
||||
Reference in New Issue
Block a user