Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric

This commit is contained in:
cdricms
2025-01-13 14:56:31 +01:00
5 changed files with 27 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ const testimonials = [
},
];
const Testimonial14 = () => {
const Testimonial = () => {
const [api, setApi] = useState<CarouselApi>();
const [current, setCurrent] = useState(0);
@@ -109,4 +109,4 @@ const Testimonial14 = () => {
);
};
export default Testimonial14;
export default Testimonial;