feat(SW-203): added show more functionality to rooms inside the hotel page

This commit is contained in:
Erik Tiekstra
2024-08-12 13:43:15 +02:00
parent e67212bd94
commit dc38b5f71a
6 changed files with 63 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ import { RoomData } from "@/types/hotel"
export interface RoomCardProps {
id: string
images: RoomData["attributes"]["content"]["images"]
hidden?: boolean
title: string
subtitle: string
badgeTextTransKey: string | null