public: update mixpanel pricing

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-12 21:46:55 +00:00
parent 68b12b36cc
commit b3afaf3d5f
2 changed files with 18 additions and 12 deletions

View File

@@ -8,13 +8,15 @@ import {
} from './ui/accordion';
export const Faqs = ({ children }: { children: React.ReactNode }) => (
<Accordion
type="single"
collapsible
className="w-full max-w-screen-md self-center border rounded-3xl [&_button]:px-4 bg-background-dark [&_div.answer]:bg-background-light"
>
{children}
</Accordion>
<div itemScope itemType="https://schema.org/FAQPage">
<Accordion
type="single"
collapsible
className="w-full max-w-screen-md self-center border rounded-3xl [&_button]:px-4 bg-background-dark [&_div.answer]:bg-background-light"
>
{children}
</Accordion>
</div>
);
export const FaqItem = ({