diff --git a/src/app/page.tsx b/src/app/page.tsx index 38b6d57..43fa611 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,12 +101,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Standard Room", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2735.jpg" }, + { id: "1", name: "Standard Room (Essential comfort)", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2735.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 (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" }, + { id: "3", name: "Business Suite (Quiet Workspace)", price: "GH₵615", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg" }, + { id: "4", name: "Economy Room (Great value)", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/white-bedroom-hotel_1150-12633.jpg" }, + { id: "5", name: "Executive Room (City Skyline View)", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" }, + { id: "6", name: "Family Room (Spacious Comfort)", 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."