We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8314 commit 37741e9Copy full SHA for 37741e9
app/[locale]/10years/_components/AdoptionSwiper.tsx
@@ -1,5 +1,6 @@
1
"use client"
2
3
+import type { StaticImageData } from "next/image"
4
import { useTranslations } from "next-intl"
5
6
import { Image } from "@/components/Image"
@@ -15,7 +16,7 @@ import {
15
16
import { cn } from "@/lib/utils/cn"
17
18
type AdoptionCardProps = {
- adoptionCards: { image: unknown; href: string }[]
19
+ adoptionCards: { image: StaticImageData; href: string }[]
20
adoptionStyles: string[]
21
}
22
0 commit comments