feat: add AboutTopInfo and HomePageProducts components; update translations and styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user