diff --git a/src/components/customerCases/CustomerCases.tsx b/src/components/customerCases/CustomerCases.tsx index facc2fd05..fc8347838 100644 --- a/src/components/customerCases/CustomerCases.tsx +++ b/src/components/customerCases/CustomerCases.tsx @@ -1,7 +1,7 @@ import { headers } from "next/headers"; import Link from "next/link"; -import { SanitySharedImage } from "src/components/image/SanityImage"; +import { SanityImage } from "src/components/image/SanityImage"; import Text from "src/components/text/Text"; import { getDraftModeInfo } from "src/utils/draftmode"; import { domainFromHostname } from "src/utils/url"; @@ -37,7 +37,7 @@ const CustomerCases = async ({ customerCasesPage }: CustomerCasesProps) => { sharedCustomerCases.data.map((customerCase) => (