fix: update typography including missing header element in hotel cards

add responsive sizes to hotel card image

removed non-existing class
This commit is contained in:
Christian Andolf
2025-05-23 16:08:09 +02:00
parent a849c48edd
commit 642a6881e2
3 changed files with 61 additions and 54 deletions

View File

@@ -1,6 +1,5 @@
"use client"
import { cx } from "class-variance-authority"
import { memo, useState } from "react"
import { Button } from "react-aria-components"
import { useIntl } from "react-intl"
@@ -36,7 +35,7 @@ function ImageGallery({
return (
<>
<div className={cx(styles.wrapper, { [styles.fill]: fill })}>
<div className={styles.wrapper}>
<Image
className={styles.image}
src={firstImage.src}