From d106148ae82c4f931ca0b1720216c6722091407e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 22:05:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e14e36..a49abbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"} -- 2.49.1