Skip to content

Commit

Permalink
Optimize image
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed Dec 24, 2024
1 parent 7e17311 commit 3dedd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 3dedd2f

Please sign in to comment.