feat: add AboutTopInfo and HomePageProducts components; update translations and styles

This commit is contained in:
2025-06-02 16:45:30 +03:30
parent 2f6d022fb9
commit 86dc740dfd
6 changed files with 84 additions and 9 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ export default function AboutTopInfo() {
<div className="h-full overflow-hidden rounded-3xl">
<img
src={images.aboutImg_1.src}
className="w-full object-cover"
className="h-full w-full object-cover"
/>
</div>
<div className="flex items-center justify-center gap-10 pb-5">
@@ -37,7 +37,7 @@ export default function AboutTopInfo() {
<div className="h-full w-full overflow-hidden rounded-3xl border-[12px] border-white">
<img
src={images.aboutImg_2.src}
className="w-full object-cover"
className="h-full w-full object-cover"
/>
</div>
</div>