Add s s 8854yh49944j404040

This commit is contained in:
yznahmad 2025-06-23 00:33:33 +03:00
parent 2931abc6d9
commit b821173b17

View File

@ -124,6 +124,11 @@ export default function GeneralLook() {
</div> </div>
))} ))}
</div>
<div className="w-full h-full flex lg:flex-row flex-col justify-between items-center gap-3 lg:px-5 p-5 border border-secondary-light bg-primary dark:bg-primary-dark rounded-md shadow">
{stats2.map((stat, index) => ( {stats2.map((stat, index) => (
<div key={index} className="w-full h-full text-start flex items-center gap-2"> <div key={index} className="w-full h-full text-start flex items-center gap-2">
@ -139,8 +144,11 @@ export default function GeneralLook() {
</div> </div>
))} ))}
</div>
<div className="w-full h-full flex lg:flex-row flex-col justify-between items-center gap-3 lg:px-5 p-5 border border-secondary-light bg-primary dark:bg-primary-dark rounded-md shadow">
{stats3.map((stat, index) => ( {stats3.map((stat, index) => (
<div key={index} className="w-full h-full text-start flex items-center gap-2"> <div key={index} className="w-full h-full text-start flex items-center gap-2">
@ -161,6 +169,6 @@ export default function GeneralLook() {
</div> </div >
) )
} }