import styles from "./index.module.css"; type Props = { items: { title: string; content: string; backgroundImage: string; }[]; } export default function ColumnXGrids({ items }: Props) { return (