import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from '@konobangu/design-system/components/ui/accordion'; import { Button } from '@konobangu/design-system/components/ui/button'; import { PhoneCall } from 'lucide-react'; import Link from 'next/link'; export const FAQ = () => (

This is the start of something new

Managing a small business today is already tough. Avoid further complications by ditching outdated, tedious trade methods. Our goal is to streamline SMB trade, making it easier and faster than ever.

{Array.from({ length: 8 }).map((_, index) => ( This is the start of something new Managing a small business today is already tough. Avoid further complications by ditching outdated, tedious trade methods. Our goal is to streamline SMB trade, making it easier and faster than ever. ))}
);