diff --git a/components/layout/index/Gallery.jsx b/components/layout/index/Gallery.jsx index ee25389..af2de6d 100644 --- a/components/layout/index/Gallery.jsx +++ b/components/layout/index/Gallery.jsx @@ -1,6 +1,6 @@ import React, { useState, useEffect } from "react"; import Button from "@mui/material/Button"; -import Image from "next/legacy/image"; +import Image from "next/image"; import { Zoom } from "react-awesome-reveal"; const GallerySection = () => {