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:
2025-06-03 10:45:10 +03:30
parent a5a287f11f
commit 05e50f0eee
20 changed files with 191 additions and 42 deletions
+5 -3
View File
@@ -26,8 +26,8 @@ export default function AboutTopInfo() {
className="h-full w-full object-cover"
/>
</div>
<div className="flex items-center justify-center gap-10 pb-5">
<span className="text-primary text-5xl">25 +</span>
<div className="flex items-center justify-center gap-5 pb-5">
<span className="text-primary text-5xl">+25</span>
<span className="text-base text-gray-300">
{t('com_about_info_years_experience') as string}
</span>
@@ -60,7 +60,9 @@ export default function AboutTopInfo() {
))}
</div>
<div className="mt-10">
<Button>{t('pages_contact_title') as string}</Button>
<Button endIcon="showMore">
{t('pages_contact_title') as string}
</Button>
</div>
</div>
</div>