diff --git a/src/components/Carousel.jsx b/src/components/Carousel.jsx index 481315f..aca6eac 100644 --- a/src/components/Carousel.jsx +++ b/src/components/Carousel.jsx @@ -2,6 +2,7 @@ import React, { useState, useEffect, useRef } from 'react'; import clsx from 'clsx'; +import { H2, P, PS, PXS, H3 , H4 } from '@/components/text'; const cards = [ { @@ -70,42 +71,35 @@ const MultiCardCarousel = () => { const displayCards = isMobile ? [cards[currentIndex]] : cards.slice(currentIndex, currentIndex + 3); return ( -
- Explore a diverse range of activities designed to elevate your Mind, Body, and Soul, fostering a deeper connection and holistic well-being. -
+ ++ Explore a diverse range of activities designed to elevate your Mind, Body, and Soul. +
{card.description}
+