'use client' import React from "react"; import { Accordion, AccordionItem, AccordionItemHeading, AccordionItemButton, AccordionItemPanel, } from "react-accessible-accordion"; const FaqContent = [ { title: " Efficient Implementation.", desc: ` We cut down implementation time and costs, ensuring our clients get measurable results from multi-channel campaigns designed for maximum impact and return on investment.`, expand: "a", }, { title: "Innovative.", desc: `We reject cookie-cutter approaches that splatter the same content in every channel. Instead, our content is carefully crafted for each channel.`, expand: "b", }, { title: "Proprietary Technology.", desc: `Our proprietary software technology provides a unique edge in this competitive landscape. It’s not just about what we do; it’s about how we do it.`, expand: "c", }, ]; const Faq = () => { return (
{item.desc}