import { Badge } from "@/components/ui/badge" import { ArrowRight } from "lucide-react" import homeData from "@/data/home.json" export function PartnersSection() { const { process } = homeData return (
{/* Background decoration */}
) }