Update src/app/page.tsx
This commit is contained in:
346
src/app/page.tsx
346
src/app/page.tsx
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Rooms & Suites",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Rooms & Suites", id: "#products"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Amenities", id: "#features"},
|
||||
{
|
||||
name: "Guest Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Guest Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prbrc4"
|
||||
logoAlt="Plaza Hotel Alexandria Logo"
|
||||
brandName="Plaza Hotel Alexandria"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,96 +59,55 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Unrivaled Luxury at Plaza Hotel Alexandria"
|
||||
description="Immerse yourself in the timeless elegance and modern comfort of our prestigious hotel, where every stay is a masterpiece of hospitality."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@TravelerSarah",
|
||||
testimonial: "Plaza Hotel Alexandria exceeded all my expectations. The service was impeccable, and the views were breathtaking. A truly unforgettable experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah J.", handle: "@TravelerSarah", testimonial: "Plaza Hotel Alexandria exceeded all my expectations. The service was impeccable, and the views were breathtaking. A truly unforgettable experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@BusinessPro",
|
||||
testimonial: "For my business trip, the Plaza Hotel offered both comfort and convenience. The facilities are top-notch, and the staff is incredibly attentive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg",
|
||||
},
|
||||
name: "Michael D.", handle: "@BusinessPro", testimonial: "For my business trip, the Plaza Hotel offered both comfort and convenience. The facilities are top-notch, and the staff is incredibly attentive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@LuxurySeeker",
|
||||
testimonial: "Every detail at Plaza Hotel Alexandria screams luxury. From the exquisite dining to the plush rooms, it's a perfect retreat for relaxation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-posing-outdoors_23-2148804653.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@LuxurySeeker", testimonial: "Every detail at Plaza Hotel Alexandria screams luxury. From the exquisite dining to the plush rooms, it's a perfect retreat for relaxation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-posing-outdoors_23-2148804653.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@ExplorerDave",
|
||||
testimonial: "Staying at this hotel was the highlight of my trip to Alexandria. It's perfectly located and offers a superb blend of history and modern amenities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@ExplorerDave", testimonial: "Staying at this hotel was the highlight of my trip to Alexandria. It's perfectly located and offers a superb blend of history and modern amenities.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@VacayQueen",
|
||||
testimonial: "The staff made us feel so welcome. The rooms are stunning, and the amenities are fantastic. We can't wait to return to Plaza Hotel Alexandria!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg",
|
||||
},
|
||||
name: "Jessica M.", handle: "@VacayQueen", testimonial: "The staff made us feel so welcome. The rooms are stunning, and the amenities are fantastic. We can't wait to return to Plaza Hotel Alexandria!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expensive-hotel-reception-with-empty-modern-front-desk_482257-98967.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expensive-hotel-reception-with-empty-modern-front-desk_482257-98967.jpg"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor and high ceilings"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
|
||||
alt: "Happy hotel guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", alt: "Happy hotel guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-shocked-face-sitting-floor-with-suitcase-looking-worried-tensed-mobile-phone-screen_1258-314722.jpg",
|
||||
alt: "Smiling traveler",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-shocked-face-sitting-floor-with-suitcase-looking-worried-tensed-mobile-phone-screen_1258-314722.jpg", alt: "Smiling traveler"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-guest-waiting-check_482257-79729.jpg",
|
||||
alt: "Pleased visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-guest-waiting-check_482257-79729.jpg", alt: "Pleased visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg",
|
||||
alt: "Content customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-booking-reservation-form-concept_53876-122737.jpg", alt: "Content customer"},
|
||||
]}
|
||||
avatarText="Join our 10,000+ happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Service",
|
||||
type: "text", text: "Exceptional Service"},
|
||||
{
|
||||
type: "text-icon", text: "Luxurious Stays", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxurious Stays",
|
||||
icon: Star,
|
||||
type: "text", text: "Gourmet Dining"},
|
||||
{
|
||||
type: "text-icon", text: "Serene Spa", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Dining",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Serene Spa",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Memories",
|
||||
},
|
||||
type: "text", text: "Unforgettable Memories"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,7 +116,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Grandeur in Alexandria"
|
||||
description="For decades, Plaza Hotel Alexandria has stood as a beacon of sophistication, offering discerning travelers an unparalleled blend of historic charm and contemporary luxury. Perfectly situated, our hotel provides easy access to Alexandria's iconic landmarks and vibrant culture, ensuring a memorable stay for every guest."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,55 +126,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Luxurious Accommodations",
|
||||
description: "Experience unparalleled comfort in our spacious rooms and suites, meticulously designed with elegant furnishings and stunning views of the city or sea.",
|
||||
icon: Home,
|
||||
title: "Luxurious Accommodations", description: "Experience unparalleled comfort in our spacious rooms and suites, meticulously designed with elegant furnishings and stunning views of the city or sea.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg",
|
||||
imageAlt: "Elegant hotel room interior with a large bed",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Elegant hotel room interior with a large bed"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soap-toothbrush-cosmetic-bottle-towel-white-flower-vase-black-surface_23-2147927049.jpg",
|
||||
imageAlt: "Luxurious marble hotel bathroom with a large tub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soap-toothbrush-cosmetic-bottle-towel-white-flower-vase-black-surface_23-2147927049.jpg", imageAlt: "Luxurious marble hotel bathroom with a large tub"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prbrc4",
|
||||
imageAlt: "luxury hotel room interior king bed",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dining Experiences",
|
||||
description: "Embark on a culinary journey at our signature restaurants, where world-class chefs craft exquisite dishes using the finest local and international ingredients.",
|
||||
icon: Utensils,
|
||||
title: "Gourmet Dining Experiences", description: "Embark on a culinary journey at our signature restaurants, where world-class chefs craft exquisite dishes using the finest local and international ingredients.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
imageAlt: "Fine dining restaurant interior with a gourmet dish on the table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Fine dining restaurant interior with a gourmet dish on the table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-wooden-cup-bar-table_627829-6472.jpg",
|
||||
imageAlt: "Sophisticated hotel bar with creative cocktails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-wooden-cup-bar-table_627829-6472.jpg", imageAlt: "Sophisticated hotel bar with creative cocktails"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-hotel-reception-with-empty-modern-front-desk_482257-98967.jpg?_wi=2",
|
||||
imageAlt: "luxury hotel room interior king bed",
|
||||
},
|
||||
{
|
||||
title: "Serene Spa & Wellness",
|
||||
description: "Rejuvenate your mind, body, and soul at our tranquil spa. Indulge in bespoke treatments, relax by the pool, or maintain your routine at our modern fitness center.",
|
||||
icon: Sparkles,
|
||||
title: "Serene Spa & Wellness", description: "Rejuvenate your mind, body, and soul at our tranquil spa. Indulge in bespoke treatments, relax by the pool, or maintain your routine at our modern fitness center.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/time-relaxation-sauna_329181-1873.jpg",
|
||||
imageAlt: "Serene hotel spa treatment room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/time-relaxation-sauna_329181-1873.jpg", imageAlt: "Serene hotel spa treatment room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11159.jpg",
|
||||
imageAlt: "Luxury outdoor hotel swimming pool with lounge chairs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11159.jpg", imageAlt: "Luxury outdoor hotel swimming pool with lounge chairs"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg?_wi=2",
|
||||
imageAlt: "luxury hotel room interior king bed",
|
||||
},
|
||||
]}
|
||||
title="Indulge in Exquisite Amenities"
|
||||
@@ -246,47 +166,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Deluxe King Room",
|
||||
price: "$250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3647.jpg",
|
||||
imageAlt: "Deluxe King Room",
|
||||
},
|
||||
id: "p1", name: "Deluxe King Room", price: "$250/night", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3647.jpg", imageAlt: "Deluxe King Room"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Executive Suite",
|
||||
price: "$450/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg",
|
||||
imageAlt: "Executive Suite",
|
||||
},
|
||||
id: "p2", name: "Executive Suite", price: "$450/night", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Executive Suite"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Family Room",
|
||||
price: "$350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg",
|
||||
imageAlt: "Family Room",
|
||||
},
|
||||
id: "p3", name: "Family Room", price: "$350/night", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-friends-lying-bed-curtain_23-2147890726.jpg", imageAlt: "Family Room"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ocean View Suite",
|
||||
price: "$600/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497270.jpg",
|
||||
imageAlt: "Ocean View Suite",
|
||||
},
|
||||
id: "p4", name: "Ocean View Suite", price: "$600/night", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497270.jpg", imageAlt: "Ocean View Suite"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grand Penthouse",
|
||||
price: "$1200/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1460.jpg",
|
||||
imageAlt: "Grand Penthouse",
|
||||
},
|
||||
id: "p5", name: "Grand Penthouse", price: "$1200/night", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1460.jpg", imageAlt: "Grand Penthouse"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Accessible Queen Room",
|
||||
price: "$220/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-front-desk-does-check_482257-76467.jpg",
|
||||
imageAlt: "Accessible Queen Room",
|
||||
},
|
||||
id: "p6", name: "Accessible Queen Room", price: "$220/night", imageSrc: "http://img.b2bpic.net/free-photo/adult-front-desk-does-check_482257-76467.jpg", imageAlt: "Accessible Queen Room"},
|
||||
]}
|
||||
title="Discover Your Perfect Retreat"
|
||||
description="Choose from our collection of elegantly appointed rooms and suites, each designed to offer an oasis of comfort, sophistication, and breathtaking views."
|
||||
@@ -300,61 +190,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p_weekend",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Starting from $500",
|
||||
name: "Weekend Getaway",
|
||||
buttons: [
|
||||
id: "p_weekend", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "Starting from $500", name: "Weekend Getaway", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"2 Nights Accommodation",
|
||||
"Complimentary Breakfast",
|
||||
"Spa Access",
|
||||
"Late Checkout",
|
||||
],
|
||||
"2 Nights Accommodation", "Complimentary Breakfast", "Spa Access", "Late Checkout"],
|
||||
},
|
||||
{
|
||||
id: "p_business",
|
||||
badge: "Business",
|
||||
badgeIcon: Briefcase,
|
||||
price: "Starting from $750",
|
||||
name: "Business Retreat",
|
||||
buttons: [
|
||||
id: "p_business", badge: "Business", badgeIcon: Briefcase,
|
||||
price: "Starting from "$750"", name: "Business Retreat", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"3 Nights Accommodation",
|
||||
"Executive Lounge Access",
|
||||
"Airport Transfer",
|
||||
"Meeting Room Access",
|
||||
],
|
||||
"3 Nights Accommodation", "Executive Lounge Access", "Airport Transfer", "Meeting Room Access"],
|
||||
},
|
||||
{
|
||||
id: "p_family",
|
||||
badge: "Family",
|
||||
badgeIcon: Heart,
|
||||
price: "Starting from $900",
|
||||
name: "Family Adventure",
|
||||
buttons: [
|
||||
id: "p_family", badge: "Family", badgeIcon: Heart,
|
||||
price: "Starting from "$900"", name: "Family Adventure", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"4 Nights Accommodation",
|
||||
"Kids Club Access",
|
||||
"Daily Excursion",
|
||||
"Connecting Rooms Option",
|
||||
],
|
||||
"4 Nights Accommodation", "Kids Club Access", "Daily Excursion", "Connecting Rooms Option"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Stays, Exceptional Value"
|
||||
@@ -367,14 +227,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Travel Magazine",
|
||||
"Condé Nast Traveler",
|
||||
"Forbes Travel Guide",
|
||||
"World Luxury Hotel Awards",
|
||||
"TripAdvisor Travelers' Choice",
|
||||
"Egyptian Tourism Board",
|
||||
"Hospitality Excellence Awards",
|
||||
]}
|
||||
"Luxury Travel Magazine", "Condé Nast Traveler", "Forbes Travel Guide", "World Luxury Hotel Awards", "TripAdvisor Travelers' Choice", "Egyptian Tourism Board", "Hospitality Excellence Awards"]}
|
||||
title="Recognized for Excellence"
|
||||
description="Plaza Hotel Alexandria is proudly celebrated for its commitment to exceptional service, luxurious accommodations, and unparalleled guest satisfaction."
|
||||
/>
|
||||
@@ -387,45 +240,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test_1",
|
||||
name: "Amina H.",
|
||||
handle: "Frequent Guest",
|
||||
testimonial: "The attention to detail and personalized service at Plaza Hotel Alexandria are unmatched. It feels like a second home, but more luxurious!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg",
|
||||
},
|
||||
id: "test_1", name: "Amina H.", handle: "Frequent Guest", testimonial: "The attention to detail and personalized service at Plaza Hotel Alexandria are unmatched. It feels like a second home, but more luxurious!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg"},
|
||||
{
|
||||
id: "test_2",
|
||||
name: "Omar K.",
|
||||
handle: "International Traveler",
|
||||
testimonial: "I travel extensively, and this hotel truly stands out. The historical charm blended with modern amenities provides a unique and comfortable stay.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485969.jpg",
|
||||
},
|
||||
id: "test_2", name: "Omar K.", handle: "International Traveler", testimonial: "I travel extensively, and this hotel truly stands out. The historical charm blended with modern amenities provides a unique and comfortable stay.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485969.jpg"},
|
||||
{
|
||||
id: "test_3",
|
||||
name: "Layla S.",
|
||||
handle: "Leisure Guest",
|
||||
testimonial: "Our family vacation was perfect thanks to the Plaza Hotel. The kids loved the pool, and my husband and I enjoyed the quiet elegance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
|
||||
},
|
||||
id: "test_3", name: "Layla S.", handle: "Leisure Guest", testimonial: "Our family vacation was perfect thanks to the Plaza Hotel. The kids loved the pool, and my husband and I enjoyed the quiet elegance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg"},
|
||||
{
|
||||
id: "test_4",
|
||||
name: "Youssef Z.",
|
||||
handle: "Conference Attendee",
|
||||
testimonial: "The conference facilities were excellent, and my stay was incredibly comfortable. A highly recommended venue for both business and leisure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-successful-man-with-stylish-hair-dressed-modern-elegant-clothes-holds-cup-coffee-while-sitting-sofa-outdoor-cafe-against-background-city-wharf_613910-4560.jpg",
|
||||
},
|
||||
id: "test_4", name: "Youssef Z.", handle: "Conference Attendee", testimonial: "The conference facilities were excellent, and my stay was incredibly comfortable. A highly recommended venue for both business and leisure.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-successful-man-with-stylish-hair-dressed-modern-elegant-clothes-holds-cup-coffee-while-sitting-sofa-outdoor-cafe-against-background-city-wharf_613910-4560.jpg"},
|
||||
{
|
||||
id: "test_5",
|
||||
name: "Fatima M.",
|
||||
handle: "Alexandria Resident",
|
||||
testimonial: "Even as a local, I adore spending weekends here. It’s a beautiful escape, with impeccable service and a truly relaxing atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg",
|
||||
},
|
||||
id: "test_5", name: "Fatima M.", handle: "Alexandria Resident", testimonial: "Even as a local, I adore spending weekends here. It’s a beautiful escape, with impeccable service and a truly relaxing atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Esteemed Guests Say"
|
||||
@@ -438,30 +266,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq_1",
|
||||
title: "What are the check-in and check-out times?",
|
||||
content: "Check-in is at 3:00 PM, and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request and subject to availability, with potential additional charges.",
|
||||
},
|
||||
id: "faq_1", title: "What are the check-in and check-out times?", content: "Check-in is at 3:00 PM, and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request and subject to availability, with potential additional charges."},
|
||||
{
|
||||
id: "faq_2",
|
||||
title: "Do you offer airport transfer services?",
|
||||
content: "Yes, we provide airport transfer services to and from Borg El Arab Airport (HBE) and Cairo International Airport (CAI). Please arrange this with our concierge service at least 24 hours in advance.",
|
||||
},
|
||||
id: "faq_2", title: "Do you offer airport transfer services?", content: "Yes, we provide airport transfer services to and from Borg El Arab Airport (HBE) and Cairo International Airport (CAI). Please arrange this with our concierge service at least 24 hours in advance."},
|
||||
{
|
||||
id: "faq_3",
|
||||
title: "What dining options are available at the hotel?",
|
||||
content: "Plaza Hotel Alexandria boasts several dining options, including our gourmet Mediterranean restaurant, a casual café, and a sophisticated lounge bar. Room service is also available 24/7.",
|
||||
},
|
||||
id: "faq_3", title: "What dining options are available at the hotel?", content: "Plaza Hotel Alexandria boasts several dining options, including our gourmet Mediterranean restaurant, a casual café, and a sophisticated lounge bar. Room service is also available 24/7."},
|
||||
{
|
||||
id: "faq_4",
|
||||
title: "Are pets allowed at the hotel?",
|
||||
content: "Unfortunately, for the comfort and safety of all our guests, pets are not allowed on the hotel premises, with the exception of service animals.",
|
||||
},
|
||||
id: "faq_4", title: "Are pets allowed at the hotel?", content: "Unfortunately, for the comfort and safety of all our guests, pets are not allowed on the hotel premises, with the exception of service animals."},
|
||||
{
|
||||
id: "faq_5",
|
||||
title: "Do you have facilities for events and conferences?",
|
||||
content: "Yes, we offer versatile event spaces, including elegant ballrooms and modern meeting rooms, perfect for weddings, conferences, and social gatherings. Our events team is ready to assist with planning.",
|
||||
},
|
||||
id: "faq_5", title: "Do you have facilities for events and conferences?", content: "Yes, we offer versatile event spaces, including elegant ballrooms and modern meeting rooms, perfect for weddings, conferences, and social gatherings. Our events team is ready to assist with planning."},
|
||||
]}
|
||||
sideTitle="Your Questions, Our Answers"
|
||||
sideDescription="Find quick answers to common inquiries about your stay, facilities, and services at Plaza Hotel Alexandria. For further assistance, please contact us directly."
|
||||
@@ -473,8 +286,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Plan Your Unforgettable Stay"
|
||||
description="Reach out to our dedicated team for reservations, event inquiries, or any assistance you may need. We look forward to making your experience exceptional."
|
||||
@@ -493,13 +305,9 @@ export default function LandingPage() {
|
||||
logoAlt="Plaza Hotel Alexandria Logo"
|
||||
logoText="Plaza Hotel Alexandria"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user