import Link from "next/link"; import React from "react"; const FAQQuestion = ({ title, children, }: { title: string; children: React.ReactNode; }) => { return (