diff --git a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx index 439ed36ee..33e8dfd3b 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx @@ -2,9 +2,6 @@ import { Typography } from "@scandic-hotels/design-system/Typography" import { ChevronRightSmallIcon, TripAdvisorIcon } from "@/components/Icons" import Link from "@/components/TempDesignSystem/Link" -import BiroScript from "@/components/TempDesignSystem/Text/BiroScript" -import Body from "@/components/TempDesignSystem/Text/Body" -import Preamble from "@/components/TempDesignSystem/Text/Preamble" import { getIntl } from "@/i18n" import { getSingleDecimal } from "@/utils/numberFormatting" @@ -43,14 +40,18 @@ export default async function IntroSection({
- - {intl.formatMessage({ id: "Welcome to" })} - - -

{hotelName}

+ + + {intl.formatMessage({ id: "Welcome to" })} + + + +

{hotelName}

- {formattedLocationText} + +

{formattedLocationText}

+
{formattedTripAdvisorText && ( @@ -59,7 +60,9 @@ export default async function IntroSection({ )}
- {hotelDescription} + +

{hotelDescription}

+