spestexnika
This commit is contained in:
15
components/pageParts/products.tsx
Normal file
15
components/pageParts/products.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
'use client'
|
||||
|
||||
import React from 'react'
|
||||
import Title from '../tools/title'
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
|
||||
export default function Products() {
|
||||
const {t} = useTranslation("common");
|
||||
return (
|
||||
<div>
|
||||
<Title text={t('pricing-h2')} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user