2 Commits

Author SHA1 Message Date
d106148ae8 Update src/app/page.tsx 2026-05-06 22:05:59 +00:00
0e66b4062b Merge version_3 into main
Merge version_3 into main
2026-05-06 22:04:23 +00:00

View File

@@ -91,20 +91,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "r1", name: "Deluxe Canal View", price: "Starting from 1500 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
id: "r1", name: "Deluxe Canal View", price: "Starting from 1500 EGP", variant: "Canal View | Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg"},
{
id: "r2", name: "Family Suite", price: "Starting from 2200 EGP", variant: "Double Room", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg"},
id: "r2", name: "Family Suite", price: "Starting from 2200 EGP", variant: "Spacious | Double Room", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg"},
{
id: "r3", name: "Executive Room", price: "Starting from 1800 EGP", variant: "King Bed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg"},
id: "r3", name: "Executive Room", price: "Starting from 1800 EGP", variant: "Business | King Bed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg"},
{
id: "r4", name: "Standard King", price: "Starting from 1200 EGP", variant: "Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg"},
id: "r4", name: "Standard King", price: "Starting from 1200 EGP", variant: "Essential | Queen Bed", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_74190-5862.jpg"},
{
id: "r5", name: "Royal Suite", price: "Starting from 3500 EGP", variant: "Luxury Space", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
id: "r5", name: "Royal Suite", price: "Starting from 3500 EGP", variant: "Luxury Space | Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
{
id: "r6", name: "Twin Garden View", price: "Starting from 1300 EGP", variant: "Two Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg"},
id: "r6", name: "Twin Garden View", price: "Starting from 1300 EGP", variant: "Serene | Two Beds", imageSrc: "http://img.b2bpic.net/free-photo/modern-beadroom-hotel_1150-17926.jpg"},
]}
title="Our Luxurious Accommodations"
description="Explore our range of well-appointed rooms designed for comfort and elegance."
description="Explore our range of well-appointed rooms designed for comfort and elegance. Each category offers unique benefits tailored to your stay."
buttons={[
{
text: "Check Availability", href: "#contact"}