feat: add certificate gallery and certifications section components
- Implemented CertificateGallery component to display certification images in a gallery format. - Created CertificationsSection component to showcase certifications with titles and descriptions. - Enhanced Gallery component to support animations and keyboard navigation. - Introduced Select component for dropdown selection with images. - Added utility functions for API responses and pagination handling. - Implemented localization functions for text and content. - Created a custom hook for detecting clicks outside of a component.
This commit is contained in:
@@ -39,6 +39,27 @@ export const tempContent = {
|
||||
'مزایای راهحلهای سفارشیسازی در تولید',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'quote',
|
||||
data: {
|
||||
text: 'پایداری با بهینهسازی مداوم فرآیندها ممکن میشود.',
|
||||
author: 'تیم پاسارگاد',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
{
|
||||
type: 'subtitle',
|
||||
data: 'پروژههای بیشتر',
|
||||
},
|
||||
{
|
||||
type: 'cta',
|
||||
data: {
|
||||
label: 'رفتن به پروژهها',
|
||||
link: '/projects',
|
||||
},
|
||||
},
|
||||
],
|
||||
fa_content: [
|
||||
{
|
||||
@@ -93,5 +114,26 @@ export const tempContent = {
|
||||
'مزایای راهحلهای سفارشیسازی در تولید',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'quote',
|
||||
data: {
|
||||
text: 'پایداری با بهینهسازی مداوم فرآیندها ممکن میشود.',
|
||||
author: 'تیم پاسارگاد',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
{
|
||||
type: 'subtitle',
|
||||
data: 'پروژههای بیشتر',
|
||||
},
|
||||
{
|
||||
type: 'cta',
|
||||
data: {
|
||||
label: 'رفتن به پروژهها',
|
||||
link: '/projects',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user