import { PlusSigns } from "../icons/plus-signs";
import {
Card,
CardContent,
CardDescription,
CardHeader,
CardTitle,
} from "@/components/ui/card";
import { cn } from "@/lib/utils";
const items = [
{
title: (
<>
Unparalleled
VAR flexibility
>
),
description: [
"VAR is often known for its lengthy processing times. At Charter, we focus on achieving the fastest VAR transfers—often completed within hours.",
"Unlike traditional banks and middleware, we connect directly with the Federal Reserve to ensure the fastest, most transparent transfers possible.",
],
image: {
src: "/images/homepage/why-charter/1.webp",
alt: "Code snippet",
type: "fill",
},
className:
"flex flex-col pl-6 py-6 overflow-hidden md:col-span-3 md:flex-row gap-6 md:gap-12",
headerClassName: "flex-2 p-0",
contentClassName:
"relative h-[320px] w-full p-0 self-center overflow-hidden rounded-l-xl border md:flex-1",
},
{
title: "Unparalleled VAR flexibility",
description: [
"VAR has a reputation for taking too long. At Charter, we optimise for the fastest VAR transfers possible — often in a matter of hours.",
"Unlike legacy banks and middleware providers, we have a direct connection to the Federal Reserve to facilitate the quickest transfers.",
],
image: {
src: "/images/homepage/why-charter/2.svg",
alt: "VAR Process Flow",
width: 283,
height: 45,
},
className: "md:col-span-2 flex flex-col justify-center",
contentClassName:
"flex items-center justify-center p-6 max-md:mt-4 max-md:mb-8",
imagePosition: "content",
},
{
title: "Unparalleled VAR flexibility",
description: [
"VAR has a reputation for taking too long. At Charter, we optimise for the fastest VAR transfers possible — often in a matter of hours.",
],
image: {
src: "/images/homepage/why-charter/3.svg",
alt: "VAR Process Diagram",
width: 283,
height: 45,
},
className: "md:col-span-2",
headerClassName: "h-full",
imagePosition: "header",
},
{
title: "Unparalleled VAR flexibility",
description: [
"Unlike traditional banks and middleware, we connect directly with the Federal Reserve to ensure the fastest, most transparent transfers possible.",
],
image: {
src: "/images/homepage/code-snippet.webp",
alt: "Code snippet",
type: "fill",
},
className: "overflow-hidden md:col-span-3 ",
headerClassName: "",
contentClassName:
"relative h-[242px] mt-2 p-0 ml-8 w-full md:max-w-[400px] lg:max-w-[500px] overflow-hidden md:mx-auto shadow-xl rounded-t-2xl",
},
];
const WhyCharter = () => {
return (