This commit is contained in:
2026-01-17 00:06:30 +01:00
parent f18dd5b0f9
commit 3dd4f7f121
78 changed files with 1181 additions and 925 deletions

View File

@@ -13,7 +13,7 @@ interface ProductPageProps {
const components = {
ProductTechnicalData,
// Add other components if needed
p: (props: any) => <div {...props} className="mb-4" />,
};
export default async function ProductPage({ params }: ProductPageProps) {