Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74282489c6 | |||
| d9488e694d | |||
| 5a5a0702ce | |||
| 078b26a485 | |||
| d9f6f1189e |
@@ -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: "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: "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: "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 (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."
|
||||
|
||||
Reference in New Issue
Block a user