diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 5b3465c4..502c0393 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -44,7 +44,7 @@ const faqData = [ const FAQs: React.FC = () => { const [activeIndex, setActiveIndex] = useState(null); - const { colorMode, isDark } = useSafeColorMode(); + const { isDark } = useSafeColorMode(); const toggleAccordion = (index: number) => { setActiveIndex(activeIndex === index ? null : index); @@ -65,12 +65,12 @@ const FAQs: React.FC = () => { padding: "2rem 0", }} > -
+
-
+
{ FAQs

@@ -88,7 +88,7 @@ const FAQs: React.FC = () => {

Find answers to the most common questions about recode hive.

@@ -96,70 +96,105 @@ const FAQs: React.FC = () => { {/* Accordion Masonry Columns to prevent sibling expansion */}
- {faqData.map((faq, index) => ( - - - -
diff --git a/src/components/testimonials/TestimonialCard.tsx b/src/components/testimonials/TestimonialCard.tsx index d9e5be27..ede10889 100644 --- a/src/components/testimonials/TestimonialCard.tsx +++ b/src/components/testimonials/TestimonialCard.tsx @@ -21,7 +21,7 @@ const TestimonialCard: React.FC = ({ avatar, link, }) => { - const { colorMode, isDark } = useSafeColorMode(); + const { isDark } = useSafeColorMode(); const formatLinkDisplay = (url: string) => { try { @@ -57,8 +57,9 @@ const TestimonialCard: React.FC = ({ {/* Header */}
- - +
+ + {name.charAt(0)}