feat(WEB-250): overview hero final ui
This commit is contained in:
@@ -3,7 +3,7 @@ import { Calendar } from "react-feather"
|
||||
import { dt } from "@/lib/dt"
|
||||
|
||||
import Image from "@/components/Image"
|
||||
import Title from "@/components/Title"
|
||||
import Title from "@/components/TempDesignSystem/Title"
|
||||
|
||||
import styles from "./stay.module.css"
|
||||
|
||||
@@ -29,13 +29,7 @@ export default function StayCard({ stay, lang }: StayCardProps) {
|
||||
height={240}
|
||||
/>
|
||||
<footer className={styles.footer}>
|
||||
<Title
|
||||
as="h5"
|
||||
level="h3"
|
||||
weight="semiBold"
|
||||
uppercase
|
||||
className={styles.hotel}
|
||||
>
|
||||
<Title as="h5" className={styles.hotel} level="h3">
|
||||
{hotelInformation.hotelName}
|
||||
</Title>
|
||||
<div className={styles.date}>
|
||||
|
||||
Reference in New Issue
Block a user