3 Commits

Author SHA1 Message Date
548a919d8e Update src/app/page.tsx 2026-03-03 22:14:48 +00:00
4fda687bcb Update src/app/layout.tsx 2026-03-03 22:14:47 +00:00
e3cd7c1454 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:11:34 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,

View File

@@ -52,9 +52,9 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480545-7rorf2na.jpg?_wi=1", alt: "Guest 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052678-qe4j2xgu.jpg", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772576052679-nbnbcf7g.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-1772576052679-bpoy26wz.jpg", alt: "Guest 3" },
]} ]}
avatarText="2,500+ Happy Guests" avatarText="2,500+ Happy Guests"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8hYPmdhVIxtPQhyaZCWfw9IF/uploaded-1772575480545-gpyzg8gv.jpg?_wi=1" 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." description="Choose from our carefully curated selection of luxurious accommodations, each designed with your comfort in mind."
products={[ 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" gridVariant="three-columns-all-equal-width"
@@ -207,9 +207,7 @@ export default function LandingPage() {
}, },
{ {
items: [ items: [
{ { 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: "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: "Instagram", href: "https://www.instagram.com/lusailhotel5/" }, { label: "Instagram", href: "https://www.instagram.com/lusailhotel5/" },
{ label: "Google Maps", href: "https://maps.app.goo.gl/3kv9KPKzAjQmkzAU9" }, { label: "Google Maps", href: "https://maps.app.goo.gl/3kv9KPKzAjQmkzAU9" },
], ],