import FCard from "./faq-card"; export default function FAQBlock({ faqs }) { return ( <> {Object.keys(faqs).map((faq) => ( ))} ); }