From 837aa0875cf05519bc54d0c1045c7b131bbae2c9 Mon Sep 17 00:00:00 2001 From: techxninjas Date: Sun, 1 Mar 2026 14:46:34 +0530 Subject: [PATCH 1/4] Improved the testimonials card avatar style --- src/components/testimonials/TestimonialCard.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/testimonials/TestimonialCard.tsx b/src/components/testimonials/TestimonialCard.tsx index d9e5be27..7257b4bf 100644 --- a/src/components/testimonials/TestimonialCard.tsx +++ b/src/components/testimonials/TestimonialCard.tsx @@ -57,8 +57,9 @@ const TestimonialCard: React.FC = ({ {/* Header */}
- - +
+ + {name.charAt(0)} From dcf8fd730d4feeeeae4810f6c34d5b3cc0828717 Mon Sep 17 00:00:00 2001 From: techxninjas Date: Sun, 1 Mar 2026 14:57:10 +0530 Subject: [PATCH 2/4] FAQs page improved --- src/components/faqs/faqs.tsx | 61 ++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 5b3465c4..d0405acd 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -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.

@@ -99,25 +99,49 @@ const FAQs: React.FC = () => { {faqData.map((faq, index) => ( - -

diff --git a/src/components/testimonials/TestimonialCard.tsx b/src/components/testimonials/TestimonialCard.tsx index d7be5ecb..ede10889 100644 --- a/src/components/testimonials/TestimonialCard.tsx +++ b/src/components/testimonials/TestimonialCard.tsx @@ -59,7 +59,7 @@ const TestimonialCard: React.FC = ({
- + {name.charAt(0)}