diff --git a/components/Slider.tsx b/components/Slider.tsx index ca34234..e265df7 100644 --- a/components/Slider.tsx +++ b/components/Slider.tsx @@ -21,8 +21,8 @@ export default function Slider(props: SliderProps) { return ( <> {isTestimonial ? ( -
-
+
+
{TestimonialData.map((testimonial, index) => ( - +

@@ -83,8 +83,8 @@ export default function Slider(props: SliderProps) {

) : ( -