From b50725ae2ec57b8e86c8885d0d0490b594f646a5 Mon Sep 17 00:00:00 2001 From: sanjidaRimi023 Date: Fri, 1 May 2026 23:10:53 +0600 Subject: [PATCH] refector:change faq card color --- src/components/FAQSection.tsx | 46 ++++++++++++----------------------- 1 file changed, 15 insertions(+), 31 deletions(-) diff --git a/src/components/FAQSection.tsx b/src/components/FAQSection.tsx index 7fb60cf..3eb5df0 100644 --- a/src/components/FAQSection.tsx +++ b/src/components/FAQSection.tsx @@ -5,7 +5,7 @@ import { AccordionTrigger, } from "@/components/ui/accordion"; import { motion, useInView, useScroll, useSpring } from "framer-motion"; -import { ArrowUpRight, Sparkles,ShieldQuestion } from "lucide-react"; +import { ArrowUpRight, ShieldQuestion, Sparkles } from "lucide-react"; import { useRef, useState } from "react"; const faqs = [ @@ -56,36 +56,30 @@ export default function FAQSection() { return (
- {/* Dynamic Background Elements */} -
-
-
-
- -
-
-
+
+
+
- + Got Questions?
-

- Clear Answers
- +

+ Clear Answers {" "} + For Big Ideas.

-

- We believe in radical transparency. If you don't find your answer - here, our engineers are just a click away. +

+ Everything you need to know about working with TechZaa. Can't find + what you're looking for? Reach out to our team.

@@ -109,8 +103,8 @@ export default function FAQSection() { group border-none rounded-3xl transition-all duration-500 px-2 ${ activeItem === `item-${index}` - ? "bg-white dark:bg-zinc-900 shadow-[0_20px_50px_rgba(0,0,0,0.05)] scale-[1.01]" - : "bg-zinc-100/50 dark:bg-zinc-900/30 hover:bg-zinc-200/50 dark:hover:bg-zinc-800/50" + ? "bg-primary/20 shadow-[0_20px_50px_rgba(0,0,0,0.05)] scale-[1.01]" + : "bg-accent" } `} > @@ -145,23 +139,13 @@ export default function FAQSection() {
{faq.answer} -
- -
+
))} - - {/* Bottom Indicator */} -