feat(BOOK-62): Added new InfoCard component and using that on hotel pages

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-11-04 07:39:33 +00:00
parent 10bf4d08d9
commit 4491d1de8e
27 changed files with 1119 additions and 663 deletions

View File

@@ -1,14 +1,17 @@
import { cx } from "class-variance-authority"
import { notFound } from "next/navigation"
import {
DEFAULT_THEME,
getThemeByHotel,
} from "@scandic-hotels/common/utils/theme"
import { env } from "@/env/server"
import { getHotel, getHotelPage } from "@/lib/trpc/memoizedRequests"
import HotelMapPage from "@/components/ContentType/HotelMapPage"
import HotelPage from "@/components/ContentType/HotelPage"
import HotelSubpage from "@/components/ContentType/HotelSubpage"
import { getThemeByHotel } from "@/utils/theme"
import { DEFAULT_THEME } from "@/utils/theme/types"
import styles from "./page.module.css"