File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import UnderlineLink from "@modules/common/components/underline-link"
2
- import Image from "next/image"
2
+ import Image from "next/legacy/ image"
3
3
4
4
const Hero = ( ) => {
5
5
return (
Original file line number Diff line number Diff line change 1
1
import UnderlineLink from "@modules/common/components/underline-link"
2
- import Image from "next/image"
2
+ import Image from "next/legacy/ image"
3
3
4
4
const FooterCTA = ( ) => {
5
5
return (
Original file line number Diff line number Diff line change 1
1
import { Image as MedusaImage } from "@medusajs/medusa"
2
- import Image from "next/image"
2
+ import Image from "next/legacy/ image"
3
3
import { useRef } from "react"
4
4
5
5
type ImageGalleryProps = {
Original file line number Diff line number Diff line change 1
1
import { Image as MedusaImage } from "@medusajs/medusa"
2
2
import PlaceholderImage from "@modules/common/icons/placeholder-image"
3
3
import clsx from "clsx"
4
- import Image from "next/image"
4
+ import Image from "next/legacy/ image"
5
5
import React from "react"
6
6
7
7
type ThumbnailProps = {
You can’t perform that action at this time.
0 commit comments