From b477a7e451183d1e88c7e1941ebfc1f451498c80 Mon Sep 17 00:00:00 2001 From: Etan31 Date: Thu, 26 Sep 2024 23:42:02 +0800 Subject: [PATCH] Removed unrealted testimony. --- src/Testimonials.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Testimonials.js b/src/Testimonials.js index 8c46232..f3bef07 100644 --- a/src/Testimonials.js +++ b/src/Testimonials.js @@ -6,7 +6,7 @@ import Quote_ic from './imgs/quote.png'; const Testimonials = React.forwardRef((props, ref) => { const [currentIndex, setCurrentIndex] = useState(0); - const totalItems = 2; // Number of testimonial items + const totalItems = 1; // Number of testimonial items const carouselRef = useRef(null); @@ -50,7 +50,7 @@ const Testimonials = React.forwardRef((props, ref) => { I highly recommend him for anyone in need of top-quality web development services.

-
+ {/*
sample profile
Shane Francis Javier @@ -63,12 +63,12 @@ const Testimonials = React.forwardRef((props, ref) => {

Etan was very cute and I like him.

-
+
*/}
{/* TODO: Change this if there are multiple Testimony */} - - + {/* + */} );