Skip to content

Commit

Permalink
Update hero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerBOSS2019 committed Nov 3, 2024
1 parent 87daa0e commit c5bdb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image';

export function Hero() {
const [currentIndex, setCurrentIndex] = useState(0);
const images = ['/image1.png', '/image2.png', '/image3.png'];
const images = ['./image1.png', './image2.png', './image3.png'];

useEffect(() => {
const interval = setInterval(() => {
Expand Down

0 comments on commit c5bdb48

Please # to comment.