diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/ReviewsSubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/ReviewsSubpage/index.tsx index 8a95f4c08..fc0af3857 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/ReviewsSubpage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelSubpage/ReviewsSubpage/index.tsx @@ -1,10 +1,10 @@ -import NextImage from "next/image" import { notFound } from "next/navigation" import { Suspense } from "react" import { Typography } from "@scandic-hotels/design-system/Typography" import Breadcrumbs from "@/components/Breadcrumbs" +import Image from "@/components/Image" import BreadcrumbsSkeleton from "@/components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton" import { getIntl } from "@/i18n" import { getLang } from "@/i18n/serverContext" @@ -77,7 +77,7 @@ export default async function ReviewsSubpage({ hotel }: ReviewsSubpageProps) {