diff --git a/components/hero.tsx b/components/hero.tsx index 65b0a52..a50bf55 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -1,7 +1,7 @@ "use client"; import React from 'react'; import { motion } from 'framer-motion'; -import Image from '../lib/Image'; +import Image from 'next/image'; import { fadeUp, fadeDown, fadeLeft } from '../lib/animations'; import { c } from '../lib/utils'; import styles from '../styles/Hero.module.scss';