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:
@@ -64,6 +64,27 @@ export const posts: IPostData[] = [
|
||||
'Advantages of customized manufacturing solutions',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'quote',
|
||||
data: {
|
||||
text: 'Sustainability starts with measurable, small operational improvements.',
|
||||
author: 'Pasargad Bricks Team',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
{
|
||||
type: 'subtitle',
|
||||
data: 'Explore related projects',
|
||||
},
|
||||
{
|
||||
type: 'cta',
|
||||
data: {
|
||||
label: 'View Projects',
|
||||
link: '/projects',
|
||||
},
|
||||
},
|
||||
],
|
||||
fa_content: [
|
||||
{
|
||||
@@ -118,6 +139,27 @@ export const posts: IPostData[] = [
|
||||
'مزایای راهحلهای سفارشیسازی در تولید',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'quote',
|
||||
data: {
|
||||
text: 'پایداری با بهبودهای کوچک اما مداوم در عملیات آغاز میشود.',
|
||||
author: 'تیم آجر پاسارگاد',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
{
|
||||
type: 'subtitle',
|
||||
data: 'مشاهده پروژههای مرتبط',
|
||||
},
|
||||
{
|
||||
type: 'cta',
|
||||
data: {
|
||||
label: 'مشاهده پروژهها',
|
||||
link: '/projects',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user