diff --git a/src/components/custom/TestimonialCard.tsx b/src/components/custom/TestimonialCard.tsx index f654f89..76aea8f 100644 --- a/src/components/custom/TestimonialCard.tsx +++ b/src/components/custom/TestimonialCard.tsx @@ -35,7 +35,7 @@ const TestimonialCard = () => { }, []); return ( -
+

"{testimonials[index].quote}"

diff --git a/src/components/sections/hero/HeroOverlay.tsx b/src/components/sections/hero/HeroOverlay.tsx index c542289..bef293b 100644 --- a/src/components/sections/hero/HeroOverlay.tsx +++ b/src/components/sections/hero/HeroOverlay.tsx @@ -43,38 +43,52 @@ const HeroOverlay = ({ aria-hidden="true" /> -
-
- {tag} +
+
+
+ {tag} - + - + -
-
- - {avatars && avatars.length > 0 && ( -
- +
+
- )} + + {avatars && avatars.length > 0 && ( +
+ +
+ )} +
+
+ +
-
);