diff --git a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx index dc451c658..47e28f1f4 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx @@ -15,7 +15,9 @@ export default function CityListingSkeleton() { diff --git a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx index c8e4ae88a..7385bbc07 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx @@ -3,12 +3,13 @@ import { useRef } from "react" import { useIntl } from "react-intl" +import { Typography } from "@scandic-hotels/design-system/Typography" + import { useDestinationDataStore } from "@/stores/destination-data" import DestinationFilterAndSort from "@/components/DestinationFilterAndSort" import Alert from "@/components/TempDesignSystem/Alert" import { BackToTopButton } from "@/components/TempDesignSystem/BackToTopButton" -import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import { useScrollToTop } from "@/hooks/useScrollToTop" import CityListingItem from "./CityListingItem" @@ -35,15 +36,17 @@ export default function CityListing() { ) : (
- - {intl.formatMessage( - { - defaultMessage: - "{count, plural, one {# destination} other {# destinations}}", - }, - { count: activeCities.length } - )} - + +

+ {intl.formatMessage( + { + defaultMessage: + "{count, plural, one {# destination} other {# destinations}}", + }, + { count: activeCities.length } + )} +

+
{activeCities.length === 0 ? ( diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx index 5035fb5d6..2133989a0 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx @@ -61,14 +61,14 @@ export default async function DestinationCityPage({ /> ) : (
-
+
}> {images?.length ? ( ) : null} -
+
{blocks && } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx index ff81c5ee1..13c17d90a 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx @@ -60,7 +60,7 @@ export default async function DestinationCountryPage({ /> ) : (
-
+
}> @@ -70,7 +70,7 @@ export default async function DestinationCountryPage({ destinationName={translatedCountry} /> ) : null} -
+
{blocks && } diff --git a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx index 74c009ec8..9e06945a5 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx @@ -15,7 +15,9 @@ export default function HotelListingSkeleton() {
    {Array.from({ length: 3 }).map((_, index) => ( - +
  • + +
  • ))}
diff --git a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx index 6936ab6fc..b53f1e773 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx @@ -6,6 +6,7 @@ import { useEffect, useRef, useState } from "react" import { useIntl } from "react-intl" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" +import { Typography } from "@scandic-hotels/design-system/Typography" import { useDestinationDataStore } from "@/stores/destination-data" @@ -13,7 +14,6 @@ import DestinationFilterAndSort from "@/components/DestinationFilterAndSort" import Alert from "@/components/TempDesignSystem/Alert" import { BackToTopButton } from "@/components/TempDesignSystem/BackToTopButton" import Button from "@/components/TempDesignSystem/Button" -import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import { useScrollToTop } from "@/hooks/useScrollToTop" import HotelListingItem from "./HotelListingItem" @@ -48,14 +48,17 @@ export default function HotelListing() { ) : (
- - {intl.formatMessage( - { - defaultMessage: "{count, plural, one {# hotel} other {# hotels}}", - }, - { count: activeHotels.length } - )} - + +

+ {intl.formatMessage( + { + defaultMessage: + "{count, plural, one {# hotel} other {# hotels}}", + }, + { count: activeHotels.length } + )} +

+
{mapUrl && (