From 078b26a485324c8d73f40c04fe4de1d4b135743c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:51:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ffdd6a..38b6d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,11 +102,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { id: "1", name: "Standard Room", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2735.jpg" }, - { id: "2", name: "Deluxe Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg" }, - { id: "3", name: "Business Suite", price: "GH₵615", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg" }, + { id: "2", name: "Deluxe Room (City View)", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg" }, + { id: "3", name: "Business Suite (Extra-large bed)", price: "GH₵615", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg" }, { id: "4", name: "Economy Room", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/white-bedroom-hotel_1150-12633.jpg" }, - { id: "5", name: "Executive Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" }, - { id: "6", name: "Family Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg" }, + { id: "5", name: "Executive Room (City View)", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" }, + { id: "6", name: "Family Room (Extra-large bed)", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg" }, ]} title="Our Accommodations" description="Simple, decent, and well-maintained rooms for your rest." -- 2.49.1