Selamat Datang di Hotel Teal
Temukan kenyamanan dan kemewahan di satu tempat. Pesan kamar Anda sekarang.
Kamar yang Tersedia
'Kamar Deluxe',
'type' => 'Deluxe',
'price' => '1.200.000',
'image' => 'https://images.pexels.com/photos/271618/pexels-photo-271618.jpeg?auto=compress&cs=tinysrgb&w=600',
'features' => ['1 King Bed', 'Pemandangan Kota', 'Wi-Fi Gratis']
],
[
'name' => 'Suite Keluarga',
'type' => 'Suite',
'price' => '1.800.000',
'image' => 'https://images.pexels.com/photos/1457842/pexels-photo-1457842.jpeg?auto=compress&cs=tinysrgb&w=600',
'features' => ['2 Queen Beds', 'Ruang Tamu', 'Sarapan Gratis']
],
[
'name' => 'Standard Single',
'type' => 'Standard',
'price' => '800.000',
'image' => 'https://images.pexels.com/photos/262048/pexels-photo-262048.jpeg?auto=compress&cs=tinysrgb&w=600',
'features' => ['1 Single Bed', 'Meja Kerja', 'Wi-Fi Gratis']
]
];
foreach ($rooms as $room):
?>