Project: Lenci R1 V0.1.8
2026-02-25 23:16:29
Issue Description In the Arabic (RTL) version of the landing page testimonial slider, the pagination indicators (dots) start from the left side instead of the right side. This creates an inconsistency with RTL layout expectations, where visual progression and indexing should begin from the right. The active slide indicator currently appears aligned to LTR logic rather than RTL logic. Expected Behavior When the website language is set to Arabic (RTL): Slider pagination indicators should be aligned and ordered from right to left. The first slide should correspond to the rightmost dot. Progression between slides should visually move from right → left. Indicator behavior should feel native to RTL reading direction. Acceptance Criteria In Arabic mode, the pagination dots are visually rendered starting from the right. The active dot for slide #1 is the rightmost indicator. Navigating forward moves the active indicator toward the left. Switching back to English (LTR) restores left-to-right indicator order. No layout shifting or misalignment occurs during language switching.