"use client";
import { CardImageSection } from "./components/card-image-section";
import data from "./data.json";
export default function Page() {
return <CardImageSection data={data} />;
}
npx shadcn@latest add @roiui/card-image-section-tailwindimport { CardImageSectionTailwind } from "@/components/card-image-section-tailwind"<CardImageSectionTailwind />