import { useIntl } from "react-intl" import AdditionalAmenities from "@scandic-hotels/booking-flow/components/AdditionalAmenities" import Contact from "@scandic-hotels/booking-flow/components/Contact" import BreakfastAccordionItem from "@scandic-hotels/booking-flow/components/SidePeekAccordions/BreakfastAccordionItem" import CheckInCheckOutAccordionItem from "@scandic-hotels/booking-flow/components/SidePeekAccordions/CheckInCheckOutAccordionItem" import ParkingAccordionItem from "@scandic-hotels/booking-flow/components/SidePeekAccordions/ParkingAccordionItem" import Accordion from "@scandic-hotels/design-system/Accordion" import AccordionItem from "@scandic-hotels/design-system/Accordion/AccordionItem" import ButtonLink from "@scandic-hotels/design-system/ButtonLink" import { IconName } from "@scandic-hotels/design-system/Icons/iconName" import { Typography } from "@scandic-hotels/design-system/Typography" import { trackAccordionClick } from "@/utils/tracking" import styles from "./hotelSidePeek.module.css" import type { AdditionalData, Hotel, Restaurant, } from "@scandic-hotels/trpc/types/hotel" interface HotelSidePeekContentProps { hotel: Hotel & { url: string | null } restaurants: Restaurant[] additionalHotelData: AdditionalData | undefined } export function HotelSidePeekContent({ hotel, restaurants, additionalHotelData, }: HotelSidePeekContentProps) { const intl = useIntl() return (
{elevatorPitch}