diff --git a/app/[locale]/[[...slug]]/category-page.tsx b/app/[locale]/[[...slug]]/category-page.tsx index 7cc1cfdc5..83af7e773 100644 --- a/app/[locale]/[[...slug]]/category-page.tsx +++ b/app/[locale]/[[...slug]]/category-page.tsx @@ -9,6 +9,6 @@ interface CategoryPageProps { export default function ProductPage({data }: CategoryPageProps) { return ( - <>Category page +
Category: {data?.title}
) }