diff --git a/apps/scandic-web/components/Blocks/Accordion/index.tsx b/apps/scandic-web/components/Blocks/Accordion/index.tsx index 689664307..9a698d120 100644 --- a/apps/scandic-web/components/Blocks/Accordion/index.tsx +++ b/apps/scandic-web/components/Blocks/Accordion/index.tsx @@ -32,8 +32,6 @@ export default function AccordionSection({ accordion, title }: AccordionProps) { {accordion.map((acc) => acc ? ( diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx index c0ea35bcc..0d1336b0b 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx @@ -14,6 +14,7 @@ import { } from "@/lib/trpc/memoizedRequests" import Breadcrumbs from "@/components/Breadcrumbs" +import { SeoFilters } from "@/components/ContentType/DestinationPage/SeoFilters" import BreadcrumbsSkeleton from "@/components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton" import { getIntl } from "@/i18n" import { getLang } from "@/i18n/serverContext" @@ -59,6 +60,7 @@ export default async function DestinationCityPage({ sidepeek_button_text, sidepeek_content, destination_settings, + seo_filters, } = destinationCityPage const allHotels = await getHotelsByCityIdentifier(cityIdentifier) @@ -114,6 +116,7 @@ export default async function DestinationCityPage({
{blocks && } +