Merge version_3 into main #5
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lusail Hotel - Boutique Luxury Accommodation in Cairo", description: "Experience luxury in the heart of Cairo at Lusail Hotel in Badr. Boutique accommodation with contemporary design and warm hospitality."};
|
||||
title: "Lusail Hotel - Boutique Luxury Accommodation in Cairo", description: "Experience luxury in the heart of Cairo at Lusail Hotel in Badr. Boutique accommodation with contemporary design and warm hospitality."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -52,9 +52,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480545-7rorf2na.jpg?_wi=1", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-two-young-businesswomen-having-meeting-shaking-hands-hotel-lobby-business-travel-concept_58466-11961.jpg", alt: "Guest 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052678-qe4j2xgu.jpg", alt: "Guest 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052679-nbnbcf7g.jpg", alt: "Guest 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052679-bpoy26wz.jpg", alt: "Guest 3" },
|
||||
]}
|
||||
avatarText="2,500+ Happy Guests"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480545-gpyzg8gv.jpg?_wi=1"
|
||||
@@ -102,13 +102,13 @@ export default function LandingPage() {
|
||||
description="Choose from our carefully curated selection of luxurious accommodations, each designed with your comfort in mind."
|
||||
products={[
|
||||
{
|
||||
id: "standard", name: "Standard Room", price: "EGP 1,200/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480544-wsup2kzv.jpg?_wi=1", imageAlt: "Standard Room at Lusail Hotel", initialQuantity: 1,
|
||||
id: "standard", name: "Standard Room", price: "EGP 1,200/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052678-qe4j2xgu.jpg", imageAlt: "Standard Room at Lusail Hotel", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "deluxe", name: "Deluxe Room", price: "EGP 1,800/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480544-wsup2kzv.jpg?_wi=2", imageAlt: "Deluxe Room at Lusail Hotel", initialQuantity: 1,
|
||||
id: "deluxe", name: "Deluxe Room", price: "EGP 1,800/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052679-nbnbcf7g.jpg", imageAlt: "Deluxe Room at Lusail Hotel", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "suite", name: "Suite", price: "EGP 2,500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480544-wsup2kzv.jpg?_wi=3", imageAlt: "Suite at Lusail Hotel", initialQuantity: 1,
|
||||
id: "suite", name: "Suite", price: "EGP 2,500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052679-bpoy26wz.jpg", imageAlt: "Suite at Lusail Hotel", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -207,9 +207,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Follow Us", href: "https://www.facebook.com/p/%D9%81%D9%86%D8%AF%D9%82-%D9%84%D9%88%D8%B3%D9%8A%D9%84Lusail-Hotel-61570651184598/"
|
||||
},
|
||||
{ label: "Facebook", href: "https://www.facebook.com/p/%D9%81%D9%86%D8%AF%D9%82-%D9%84%D9%88%D8%B3%D9%8A%D9%84Lusail-Hotel-61570651184598/" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/lusailhotel5/" },
|
||||
{ label: "Google Maps", href: "https://maps.app.goo.gl/3kv9KPKzAjQmkzAU9" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user