15 mar 2025.
src / daily-targets / 2025-03-15.tsx
export const DailyTargets_15032025 = () => {
return (
<div className="bg-[#4F77FF] size-full">
<div className="w-[258px] h-[32px] bg-white absolute top-[214px] left-[71px]" />
<div className="w-[192px] h-[192px] bg-white absolute top-[53px] left-[104px] rounded-[50%]" />
<div className="w-[128px] h-[128px] bg-[#4F77FF] absolute top-[85px] left-[134px] rounded-[50%]" />
</div>
);
};