Add new photo

This commit is contained in:
TheMaddax 2025-07-03 09:16:01 -05:00
parent 6c8766e77a
commit bb22799937
2 changed files with 1 additions and 1 deletions

BIN
client/public/photos/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

View file

@ -1,7 +1,7 @@
import React, { useState, useEffect } from 'react';
import { motion, AnimatePresence } from 'framer-motion';
const images = ['/photos/5.jpg', '/photos/2.jpg', '/photos/3.jpg', '/photos/4.jpg', '/photos/1.jpg'];
const images = ['/photos/5.jpg', '/photos/2.jpg', '/photos/3.jpg', '/photos/4.jpg', '/photos/1.jpg', '/photos/6.jpg'];
const ImageCarousel: React.FC = () => {
const [currentIndex, setCurrentIndex] = useState(0);