feat: add route for select hotel
This commit is contained in:
18
components/HotelReservation/SelectHotel/HotelCard/index.tsx
Normal file
18
components/HotelReservation/SelectHotel/HotelCard/index.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
|
||||
import styles from "./hotelCard.module.css"
|
||||
|
||||
import { LangParams } from "@/types/params"
|
||||
|
||||
export default function HotelCard() {
|
||||
return (
|
||||
<div className={styles.card}>
|
||||
<div className={styles.information}>
|
||||
<Title as="h5" color="red">
|
||||
Scandic
|
||||
</Title>
|
||||
<Title as="h4">Helsinki Hub</Title>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user