diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx new file mode 100644 index 0000000..8e56ce2 --- /dev/null +++ b/src/app/services/page.tsx @@ -0,0 +1,51 @@ +import ProductVariantCards from '@/components/sections/product/ProductVariantCards'; + +export default function ServicesPage() { + return ( +
+ +
+ ); +} \ No newline at end of file