'use client' import SanityImage from '../sanity-image' interface USPSectionProps { usps: any title: string mobileLayout: string desktopLayout: string imageFormat: 'square' | 'portrait' | 'landscape' } const USPSection = ({ usps }: USPSectionProps) => { const desktopGridLayout = `lg:grid-cols-${usps.length}` return (
{usp.text}