diff --git a/AppImage/components/onboarding-carousel.tsx b/AppImage/components/onboarding-carousel.tsx index bfe4402..5cc612a 100644 --- a/AppImage/components/onboarding-carousel.tsx +++ b/AppImage/components/onboarding-carousel.tsx @@ -160,9 +160,8 @@ export function OnboardingCarousel() { - {/* Gradient header */}
@@ -170,13 +169,13 @@ export function OnboardingCarousel() { {/* Icon or Image */}
{slide.image ? ( -
+
{slide.title} { const target = e.target as HTMLImageElement target.style.display = "none" @@ -198,43 +197,48 @@ export function OnboardingCarousel() {
- {/* Content */} -
-
-

{slide.title}

-

{slide.description}

+
+
+

{slide.title}

+

+ {slide.description} +

{/* Progress dots */} -
+
{slides.map((_, index) => (
- {/* Navigation buttons */} -
- -
+
{currentSlide < slides.length - 1 ? ( <> - - @@ -242,7 +246,7 @@ export function OnboardingCarousel() { ) : (