feat: add HomeStorySection component and ShowMoreIcon SVG icon
- Implemented HomeStorySection component to display project statistics and images. - Added ShowMoreIcon component for UI enhancement.
This commit is contained in:
@@ -31,7 +31,7 @@ export default function HomePageProducts() {
|
||||
<div className="absolute inset-0 z-10 bg-black opacity-50" />
|
||||
<div className="relative z-20 container mx-auto grid grid-cols-2 gap-28">
|
||||
<SectionTitle
|
||||
title={t('page_products_title') as string}
|
||||
title={t('pages_products_title') as string}
|
||||
description={t('com_home_products_title') as string}
|
||||
reverseColor
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user